Package org.opencms.acacia.client.css
Interface I_CmsLayoutBundle.I_AttributeChoice
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,I_CmsLayoutBundle.I_ButtonBar
,com.google.gwt.resources.client.ResourcePrototype
- Enclosing interface:
- I_CmsLayoutBundle
The attribute choice widget 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 TypeMethodDescriptionReturns the attribute choice CSS class.bridge()
Returns the bridging div CSS class.Returns the button icon CSS class name.choice()
Returns the choice CSS class name.choices()
Returns the choices CSS class name.Returns the display above CSS class name.frame()
Returns the choices frame CSS class name.hovering()
Returns the hovering CSS class name.shadow()
Returns the shadow CSS class name.Returns the shadow bottom CSS class name.Returns the singleChoice CSS class name.submenu()
Returns the submenu CSS class name.Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface org.opencms.acacia.client.css.I_CmsLayoutBundle.I_ButtonBar
button, buttonBar, hoverButton, multiButtonBar
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Method Details
-
attributeChoice
Returns the attribute choice CSS class.- Returns:
- the attribute CSS class
-
bridge
Returns the bridging div CSS class.- Returns:
- the bridge CSS class
-
buttonIcon
Returns the button icon CSS class name.- Returns:
- the button icon CSS class
-
choice
Returns the choice CSS class name.- Returns:
- the choice CSS class
-
choices
Returns the choices CSS class name.- Returns:
- the choices CSS class
-
displayAbove
Returns the display above CSS class name.- Returns:
- the display above CSS class
-
frame
Returns the choices frame CSS class name.- Returns:
- the choices frame CSS class
-
hovering
Returns the hovering CSS class name.- Returns:
- the hovering CSS class
-
shadow
Returns the shadow CSS class name.- Returns:
- the shadow CSS class
-
shadowBottom
Returns the shadow bottom CSS class name.- Returns:
- the shadow bottom CSS class
-
singleChoice
Returns the singleChoice CSS class name.- Returns:
- the singleChoice CSS class
-