|
|||||||||
| 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.FieldEvent
com.extjs.gxt.ui.client.event.ComboQueryEvent
public class ComboQueryEvent
| Field Summary | |
|---|---|
ComboBox |
combo
|
boolean |
forceAll
|
java.lang.String |
query
|
| Fields inherited from class com.extjs.gxt.ui.client.event.FieldEvent |
|---|
field, message, oldValue, value |
| 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 | |
|---|---|
ComboQueryEvent(ComboBox field)
|
|
ComboQueryEvent(ComboBox field,
com.google.gwt.user.client.Event 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 java.lang.String query
public boolean forceAll
public ComboBox combo
| Constructor Detail |
|---|
public ComboQueryEvent(ComboBox field,
com.google.gwt.user.client.Event event)
public ComboQueryEvent(ComboBox field)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||