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

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
Direct Known Subclasses:
ContainerEvent, FieldEvent, GridEvent, ListViewEvent, WindowEvent

public class BoxComponentEvent
extends ComponentEvent

BoxComponent 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.


Field Summary
 BoxComponent boxComponent
          The event source.
 int height
          The height.
 int size
          The size.
 int width
          The width.
 int x
          X coordinate
 int y
          Y coordinate
 
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
BoxComponentEvent(BoxComponent component)
          Creates a new event.
BoxComponentEvent(BoxComponent component, com.google.gwt.user.client.Event event)
          Creates a new event.
BoxComponentEvent(BoxComponent component, int width, int height)
          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
 

Field Detail

boxComponent

public BoxComponent boxComponent
The event source.


x

public int x
X coordinate


y

public int y
Y coordinate


width

public int width
The width.


height

public int height
The height.


size

public int size
The size.

Constructor Detail

BoxComponentEvent

public BoxComponentEvent(BoxComponent component)
Creates a new event.

Parameters:
component - the event source

BoxComponentEvent

public BoxComponentEvent(BoxComponent component,
                         com.google.gwt.user.client.Event event)
Creates a new event.

Parameters:
component - the event source
event - the event

BoxComponentEvent

public BoxComponentEvent(BoxComponent component,
                         int width,
                         int height)
Creates a new event.

Parameters:
component - the box component
width - the width
height - the height