|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.ebmwebsourcing.geasytools.widgets.ext.impl.notification.NotificationBubble
public class NotificationBubble
| Nested Class Summary |
|---|
| 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 |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
NotificationBubble()
|
|
| Method Summary | |
|---|---|
void |
addHandler(INotificationBubbleHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
|
void |
addWidget(com.google.gwt.user.client.ui.Widget widget)
|
void |
fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
|
INotificationBubbleConfiguration |
getConfiguration()
|
int |
getHeight()
|
java.lang.String |
getTitle()
|
int |
getWidth()
|
void |
hide()
|
protected void |
onLoad()
|
void |
setConfiguration(INotificationBubbleConfiguration configuration)
|
void |
setIndicatorVisible(boolean b)
|
void |
setMessage(java.lang.String message)
|
void |
setMessageType(MessageType messageType)
|
void |
setMessageVisible(boolean visible)
|
void |
setNoticeIconVisible(boolean visible)
|
void |
setTitle(java.lang.String title)
|
void |
setTitleVisible(boolean visible)
|
void |
show()
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationBubble()
| Method Detail |
|---|
public void addWidget(com.google.gwt.user.client.ui.Widget widget)
addWidget in interface INotificationBubblepublic INotificationBubbleConfiguration getConfiguration()
getConfiguration in interface INotificationBubblepublic void setConfiguration(INotificationBubbleConfiguration configuration)
public int getHeight()
getHeight in interface INotificationBubblepublic java.lang.String getTitle()
getTitle in interface INotificationBubblegetTitle in class com.google.gwt.user.client.ui.UIObjectpublic void setTitle(java.lang.String title)
setTitle in class com.google.gwt.user.client.ui.UIObjectpublic void setTitleVisible(boolean visible)
setTitleVisible in interface INotificationBubblepublic void setMessageVisible(boolean visible)
setMessageVisible in interface INotificationBubblepublic void setNoticeIconVisible(boolean visible)
setNoticeIconVisible in interface INotificationBubblepublic void setMessageType(MessageType messageType)
public void setMessage(java.lang.String message)
public int getWidth()
getWidth in interface INotificationBubbleprotected void onLoad()
onLoad in class com.google.gwt.user.client.ui.Widgetpublic void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
fireEvent in interface com.google.gwt.event.shared.HasHandlersfireEvent in class com.google.gwt.user.client.ui.Widgetpublic com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
addMouseOverHandler in interface com.google.gwt.event.dom.client.HasMouseOverHandlerspublic com.google.gwt.event.shared.HandlerRegistration addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler handler)
addMouseOutHandler in interface com.google.gwt.event.dom.client.HasMouseOutHandlerspublic void hide()
hide in interface INotificationBubblepublic void setIndicatorVisible(boolean b)
setIndicatorVisible in interface INotificationBubblepublic void show()
show in interface INotificationBubblepublic void addHandler(INotificationBubbleHandler handler)
addHandler in interface INotificationBubble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||