public interface I_CmsNotificationWidget
| 限定符和类型 | 方法和说明 |
|---|---|
void |
hide()
Hides the widget.
|
void |
setBlocking()
Sets the widget into blocking mode.
|
void |
show(CmsNotification.Mode mode,
CmsNotification.Type type,
java.lang.String message)
Sets the notification.
|
void hide()
void setBlocking()
void show(CmsNotification.Mode mode, CmsNotification.Type type, java.lang.String message)
mode - the current notification modetype - the notification typemessage - the message to set