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

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

public class SplitBarEvent
extends ComponentEvent

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

Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Constructor Summary
SplitBarEvent(SplitBar splitBar)
           
 
Method Summary
 DragEvent getDragEvent()
          Returns the drag event.
 int getSize()
          Returns the current size.
 SplitBar getSplitBar()
          Returns the source split bar.
 void setDragEvent(DragEvent dragEvent)
          Sets the drag event.
 void setSize(int size)
          Sets the current size.
 void setSplitBar(SplitBar splitBar)
          Sets the source split bar.
 
Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent
getComponent, getState, setComponent, setState
 
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitBarEvent

public SplitBarEvent(SplitBar splitBar)
Method Detail

getDragEvent

public DragEvent getDragEvent()
Returns the drag event.

Returns:
the drag event

getSize

public int getSize()
Returns the current size.

Returns:
the current size

getSplitBar

public SplitBar getSplitBar()
Returns the source split bar.

Returns:
the source split bar

setDragEvent

public void setDragEvent(DragEvent dragEvent)
Sets the drag event.

Parameters:
dragEvent - the drag event

setSize

public void setSize(int size)
Sets the current size.

Parameters:
size - the size

setSplitBar

public void setSplitBar(SplitBar splitBar)
Sets the source split bar.

Parameters:
splitBar - the source split bar