com.atlassian.confluence.tinymceplugin.events
Class Layout2CreatedEvent

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
      extended by 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
Layout2CreatedEvent(java.lang.String layoutType, AbstractPage page, int cells, int rows)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getCells()
           
 int getRows()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
getLayoutType, getPage
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Layout2CreatedEvent

public Layout2CreatedEvent(java.lang.String layoutType,
                           AbstractPage page,
                           int cells,
                           int rows)
Method Detail

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.