|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerListener
Container listener interface.
Method Summary | |
---|---|
boolean |
doBeforeAdd(Container self,
Component component,
int index)
Fires before any Component is added or inserted into the container. |
boolean |
doBeforeRemove(Container self,
Component component)
Fires before any Component is removed from the container. |
void |
onAdd(Container self,
Component component,
int index)
Fires after any Component is added or inserted into the container. |
void |
onAfterLayout(Container self)
Fires when the components in this container are arranged by the associated layout manager. |
void |
onRemove(Container self,
Component component)
Fires after any Component is removed from the container. |
Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
---|
onMove, onResize |
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
Method Detail |
---|
void onAdd(Container self, Component component, int index)
self
- selfcomponent
- the component being addedindex
- the index at which the component was added to the container's items collectionvoid onAfterLayout(Container self)
self
- selfboolean doBeforeAdd(Container self, Component component, int index)
self
- selfcomponent
- the component being addedindex
- the index at which the component was added to the container's items collection
boolean doBeforeRemove(Container self, Component component)
self
- selfcomponent
- the container being removed
void onRemove(Container self, Component component)
self
- selfcomponent
- the container being removed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |