com.atlassian.confluence.tinymceplugin.events
Class Layout2CreatedEvent
java.lang.Object
com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
public class Layout2CreatedEvent
- extends LayoutCreatedEvent
Event for PageLayouts 2 layout being created, extends LayoutCreatedEvent with the number of rows and columns created.
- Since:
- 5.2
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Layout2CreatedEvent
public Layout2CreatedEvent(java.lang.String layoutType,
AbstractPage page,
int cells,
int rows)
getCells
public int getCells()
getRows
public int getRows()
toString
public java.lang.String toString()
- Overrides:
toString
in class LayoutCreatedEvent
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class LayoutCreatedEvent
hashCode
public int hashCode()
- Overrides:
hashCode
in class LayoutCreatedEvent
Copyright © 2003-2014 Atlassian. All Rights Reserved.