com.smartgwt.client.widgets.menu.events
Class ItemClickEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.smartgwt.client.event.AbstractSmartEvent<H>
com.smartgwt.client.widgets.events.BrowserEvent<ItemClickHandler>
com.smartgwt.client.widgets.menu.events.ItemClickEvent
- All Implemented Interfaces:
- Cancellable
public class ItemClickEvent
- extends BrowserEvent<ItemClickHandler>
- implements Cancellable
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
ItemClickEvent
public ItemClickEvent(JavaScriptObject jsObj)
fire
public static <S extends HasItemClickHandlers & HasHandlers> void 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.
- Type Parameters:
S - The event source- Parameters:
source - the source of the handlersjsObj - the native event
getType
public static GwtEvent.Type<ItemClickHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
dispatch
protected void dispatch(ItemClickHandler handler)
- Specified by:
dispatch in class GwtEvent<ItemClickHandler>
getAssociatedType
public final GwtEvent.Type<ItemClickHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<ItemClickHandler>
cancel
public void cancel()
- false if event processing should be stopped, true to continue
- Specified by:
cancel in interface Cancellable
isCancelled
public boolean isCancelled()
- Specified by:
isCancelled in interface Cancellable
- Returns:
- true if cancelled
getColNum
public int getColNum()
- Index of the column clicked by the user. May be null if this menu item was activated in response to a keyboard event.
- Returns:
- Index of the column clicked by the user. May be null if this menu item was activated in response to a keyboard event.
getItem
public MenuItem getItem()
- Pointer to the item in question.
- Returns:
- pointer to the item in question
getRecord
public Record getRecord()
- Pointer to the item in question as a Record. This method should be called if the Menu is data bound.
- Returns:
- pointer to the selected record in question