com.sencha.gxt.widget.core.client.event
Class HeaderContextMenuEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.sencha.gxt.widget.core.client.event.GridEvent<HeaderContextMenuEvent.HeaderContextMenuHandler>
              extended by com.sencha.gxt.widget.core.client.event.HeaderContextMenuEvent
All Implemented Interfaces:
CancellableEvent

public final class HeaderContextMenuEvent
extends GridEvent<HeaderContextMenuEvent.HeaderContextMenuHandler>
implements CancellableEvent


Nested Class Summary
static interface HeaderContextMenuEvent.HasHeaderContextMenuHandlers
           
static interface HeaderContextMenuEvent.HeaderContextMenuHandler
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
HeaderContextMenuEvent(int columnIndex, Menu menu)
           
 
Method Summary
 GwtEvent.Type<HeaderContextMenuEvent.HeaderContextMenuHandler> getAssociatedType()
           
 int getColumnIndex()
           
 Menu getMenu()
           
static GwtEvent.Type<HeaderContextMenuEvent.HeaderContextMenuHandler> getType()
           
 boolean isCancelled()
          Returns true if the event is cancelled.
 void setCancelled(boolean cancelled)
          True to cancel the event.
 
Methods inherited from class com.sencha.gxt.widget.core.client.event.GridEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderContextMenuEvent

public HeaderContextMenuEvent(int columnIndex,
                              Menu menu)
Method Detail

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.