com.sencha.gxt.widget.core.client.event
Class HeaderContextMenuEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.sencha.gxt.widget.core.client.event.GridEvent<HeaderContextMenuEvent.HeaderContextMenuHandler>
com.sencha.gxt.widget.core.client.event.HeaderContextMenuEvent
- All Implemented Interfaces:
- CancellableEvent
public final class HeaderContextMenuEvent
- extends GridEvent<HeaderContextMenuEvent.HeaderContextMenuHandler>
- implements CancellableEvent
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HeaderContextMenuEvent
public HeaderContextMenuEvent(int columnIndex,
Menu menu)
getType
public static GwtEvent.Type<HeaderContextMenuEvent.HeaderContextMenuHandler> getType()
getAssociatedType
public GwtEvent.Type<HeaderContextMenuEvent.HeaderContextMenuHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<HeaderContextMenuEvent.HeaderContextMenuHandler>
getColumnIndex
public int getColumnIndex()
getMenu
public Menu getMenu()
isCancelled
public boolean isCancelled()
- Description copied from interface:
CancellableEvent
- Returns true if the event is cancelled.
- Specified by:
isCancelled in interface CancellableEvent
- Returns:
- true for cancelled
setCancelled
public void setCancelled(boolean cancelled)
- Description copied from interface:
CancellableEvent
- True to cancel the event.
- Specified by:
setCancelled in interface CancellableEvent
- Parameters:
cancelled - true to cancel
Copyright © 2012. All Rights Reserved.