|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.SplitBarEvent
public class SplitBarEvent
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.
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 |
|---|
public SplitBarEvent(SplitBar splitBar)
| Method Detail |
|---|
public DragEvent getDragEvent()
public int getSize()
public SplitBar getSplitBar()
public void setDragEvent(DragEvent dragEvent)
dragEvent - the drag eventpublic void setSize(int size)
size - the sizepublic void setSplitBar(SplitBar splitBar)
splitBar - the source split bar
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||