com.extjs.gxt.ui.client.event
Class EditorEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.EditorEvent

public class EditorEvent
extends DomEvent

Editor event type.

See Also:
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

EditorEvent

public EditorEvent(Editor editor)
Method Detail

getBoundEl

public El getBoundEl()
Returns the bound element.

Returns:
the element

getEditor

public Editor getEditor()
Returns the source editor.

Returns:
the editor

getStartValue

public java.lang.Object getStartValue()
Returns the start value.

Returns:
the start value

getValue

public java.lang.Object getValue()
Returns the value.

Returns:
the value

setBoundEl

public void setBoundEl(El boundEl)
Sets the bound element.

Parameters:
boundEl - the element

setEditor

public void setEditor(Editor editor)
Sets the source editor.

Parameters:
editor - the editor

setStartValue

public void setStartValue(java.lang.Object startValue)
Sets the start value.

Parameters:
startValue - the start value

setValue

public void setValue(java.lang.Object value)
Sets the value.

Parameters:
value - the value