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

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.BoxComponentEvent
                  extended by com.extjs.gxt.ui.client.event.ContainerEvent<ButtonBar,Button>
                      extended by com.extjs.gxt.ui.client.event.ButtonBarEvent

public class ButtonBarEvent
extends ContainerEvent<ButtonBar,Button>

ButtonBar 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:
ButtonBar

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.ContainerEvent
container, index, item, selected
 
Fields inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent
boxComponent, height, size, width, x, y
 
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
ButtonBarEvent(ButtonBar buttonBar, Button item)
          Creates a new 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
 

Constructor Detail

ButtonBarEvent

public ButtonBarEvent(ButtonBar buttonBar,
                      Button item)
Creates a new event.

Parameters:
buttonBar - the source button bar