public class ItemChangedEvent extends BrowserEvent<ItemChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ItemChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ItemChangedHandler handler) |
static <S extends HasItemChangedHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<ItemChangedHandler> |
getAssociatedType() |
FormItem |
getItem()
the FormItem where the change event occurred
|
java.lang.Object |
getNewValue()
new value for the FormItem
|
static GwtEvent.Type<ItemChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ItemChangedEvent(JavaScriptObject jsObj)
public static <S extends HasItemChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ItemChangedHandler> getType()
protected void dispatch(ItemChangedHandler handler)
dispatch in class GwtEvent<ItemChangedHandler>public final GwtEvent.Type<ItemChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ItemChangedHandler>public FormItem getItem()
public java.lang.Object getNewValue()