com.sibvisions.rad.ui.web.ext.gxt.event
Class ValueChangeEvent<M>
java.lang.Object
com.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.sibvisions.rad.ui.web.ext.gxt.event.ValueChangeEvent<M>
- Type Parameters:
M - the value type
public class ValueChangeEvent<M>
- extends BoxComponentEvent
The ValueChangeEvent is the event for value changes of
specific components.
| Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
event |
| Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueChangeEvent
public ValueChangeEvent(BoxComponent pComponent)
- Creates a new instance of
ValueChangeEvent for a source component.
- Parameters:
pComponent - the source component
getOldValue
public M getOldValue()
- Returns the old value.
- Returns:
- the old value
setOldValue
public void setOldValue(M pValue)
- Sets the old value.
- Parameters:
pValue - the old value
getValue
public M getValue()
- Returns the value.
- Returns:
- the value
setValue
public void setValue(M pValue)
- Sets the value.
- Parameters:
pValue - the value
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.