|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.LayoutEvent
com.extjs.gxt.ui.client.event.BorderLayoutEvent
public class BorderLayoutEvent
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 |
---|
public BorderLayoutEvent(Container<?> container, Layout layout)
Method Detail |
---|
public ContentPanel getPanel()
public Style.LayoutRegion getRegion()
public void setPanel(ContentPanel panel)
panel
- the panel associated with this eventpublic void setRegion(Style.LayoutRegion region)
region
- the LayoutRegion to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |