com.itmill.toolkit.terminal.gwt.client.ui
Class INotification

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.itmill.toolkit.terminal.gwt.client.ui.IToolkitOverlay
                          extended by 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 Class Summary
static interface INotification.EventListener
           
 class INotification.HideEvent
           
 
Nested classes/interfaces inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IToolkitOverlay
IToolkitOverlay.ShadowAnimation
 
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
 
Field Summary
static int BOTTOM_LEFT
           
static int BOTTOM_RIGHT
           
static int CENTERED
           
static int CENTERED_BOTTOM
           
static int CENTERED_TOP
           
static int DELAY_FOREVER
           
static int DELAY_NONE
           
static String STYLE_SYSTEM
           
static int TOP_LEFT
           
static int TOP_RIGHT
           
 
Fields inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IToolkitOverlay
CLASSNAME_SHADOW, Z_INDEX
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
INotification()
           
INotification(int delayMsec)
           
INotification(int delayMsec, int fadeMsec, int startOpacity)
           
 
Method Summary
 void addEventListener(INotification.EventListener listener)
           
 void fade()
           
 void hide()
           
 void onBrowserEvent(com.google.gwt.user.client.Event event)
           
 boolean onEventPreview(com.google.gwt.user.client.Event event)
           
 void removeEventListener(INotification.EventListener listener)
           
 void setPosition(int position)
           
 void show()
           
 void show(int position)
           
 void show(int position, String style)
           
 void show(String style)
           
 void show(String html, int position, String style)
           
 void show(com.google.gwt.user.client.ui.Widget widget, int position, String style)
           
 void startDelay()
           
 
Methods inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IToolkitOverlay
setHeight, setPopupPosition, setShadowStyle, setWidth, setZIndex, updateShadowSizeAndPosition
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

INotification

public INotification()

INotification

public INotification(int delayMsec)

INotification

public INotification(int delayMsec,
                     int fadeMsec,
                     int startOpacity)
Method Detail

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.