|
|||||||||
| 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.BoxComponentEvent
com.extjs.gxt.ui.client.event.WindowEvent
com.extjs.gxt.ui.client.event.MessageBoxEvent
public class MessageBoxEvent
MessageBox 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.
MessageBox| Constructor Summary | |
|---|---|
MessageBoxEvent(MessageBox messageBox,
Dialog window,
Button buttonClicked)
|
|
| Method Summary | |
|---|---|
Dialog |
getDialog()
Returns the source dialog. |
MessageBox |
getMessageBox()
The source message box. |
java.lang.String |
getValue()
Returns the value. |
void |
setDialog(Dialog dialog)
Sets the source dialog. |
void |
setMessageBox(MessageBox messageBox)
Sets the source message box. |
void |
setValue(java.lang.String value)
Sets the field value. |
| Methods inherited from class com.extjs.gxt.ui.client.event.WindowEvent |
|---|
getButtonClicked, getWindow, setButtonClicked, setWindow |
| Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
|---|
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
| 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, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageBoxEvent(MessageBox messageBox,
Dialog window,
Button buttonClicked)
| Method Detail |
|---|
public Dialog getDialog()
public MessageBox getMessageBox()
public java.lang.String getValue()
public void setDialog(Dialog dialog)
dialog - the source dialogpublic void setMessageBox(MessageBox messageBox)
messageBox - the message boxpublic void setValue(java.lang.String value)
value - the value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||