|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditorListener
| Method Summary | |
|---|---|
boolean |
doBeforeComplete(Editor source,
java.lang.Object value,
java.lang.Object startValue)
Fires after a change has been made to the field, but before the change is reflected in the underlying field. |
boolean |
doBeforeStartEdit(Editor source,
ExtElement boundEl,
java.lang.Object value)
Fires when editing is initiated, but before the value changes. |
void |
onComplete(Editor source,
java.lang.Object value,
java.lang.Object startValue)
Fires after editing is complete and any changed value has been written to the underlying field. |
void |
onSpeciakKey(Field field,
EventObject e)
Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. |
| 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 doBeforeComplete(Editor source,
java.lang.Object value,
java.lang.Object startValue)
source - thisvalue - the current field valuestartValue - the original field value
boolean doBeforeStartEdit(Editor source,
ExtElement boundEl,
java.lang.Object value)
source - thisboundEl - the underlying element bound to this editorvalue - the field value beign set
void onComplete(Editor source,
java.lang.Object value,
java.lang.Object startValue)
source - thisvalue - the current field valuestartValue - the original field value
void onSpeciakKey(Field field,
EventObject e)
EventObject.getKey() to determine which key was pressed.
field - thise - the event object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||