org.gwtiger.client.widget
Class MessageDialog
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.DialogBox
org.gwtiger.client.widget.MessageDialog
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.ClickListener, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.KeyboardListener, com.google.gwt.user.client.ui.MouseListener, com.google.gwt.user.client.ui.SourcesPopupEvents
public class MessageDialog
- extends com.google.gwt.user.client.ui.DialogBox
- implements com.google.gwt.user.client.ui.ClickListener, com.google.gwt.user.client.ui.KeyboardListener
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel |
com.google.gwt.user.client.ui.PopupPanel.PositionCallback |
| Fields inherited from interface com.google.gwt.user.client.ui.KeyboardListener |
KEY_ALT, KEY_BACKSPACE, KEY_CTRL, KEY_DELETE, KEY_DOWN, KEY_END, KEY_ENTER, KEY_ESCAPE, KEY_HOME, KEY_LEFT, KEY_PAGEDOWN, KEY_PAGEUP, KEY_RIGHT, KEY_SHIFT, KEY_TAB, KEY_UP, MODIFIER_ALT, MODIFIER_CTRL, MODIFIER_META, MODIFIER_SHIFT |
|
Method Summary |
void |
onClick(com.google.gwt.user.client.ui.Widget sender)
|
void |
onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
|
void |
show(java.lang.String text)
|
| Methods inherited from class com.google.gwt.user.client.ui.DialogBox |
getHTML, getText, onEventPreview, onMouseDown, onMouseEnter, onMouseLeave, onMouseMove, onMouseUp, remove, setHTML, setText, setWidget, setWidth |
| Methods inherited from class com.google.gwt.user.client.ui.PopupPanel |
addPopupListener, center, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getTitle, hide, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removePopupListener, setHeight, setPopupPosition, setPopupPositionAndShow, setTitle, setVisible, show |
| Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
add, getWidget, iterator |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
clear |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onBrowserEvent, removeFromParent |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStylePrimaryName, isVisible, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleName, setStylePrimaryName, setVisible, sinkEvents, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MessageDialog
public MessageDialog()
MessageDialog
public MessageDialog(boolean autoHide)
MessageDialog
public MessageDialog(boolean autoHide,
boolean modal)
show
public void show(java.lang.String text)
onClick
public void onClick(com.google.gwt.user.client.ui.Widget sender)
- Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener
onKeyPress
public void onKeyPress(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
- Specified by:
onKeyPress in interface com.google.gwt.user.client.ui.KeyboardListener
onKeyDown
public void onKeyDown(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
- Specified by:
onKeyDown in interface com.google.gwt.user.client.ui.KeyboardListener
onKeyUp
public void onKeyUp(com.google.gwt.user.client.ui.Widget sender,
char keyCode,
int modifiers)
- Specified by:
onKeyUp in interface com.google.gwt.user.client.ui.KeyboardListener