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, show
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, 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_CmsNotificationWidget
protected void animateHide()
A_CmsNotificationWidget
protected void animateShow()
A_CmsNotificationWidget
protected java.lang.String getMessage()
A_CmsNotificationWidget
getMessage
在类中 A_CmsNotificationWidget
A_CmsNotificationWidget.getMessage()
protected void onHideComplete()
onHideComplete
在类中 A_CmsNotificationWidget
protected void onShowComplete()
onShowComplete
在类中 A_CmsNotificationWidget
protected void setClassForType(CmsNotification.Type type)
A_CmsNotificationWidget
setClassForType
在类中 A_CmsNotificationWidget
type
- the message typeA_CmsNotificationWidget.setClassForType(org.opencms.gwt.client.ui.CmsNotification.Type)
protected void setMessage(java.lang.String message)
A_CmsNotificationWidget
setMessage
在类中 A_CmsNotificationWidget
message
- the notification messageA_CmsNotificationWidget.setMessage(java.lang.String)