Class Layout2CreatedEvent
java.lang.Object
com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
com.atlassian.confluence.tinymceplugin.events.Layout2CreatedEvent
Event for PageLayouts 2 layout being created, extends LayoutCreatedEvent with the number of rows and columns created.
- Since:
- 5.2
-
Constructor Summary
ConstructorsConstructorDescriptionLayout2CreatedEvent
(String layoutType, AbstractPage page, int cells, int rows) -
Method Summary
Methods inherited from class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
getLayoutType, getPage
-
Constructor Details
-
Layout2CreatedEvent
-
-
Method Details
-
getCells
public int getCells() -
getRows
public int getRows() -
toString
- Overrides:
toString
in classLayoutCreatedEvent
-
equals
- Overrides:
equals
in classLayoutCreatedEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLayoutCreatedEvent
-