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
-
-
Constructor Summary
Constructors Constructor Description Layout2CreatedEvent(String layoutType, AbstractPage page, int cells, int rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCells()intgetRows()inthashCode()StringtoString()-
Methods inherited from class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
getLayoutType, getPage
-
-
-
-
Constructor Detail
-
Layout2CreatedEvent
public Layout2CreatedEvent(String layoutType, AbstractPage page, int cells, int rows)
-
-
Method Detail
-
getCells
public int getCells()
-
getRows
public int getRows()
-
toString
public String toString()
- Overrides:
toStringin classLayoutCreatedEvent
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLayoutCreatedEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLayoutCreatedEvent
-
-