Package org.opencms.acacia.client.css
Interface I_CmsLayoutBundle.I_ButtonBar
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,com.google.gwt.resources.client.ResourcePrototype
- All Known Subinterfaces:
I_CmsLayoutBundle.I_AttributeChoice
,I_CmsLayoutBundle.I_Style
- Enclosing interface:
- I_CmsLayoutBundle
@Shared
public static interface I_CmsLayoutBundle.I_ButtonBar
extends com.google.gwt.resources.client.CssResource
The button bar 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
Modifier and TypeMethodDescriptionbutton()
Returns the button CSS class name.Returns the button bar CSS class name.Returns the CSS class which is set when the user is hovering over a button of the button bar.Returns the multi button bar CSS class name.Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Method Details
-
button
Returns the button CSS class name.- Returns:
- the button CSS class
-
buttonBar
Returns the button bar CSS class name.- Returns:
- the button bar CSS class
-
hoverButton
Returns the CSS class which is set when the user is hovering over a button of the button bar.- Returns:
- a CSS class
-
multiButtonBar
Returns the multi button bar CSS class name.- Returns:
- the multi button bar CSS class
-