程序包 | 说明 |
---|---|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
限定符和类型 | 方法和说明 |
---|---|
CmsNotification.Mode |
A_CmsNotificationWidget.getMode()
Returns the mode.
|
static CmsNotification.Mode |
CmsNotification.Mode.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsNotification.Mode[] |
CmsNotification.Mode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
static boolean |
CmsNotification.shouldRestoreMessage(CmsNotification.Mode oldMode,
CmsNotification.Mode newMode,
CmsNotification.Type oldType,
CmsNotification.Type newType)
Returns if the message of the old mode and type needs to be restored after a new message has been shown.
|
void |
A_CmsNotificationWidget.show(CmsNotification.Mode mode,
CmsNotification.Type type,
java.lang.String message) |
void |
I_CmsNotificationWidget.show(CmsNotification.Mode mode,
CmsNotification.Type type,
java.lang.String message)
Sets the notification.
|