Package org.opencms.acacia.client.css
Interface I_CmsLayoutBundle.I_Style
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,I_CmsLayoutBundle.I_ButtonBar
,I_CmsLayoutBundle.I_CmsDragCss
,I_CmsLayoutBundle.I_Widgets
,com.google.gwt.resources.client.ResourcePrototype
- Enclosing interface:
- I_CmsLayoutBundle
@Shared
@ImportedWithPrefix("acaciaForm")
public static interface I_CmsLayoutBundle.I_Style
extends I_CmsLayoutBundle.I_CmsDragCss, I_CmsLayoutBundle.I_Widgets, I_CmsLayoutBundle.I_ButtonBar
The style CSS resource.
-
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 CSS class name.Returns the closed bubble CSS class name.Returns the CSS class for collapsed attribute value views.Returns the display bubble above CSS class name.Returns the attribute CSS class name.Returns the drag overlay CSS class name.focused()
Returns the focused CSS class name.Returns the form parent CSS class name.Returns the formTabTerminator CSS class name.Returns the help bubble CSS class name.Returns the help bubble arrow CSS class name.Returns the help bubble close CSS class name.Returns the help message CSS class name.Returns the help message icon CSS class name.Returns the hide help bubbles CSS class name.Returns the inline edit overlay CSS class name.input()
Returns the input field CSS class name.Returns the CSS class assigned on label hover.Returns the move handle CSS class name.Returns the overlay button bar CSS class name.Returns the overlay button panel CSS class name.int
The second column width constant.Returns the shallow widget CSS class name.Returns the simple value CSS class name.Returns the simple value CSS class name.Returns the simple value CSS class name.Style name for uncollapsed attribute value views.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 org.opencms.gwt.client.ui.css.I_CmsLayoutBundle.I_CmsDragCss
dragPlaceholder, dragStarted, fullWindowDrag
Methods inherited from interface org.opencms.acacia.client.css.I_CmsLayoutBundle.I_Widgets
attributeValue, compactView, defaultView, dragHelper, emptyValue, entity, firstColumn, hasError, hasWarning, inActive, label, secondColumn, singleLine, widget, widgetHolder
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Method Details
-
attribute
Returns the attribute CSS class name.- Returns:
- the attribute CSS class
-
closedBubble
Returns the closed bubble CSS class name.- Returns:
- the closed bubble CSS class
-
collapsed
Returns the CSS class for collapsed attribute value views.- Returns:
- a CSS class
-
displayAbove
Returns the display bubble above CSS class name.- Returns:
- the display bubble above CSS class
-
dragElement
Returns the attribute CSS class name.- Returns:
- the attribute CSS class
-
dragOverlay
Returns the drag overlay CSS class name.- Returns:
- the drag overlay CSS class
-
focused
Returns the focused CSS class name.- Returns:
- the focused CSS class
-
formParent
Returns the form parent CSS class name.- Returns:
- the form parent CSS class
-
formTabTerminator
Returns the formTabTerminator CSS class name.- Returns:
- the formTabTerminator class name
-
helpBubble
Returns the help bubble CSS class name.- Returns:
- the help bubble CSS class
-
helpBubbleArrow
Returns the help bubble arrow CSS class name.- Returns:
- the help bubble arrow CSS class
-
helpBubbleClose
Returns the help bubble close CSS class name.- Returns:
- the help bubble close CSS class
-
helpMessage
Returns the help message CSS class name.- Returns:
- the help message CSS class
-
helpMessageIcon
Returns the help message icon CSS class name.- Returns:
- the help message icon CSS class
-
hideHelpBubbles
Returns the hide help bubbles CSS class name.- Returns:
- the hide help bubbles CSS class
-
inlineEditOverlay
Returns the inline edit overlay CSS class name.- Returns:
- the inline edit overlay CSS class
-
input
Returns the input field CSS class name.- Returns:
- the input field CSS class name
-
labelHover
Returns the CSS class assigned on label hover.- Returns:
- the CSS class assigned on label hover
-
moveHandle
Returns the move handle CSS class name.- Returns:
- the move handle CSS class
-
overlayButtonBar
Returns the overlay button bar CSS class name.- Returns:
- the overlay button bar CSS class name
-
overlayButtonPanel
Returns the overlay button panel CSS class name.- Returns:
- the overlay button panel CSS class name
-
SECOND_COLUMN_WIDTH
int SECOND_COLUMN_WIDTH()The second column width constant.- Returns:
- the second column width constant
-
shallowWidget
Returns the shallow widget CSS class name.- Returns:
- the shallow widget CSS class
-
simpleValue
Returns the simple value CSS class name.- Returns:
- the simple value CSS class name
-
tabDescription
Returns the simple value CSS class name.- Returns:
- the simple value CSS class name
-
tabDescriptionPanel
Returns the simple value CSS class name.- Returns:
- the simple value CSS class name
-
uncollapsed
Style name for uncollapsed attribute value views.- Returns:
- a style name
-