com.itmill.toolkit.terminal.gwt.client.ui
Class INotification
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.itmill.toolkit.terminal.gwt.client.ui.IToolkitOverlay
com.itmill.toolkit.terminal.gwt.client.ui.INotification
- All Implemented Interfaces:
- com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.SourcesPopupEvents, Iterable<com.google.gwt.user.client.ui.Widget>
public class INotification
- extends IToolkitOverlay
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel |
com.google.gwt.user.client.ui.PopupPanel.PositionCallback |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
DEBUG_ID_PREFIX |
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel |
addPopupListener, center, getContainerElement, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getTitle, hide, isAnimationEnabled, onDetach, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removePopupListener, setAnimationEnabled, setPopupPositionAndShow, setTitle, setWidget, setVisible |
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
add, getWidget, iterator, remove |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onAttach, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkEvents, toString, unsinkEvents |
CENTERED
public static final int CENTERED
- See Also:
- Constant Field Values
CENTERED_TOP
public static final int CENTERED_TOP
- See Also:
- Constant Field Values
CENTERED_BOTTOM
public static final int CENTERED_BOTTOM
- See Also:
- Constant Field Values
TOP_LEFT
public static final int TOP_LEFT
- See Also:
- Constant Field Values
TOP_RIGHT
public static final int TOP_RIGHT
- See Also:
- Constant Field Values
BOTTOM_LEFT
public static final int BOTTOM_LEFT
- See Also:
- Constant Field Values
BOTTOM_RIGHT
public static final int BOTTOM_RIGHT
- See Also:
- Constant Field Values
DELAY_FOREVER
public static final int DELAY_FOREVER
- See Also:
- Constant Field Values
DELAY_NONE
public static final int DELAY_NONE
- See Also:
- Constant Field Values
STYLE_SYSTEM
public static final String STYLE_SYSTEM
- See Also:
- Constant Field Values
INotification
public INotification()
INotification
public INotification(int delayMsec)
INotification
public INotification(int delayMsec,
int fadeMsec,
int startOpacity)
startDelay
public void startDelay()
show
public void show()
- Overrides:
show
in class IToolkitOverlay
show
public void show(String style)
show
public void show(int position)
show
public void show(com.google.gwt.user.client.ui.Widget widget,
int position,
String style)
show
public void show(String html,
int position,
String style)
show
public void show(int position,
String style)
hide
public void hide()
- Overrides:
hide
in class com.google.gwt.user.client.ui.PopupPanel
fade
public void fade()
setPosition
public void setPosition(int position)
onBrowserEvent
public void onBrowserEvent(com.google.gwt.user.client.Event event)
- Specified by:
onBrowserEvent
in interface com.google.gwt.user.client.EventListener
- Overrides:
onBrowserEvent
in class com.google.gwt.user.client.ui.Widget
onEventPreview
public boolean onEventPreview(com.google.gwt.user.client.Event event)
- Specified by:
onEventPreview
in interface com.google.gwt.user.client.EventPreview
- Overrides:
onEventPreview
in class com.google.gwt.user.client.ui.PopupPanel
addEventListener
public void addEventListener(INotification.EventListener listener)
removeEventListener
public void removeEventListener(INotification.EventListener listener)
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.