public class FormItemIconClickEvent extends AbstractSmartEvent<FormItemClickHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
FormItemIconClickEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FormItemClickHandler handler) |
static <S extends HasFormItemClickHandlers & 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<FormItemClickHandler> |
getAssociatedType() |
DynamicForm |
getForm()
The Dynamic Form to which this icon's item belongs.
|
FormItemIcon |
getIcon()
A pointer to the form item icon clicked
|
FormItem |
getItem()
The Form Item containing this icon
|
static GwtEvent.Type<FormItemClickHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public FormItemIconClickEvent(JavaScriptObject jsObj)
public static <S extends HasFormItemClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<FormItemClickHandler> getType()
protected void dispatch(FormItemClickHandler handler)
dispatch
in class GwtEvent<FormItemClickHandler>
public final GwtEvent.Type<FormItemClickHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<FormItemClickHandler>
public DynamicForm getForm()
public FormItem getItem()
public FormItemIcon getIcon()