public class CmsDialogNotificationWidget extends A_CmsNotificationWidget
| 限定符和类型 | 类和说明 |
|---|---|
protected static interface |
CmsDialogNotificationWidget.I_CmsNotificationWidgetUiBinder |
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.google.gwt.dom.client.Element |
m_container
The message.
|
protected com.google.gwt.dom.client.Element |
m_message
The message.
|
| 构造器和说明 |
|---|
CmsDialogNotificationWidget()
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
animateHide()
Animates the notification out of view.
|
protected void |
animateShow()
Animates the notification into view.
|
protected java.lang.String |
getMessage()
Returns the current notification message.
|
protected void |
onHideComplete()
Should be called by the hide animation on complete.
|
protected void |
onShowComplete()
Should be called by the show animation on complete.
|
void |
setBlocking()
Sets the widget into blocking mode.
|
protected void |
setClassForType(CmsNotification.Type type)
Sets the appropriate css class for the given type.
|
protected void |
setMessage(java.lang.String message)
Sets the current notification message.
|
getAnimation, getMode, getTimer, getType, hide, hide, setAnimation, showclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents@UiField protected com.google.gwt.dom.client.Element m_container
@UiField protected com.google.gwt.dom.client.Element m_message
public void setBlocking()
I_CmsNotificationWidgetprotected void animateHide()
A_CmsNotificationWidgetprotected void animateShow()
A_CmsNotificationWidgetprotected java.lang.String getMessage()
A_CmsNotificationWidgetgetMessage 在类中 A_CmsNotificationWidgetA_CmsNotificationWidget.getMessage()protected void onHideComplete()
onHideComplete 在类中 A_CmsNotificationWidgetprotected void onShowComplete()
onShowComplete 在类中 A_CmsNotificationWidgetprotected void setClassForType(CmsNotification.Type type)
A_CmsNotificationWidgetsetClassForType 在类中 A_CmsNotificationWidgettype - the message typeA_CmsNotificationWidget.setClassForType(org.opencms.gwt.client.ui.CmsNotification.Type)protected void setMessage(java.lang.String message)
A_CmsNotificationWidgetsetMessage 在类中 A_CmsNotificationWidgetmessage - the notification messageA_CmsNotificationWidget.setMessage(java.lang.String)