public class ShowValueEvent extends AbstractSmartEvent<ShowValueHandler>
jsObj
Constructor and Description |
---|
ShowValueEvent(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ShowValueHandler handler) |
static <S extends HasShowValueHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
com.google.gwt.core.client.JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.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.
|
FormItem |
getFiringItem()
Returns the
FormItem firing the
event. |
DynamicForm |
getForm()
the dynamicForm in which this item is contained
|
CanvasItem |
getItem()
the live form item instance
|
static com.google.gwt.event.shared.GwtEvent.Type<ShowValueHandler> |
getType()
Gets the type associated with this event.
|
getFiringInstanceAsJavaScriptObject
assertLive, getSource, isLive, kill, revive
public ShowValueEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public FormItem getFiringItem()
FormItem
firing the
event.public static <S extends HasShowValueHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<ShowValueHandler> getType()
protected void dispatch(ShowValueHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ShowValueHandler>
public final com.google.gwt.event.shared.GwtEvent.Type<ShowValueHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ShowValueHandler>
public java.lang.Object getDisplayValue()
public java.lang.Object getDataValue()
public DynamicForm getForm()
public CanvasItem getItem()
public Record getDataValueAsRecord()
public RecordList getDataValueAsRecordList()