|
|||||||||
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.EditorEvent
public class EditorEvent
Editor event type.
Editor
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
event |
Constructor Summary | |
---|---|
EditorEvent(Editor editor)
|
Method Summary | |
---|---|
El |
getBoundEl()
Returns the bound element. |
Editor |
getEditor()
Returns the source editor. |
java.lang.Object |
getStartValue()
Returns the start value. |
java.lang.Object |
getValue()
Returns the value. |
void |
setBoundEl(El boundEl)
Sets the bound element. |
void |
setEditor(Editor editor)
Sets the source editor. |
void |
setStartValue(java.lang.Object startValue)
Sets the start value. |
void |
setValue(java.lang.Object value)
Sets the value. |
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorEvent(Editor editor)
Method Detail |
---|
public El getBoundEl()
public Editor getEditor()
public java.lang.Object getStartValue()
public java.lang.Object getValue()
public void setBoundEl(El boundEl)
boundEl
- the elementpublic void setEditor(Editor editor)
editor
- the editorpublic void setStartValue(java.lang.Object startValue)
startValue
- the start valuepublic void setValue(java.lang.Object value)
value
- the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |