public class ItemSelectionEvent extends com.google.gwt.event.shared.GwtEvent<ItemSelectionEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ItemSelectionEventHandler> |
TYPE |
Constructor and Description |
---|
ItemSelectionEvent(HashMap<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ItemSelectionEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ItemSelectionEventHandler> |
getAssociatedType() |
HashMap<String,Object> |
getItemSelected() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<ItemSelectionEventHandler> TYPE
protected void dispatch(ItemSelectionEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ItemSelectionEventHandler>
public com.google.gwt.event.shared.GwtEvent.Type<ItemSelectionEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ItemSelectionEventHandler>
Copyright © 2014. All Rights Reserved.