com.extjs.gxt.ui.client.event
Class ButtonEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.ComponentEvent
              extended by com.extjs.gxt.ui.client.event.ButtonEvent

public class ButtonEvent
extends ComponentEvent

Button event type.

Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.

See Also:
Button

Field Summary
 Button button
          The source button.
 Menu menu
          The button's menu.
 
Fields inherited from class com.extjs.gxt.ui.client.event.ComponentEvent
component, state
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent
doit, source, type
 
Constructor Summary
ButtonEvent(Button button)
          Creates a new button event.
 
Method Summary
 
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent
cancelBubble, getClientX, getClientY, getEventType, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, stopEvent, within, within
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

button

public Button button
The source button.


menu

public Menu menu
The button's menu.

Constructor Detail

ButtonEvent

public ButtonEvent(Button button)
Creates a new button event.

Parameters:
button - the source button