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() |
int |
getColNum()
column number of the cell
|
DynamicForm |
getForm()
the managing DynamicForm instance
|
FormItem |
getItem()
the editor (form item) itself (also available as "this").
|
int |
getRowNum()
row number for the cell
|
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, revivesetSource, toDebugString, toStringpublic 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()
item.grid]item.colNum]item.rowNum]item.grid]item.colNum]item.rowNum]public java.lang.Object getValue()
public int getRowNum()
public int getColNum()