public class ChangedEvent extends AbstractSmartEvent<ChangedHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
ChangedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ChangedHandler handler) |
static <S extends HasChangedHandlers & 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<ChangedHandler> |
getAssociatedType() |
DynamicForm |
getForm()
the managing DynamicForm instance
|
FormItem |
getItem()
the form item itself (also available as "this")
|
static GwtEvent.Type<ChangedHandler> |
getType()
Gets the type associated with this event.
|
java.lang.Object |
getValue()
The current value (after the change).
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ChangedEvent(JavaScriptObject jsObj)
public static <S extends HasChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<ChangedHandler> getType()
protected void dispatch(ChangedHandler handler)
dispatch
in class GwtEvent<ChangedHandler>
public final GwtEvent.Type<ChangedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ChangedHandler>
public DynamicForm getForm()
public FormItem getItem()
public java.lang.Object getValue()