public class ShowValueEvent extends AbstractSmartEvent<ShowValueHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ShowValueEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ShowValueHandler handler) |
static <S extends HasShowValueHandlers & 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<ShowValueHandler> |
getAssociatedType() |
java.lang.Object |
getDataValue()
underlying data value for the item
|
Record |
getDataValueAsRecord()
underlying data value for this item as a Record.
|
RecordList |
getDataValueAsRecordList()
underlying data value for this item as a RecordList
|
java.lang.Object |
getDisplayValue()
new display value for the item.
|
DynamicForm |
getForm()
the dynamicForm in which this item is contained
|
CanvasItem |
getItem()
the live form item instance
|
static GwtEvent.Type<ShowValueHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ShowValueEvent(JavaScriptObject jsObj)
public static <S extends HasShowValueHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ShowValueHandler> getType()
protected void dispatch(ShowValueHandler handler)
dispatch in class GwtEvent<ShowValueHandler>public final GwtEvent.Type<ShowValueHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ShowValueHandler>public java.lang.Object getDisplayValue()
public java.lang.Object getDataValue()
public DynamicForm getForm()
public CanvasItem getItem()
public Record getDataValueAsRecord()
public RecordList getDataValueAsRecordList()