Package org.opencms.gwt.client.ui.css
Interface I_CmsToolbarButtonLayoutBundle
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface I_CmsToolbarButtonLayoutBundle
extends com.google.gwt.resources.client.ClientBundle
Resource bundle to access CSS and image resources for tool-bar buttons.
- Since:
- 8.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The button CSS.Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final I_CmsToolbarButtonLayoutBundle
The bundle instance. -
Method Summary
Modifier and TypeMethodDescriptionThe CSS constants bundle.Access method.
-
Field Details
-
INSTANCE
The bundle instance.
-
-
Method Details
-
constants
The CSS constants bundle.- Returns:
- a bundle of CSS constants
-
toolbarButtonCss
@Source("toolbarButton.gss") I_CmsToolbarButtonLayoutBundle.I_CmsToolbarButtonCss toolbarButtonCss()Access method.- Returns:
- the button CSS
-