public class PickerIconClickEvent extends AbstractSmartEvent<PickerIconClickHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
PickerIconClickEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PickerIconClickHandler handler) |
static <S extends HasPickerIconClickHandlers & 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<PickerIconClickHandler> |
getAssociatedType() |
DynamicForm |
getForm()
the DynamicForm containing the picker icon's item.
|
FormItem |
getItem()
the FormItem containing the picker icon.
|
FormItemIcon |
getPickerIcon()
the picker icon.
|
static GwtEvent.Type<PickerIconClickHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic PickerIconClickEvent(JavaScriptObject jsObj)
public static <S extends HasPickerIconClickHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<PickerIconClickHandler> getType()
protected void dispatch(PickerIconClickHandler handler)
dispatch in class GwtEvent<PickerIconClickHandler>public final GwtEvent.Type<PickerIconClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<PickerIconClickHandler>public DynamicForm getForm()
public FormItem getItem()
public FormItemIcon getPickerIcon()