|
|||||||||
| 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
public class BoxComponentEvent
BoxComponent 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.
| Field Summary | |
|---|---|
BoxComponent |
boxComponent
The event source. |
int |
height
The height. |
int |
size
The size. |
int |
width
The width. |
int |
x
X coordinate |
int |
y
Y coordinate |
| 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 | |
|---|---|
BoxComponentEvent(BoxComponent component)
Creates a new event. |
|
BoxComponentEvent(BoxComponent component,
com.google.gwt.user.client.Event event)
Creates a new event. |
|
BoxComponentEvent(BoxComponent component,
int width,
int height)
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 BoxComponent boxComponent
public int x
public int y
public int width
public int height
public int size
| Constructor Detail |
|---|
public BoxComponentEvent(BoxComponent component)
component - the event source
public BoxComponentEvent(BoxComponent component,
com.google.gwt.user.client.Event event)
component - the event sourceevent - the event
public BoxComponentEvent(BoxComponent component,
int width,
int height)
component - the box componentwidth - the widthheight - the height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||