|
|||||||||
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
public class LayoutEvent
Constructor Summary | |
---|---|
LayoutEvent(Container<?> container,
Layout layout)
|
Method Summary | |
---|---|
Container<?> |
getContainer()
|
Layout |
getLayout()
|
void |
setContainer(Container<?> container)
|
void |
setLayout(Layout layout)
|
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 LayoutEvent(Container<?> container, Layout layout)
Method Detail |
---|
public Container<?> getContainer()
public void setContainer(Container<?> container)
public Layout getLayout()
public void setLayout(Layout layout)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |