|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComboBoxListener
| Method Summary | |
|---|---|
boolean |
doBeforeQuery(ComboBox comboBox,
ComboBoxCallback cb)
Fires before all queries are processed. |
boolean |
doBeforeSelect(ComboBox comboBox,
Record record,
int index)
Fires before a list item is selected. |
void |
onCollapse(ComboBox comboBox)
Fires when the dropdown list is collapsed. |
void |
onExpand(ComboBox comboBox)
Fires when the dropdown list is expanded. |
void |
onSelect(ComboBox comboBox,
Record record,
int index)
Fires when a list item is selected. |
| Methods inherited from interface com.gwtext.client.widgets.form.event.FieldListener |
|---|
onBlur, onChange, onFocus, onInvalid, onSpecialKey, onValid |
| 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 |
|---|
boolean doBeforeQuery(ComboBox comboBox,
ComboBoxCallback cb)
comboBox - thiscb - callback
boolean doBeforeSelect(ComboBox comboBox,
Record record,
int index)
comboBox - thisrecord - the data record returned from the underlying storeindex - the data record returned from the underlying store
void onCollapse(ComboBox comboBox)
comboBox - thisvoid onExpand(ComboBox comboBox)
comboBox - this
void onSelect(ComboBox comboBox,
Record record,
int index)
comboBox - thisrecord - the data record returned from the underlying storeindex - the data record returned from the underlying store
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||