|
|||||||||
| 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.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.ui.client.event.ContainerEvent<C,I>
public class ContainerEvent<C extends Container,I extends Component>
Container event type.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
LayoutContainer| Field Summary | |
|---|---|
C |
container
The source container. |
int |
index
The insert index. |
I |
item
The child item. |
java.util.List<I> |
selected
The selected items. |
| Fields inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
|---|
boxComponent, height, size, width, x, y |
| Fields inherited from class com.extjs.gxt.ui.client.event.ComponentEvent |
|---|
component, state |
| Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
event |
| Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
doit, source, type |
| Constructor Summary | |
|---|---|
ContainerEvent(C container)
Creates a new event. |
|
ContainerEvent(C container,
I component)
Creates a new event. |
|
| Method Summary |
|---|
| Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
cancelBubble, getClientX, getClientY, getEventType, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, stopEvent, within, within |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public C extends Container container
public I extends Component item
public java.util.List<I extends Component> selected
public int index
| Constructor Detail |
|---|
public ContainerEvent(C container)
container - the source container
public ContainerEvent(C container,
I component)
container - the source containercomponent - the related component
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||