com.extjs.gxt.ui.client.event
Class BorderLayoutEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.LayoutEvent
          extended by com.extjs.gxt.ui.client.event.BorderLayoutEvent

public class BorderLayoutEvent
extends LayoutEvent


Constructor Summary
BorderLayoutEvent(Container<?> container, Layout layout)
           
 
Method Summary
 ContentPanel getPanel()
          Gets the panel that is associated with this event.
 Style.LayoutRegion getRegion()
          Gets the LayoutRegion that is associated with this event.
 void setPanel(ContentPanel panel)
          Sets the panel that is associated with this event.
 void setRegion(Style.LayoutRegion region)
          Sets the LayoutRegion.
 
Methods inherited from class com.extjs.gxt.ui.client.event.LayoutEvent
getContainer, getLayout, setContainer, setLayout
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderLayoutEvent

public BorderLayoutEvent(Container<?> container,
                         Layout layout)
Method Detail

getPanel

public ContentPanel getPanel()
Gets the panel that is associated with this event.

Returns:
the panel associated with this event

getRegion

public Style.LayoutRegion getRegion()
Gets the LayoutRegion that is associated with this event.

Returns:
the LayoutRegion

setPanel

public void setPanel(ContentPanel panel)
Sets the panel that is associated with this event.

Parameters:
panel - the panel associated with this event

setRegion

public void setRegion(Style.LayoutRegion region)
Sets the LayoutRegion.

Parameters:
region - the LayoutRegion to set