Package org.opencms.gwt.client.ui.css
Interface I_CmsLayoutBundle.I_CmsNotificationCss
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,I_CmsLayoutBundle.I_CmsPopupCss
,com.google.gwt.resources.client.ResourcePrototype
- Enclosing interface:
- I_CmsLayoutBundle
@Shared public static interface I_CmsLayoutBundle.I_CmsNotificationCss extends I_CmsLayoutBundle.I_CmsPopupCss
Notification CSS.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
blocking()
Access method.java.lang.String
busy()
Access method.java.lang.String
closeButton()
Access method.java.lang.String
loadingAnimation()
Access method.java.lang.String
messageContent()
Access method.java.lang.String
messageHead()
Access method.java.lang.String
messagesPanel()
Access method.java.lang.String
messageText()
Access method.java.lang.String
messageTime()
Access method.java.lang.String
messageWrap()
Access method.java.lang.String
notificationContainer()
Access method.java.lang.String
notificationError()
Access method.java.lang.String
notificationMessage()
Access method.java.lang.String
notificationNormal()
Access method.java.lang.String
notificationOverlay()
Access method.java.lang.String
notificationWarning()
Access method.-
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
-
Methods inherited from interface org.opencms.gwt.client.ui.css.I_CmsLayoutBundle.I_CmsPopupCss
popup, popupContent
-
-
-
-
Method Detail
-
blocking
java.lang.String blocking()
Access method.- Returns:
- the CSS class name
-
busy
java.lang.String busy()
Access method.- Returns:
- the CSS class name
-
closeButton
java.lang.String closeButton()
Access method.- Returns:
- the CSS class name
-
loadingAnimation
java.lang.String loadingAnimation()
Access method.- Returns:
- the CSS class name
-
messageContent
java.lang.String messageContent()
Access method.- Returns:
- the CSS class name
-
messageHead
java.lang.String messageHead()
Access method.- Returns:
- the CSS class name
-
messagesPanel
java.lang.String messagesPanel()
Access method.- Returns:
- the CSS class name
-
messageText
java.lang.String messageText()
Access method.- Returns:
- the CSS class name
-
messageTime
java.lang.String messageTime()
Access method.- Returns:
- the CSS class name
-
messageWrap
java.lang.String messageWrap()
Access method.- Returns:
- the CSS class name
-
notificationContainer
java.lang.String notificationContainer()
Access method.- Returns:
- the CSS class name
-
notificationError
java.lang.String notificationError()
Access method.- Returns:
- the CSS class name
-
notificationMessage
java.lang.String notificationMessage()
Access method.- Returns:
- the CSS class name
-
notificationNormal
java.lang.String notificationNormal()
Access method.- Returns:
- the CSS class name
-
notificationOverlay
java.lang.String notificationOverlay()
Access method.- Returns:
- the CSS class name
-
notificationWarning
java.lang.String notificationWarning()
Access method.- Returns:
- the CSS class name
-
-