Package org.opencms.acacia.client.css
Interface I_CmsLayoutBundle.I_Widgets
- 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_CmsWidgetCss
,I_CmsLayoutBundle.I_Style
,I_CmsWidgetsLayoutBundle.I_CmsGalleryWidgetsCss
,I_CmsWidgetsLayoutBundle.I_CmsWidgetCss
- Enclosing interface:
- I_CmsLayoutBundle
@Shared
public static interface I_CmsLayoutBundle.I_Widgets
extends com.google.gwt.resources.client.CssResource
The widget CSS classes.
-
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 value CSS class name.Returns the compact view CSS class name.Returns the default view CSS class name.Returns the drag helper CSS class name.Returns the drag helper CSS class name.entity()
Returns the entity CSS class name.Returns the first column CSS class name.hasError()
Returns the has error CSS class name.Returns the has warning CSS class name.inActive()
Returns the help bubble close CSS class name.label()
Returns the label CSS class name.Returns the second column CSS class name.Returns the single line view CSS class name.widget()
Returns the widget CSS class name.Returns the widget holder 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
-
attributeValue
Returns the attribute value CSS class name.- Returns:
- the attribute value CSS class
-
compactView
Returns the compact view CSS class name.- Returns:
- the compact view CSS class
-
defaultView
Returns the default view CSS class name.- Returns:
- the compact view CSS class
-
dragHelper
Returns the drag helper CSS class name.- Returns:
- the drag helper CSS class
-
emptyValue
Returns the drag helper CSS class name.- Returns:
- the drag helper CSS class
-
entity
Returns the entity CSS class name.- Returns:
- the entity CSS class
-
firstColumn
Returns the first column CSS class name.- Returns:
- the first column CSS class
-
hasError
Returns the has error CSS class name.- Returns:
- the has error CSS class
-
hasWarning
Returns the has warning CSS class name.- Returns:
- the has warning CSS class
-
inActive
Returns the help bubble close CSS class name.- Returns:
- the help bubble close CSS class
-
label
Returns the label CSS class name.- Returns:
- the label CSS class
-
secondColumn
Returns the second column CSS class name.- Returns:
- the second column CSS class
-
singleLine
Returns the single line view CSS class name.- Returns:
- the single line view CSS class
-
widget
Returns the widget CSS class name.- Returns:
- the widget CSS class
-
widgetHolder
Returns the widget holder CSS class name.- Returns:
- the widget holder CSS class
-