Class GuiseCSSStyleConstants

java.lang.Object
io.guise.framework.platform.web.GuiseCSSStyleConstants

public class GuiseCSSStyleConstants extends Object
Constants to be used with the Guise stylesheet.
Author:
Garret Wilson
  • Field Details

    • GROUP_PANEL_CLASS

      public static final String GROUP_PANEL_CLASS
      The CSS class for panels meant to visually group components.
      See Also:
    • LICENSE_CLASS

      public static final String LICENSE_CLASS
      The CSS class for license information.
      See Also:
    • COMPONENT_LAYOUT_CLASS_SUFFIX

      public static final String COMPONENT_LAYOUT_CLASS_SUFFIX
      The CSS class suffix for the layout of a layout component.
      See Also:
    • COMPONENT_LABEL_CLASS_SUFFIX

      public static final String COMPONENT_LABEL_CLASS_SUFFIX
      The CSS class suffix for the label part of a component.
      See Also:
    • COMPONENT_DESCRIPTION_CLASS_SUFFIX

      public static final String COMPONENT_DESCRIPTION_CLASS_SUFFIX
      The CSS class suffix for the description part of a component.
      See Also:
    • COMPONENT_BODY_CLASS_SUFFIX

      public static final String COMPONENT_BODY_CLASS_SUFFIX
      The CSS class suffix for the body part of a component.
      See Also:
    • COMPONENT_CONTAINER_CLASS_SUFFIX

      public static final String COMPONENT_CONTAINER_CLASS_SUFFIX
      The CSS class suffix for the container part of a component.
      See Also:
    • COMPONENT_CHILD_CLASS_SUFFIX

      public static final String COMPONENT_CHILD_CLASS_SUFFIX
      The CSS class suffix for a single child of a component.
      See Also:
    • COMPONENT_CHILDREN_CLASS_SUFFIX

      public static final String COMPONENT_CHILDREN_CLASS_SUFFIX
      The CSS class suffix for the list of children of a component.
      See Also:
    • COMPONENT_ERROR_CLASS_SUFFIX

      public static final String COMPONENT_ERROR_CLASS_SUFFIX
      The CSS class suffix for the error part of a component.
      See Also:
    • AXIS_X_CLASS

      public static final String AXIS_X_CLASS
      The CSS class indicating the X axis.
      See Also:
    • AXIS_Y_CLASS

      public static final String AXIS_Y_CLASS
      The CSS class indicating the Y axis.
      See Also:
    • AXIS_Z_CLASS

      public static final String AXIS_Z_CLASS
      The CSS class indicating the Z axis.
      See Also:
    • DIR_LTR_CLASS

      public static final String DIR_LTR_CLASS
      The CSS class indicating left-to-right line direction.
      See Also:
    • DIR_RTL_CLASS

      public static final String DIR_RTL_CLASS
      The CSS class indicating right-to-left line direction.
      See Also:
    • DISABLED_CLASS

      public static final String DISABLED_CLASS
      The CSS class indicating disabled state.
      See Also:
    • ERROR_CLASS

      public static final String ERROR_CLASS
      The CSS class indicating error status.
      See Also:
    • INVALID_CLASS

      public static final String INVALID_CLASS
      The CSS class indicating invalid contents.
      See Also:
    • OPEN_CLASS

      public static final String OPEN_CLASS
      The CSS class indicating open state.
      See Also:
    • ROLLOVER_CLASS

      public static final String ROLLOVER_CLASS
      The CSS class indicating rollover state.
      See Also:
    • SELECTED_CLASS

      public static final String SELECTED_CLASS
      The CSS class indicating selected state.
      See Also:
    • WARNING_CLASS

      public static final String WARNING_CLASS
      The CSS class indicating warning status.
      See Also:
    • IMAGE_CAPTION_CLASS_SUFFIX

      public static final String IMAGE_CAPTION_CLASS_SUFFIX
      The CSS class suffix identifying the image caption.
      See Also:
    • TREE_NODE_CLASS

      public static final String TREE_NODE_CLASS
      The CSS class for a tree node.
      See Also:
    • TREE_NODE_COLLAPSED_CLASS

      public static final String TREE_NODE_COLLAPSED_CLASS
      The CSS class indicating that a tree node is collapsed.
      See Also:
    • TREE_NODE_EXPANDED_CLASS

      public static final String TREE_NODE_EXPANDED_CLASS
      The CSS class indicating that a tree node is expanded.
      See Also:
    • TREE_NODE_LEAF_CLASS

      public static final String TREE_NODE_LEAF_CLASS
      The CSS class indicating that a tree node is a leaf node.
      See Also:
    • TABBED_PANEL_TAB_CLASS_SUFFIX

      public static final String TABBED_PANEL_TAB_CLASS_SUFFIX
      The CSS class suffix for the tab part of a tabbed panel.
      See Also:
    • TABBED_PANEL_TABS_CLASS_SUFFIX

      public static final String TABBED_PANEL_TABS_CLASS_SUFFIX
      The CSS class suffix for the tab set part of a tabbed panel.
      See Also:
    • FRAME_CLOSED_CLASS

      public static final String FRAME_CLOSED_CLASS
      The CSS class for a closed frame.
      See Also:
    • FRAME_NONMODAL_CLASS

      public static final String FRAME_NONMODAL_CLASS
      The CSS class for an open, nonmodal frame.
      See Also:
    • FRAME_MENU_CLASS_SUFFIX

      public static final String FRAME_MENU_CLASS_SUFFIX
      The CSS class suffix identifying the frame menu.
      See Also:
    • FRAME_MODAL_CLASS

      public static final String FRAME_MODAL_CLASS
      The CSS class for an open, modal frame.
      See Also:
    • FRAME_TETHER_CLASS_SUFFIX

      public static final String FRAME_TETHER_CLASS_SUFFIX
      The CSS class suffix identifying the frame tether.
      See Also:
    • FRAME_TITLE_CLASS_SUFFIX

      public static final String FRAME_TITLE_CLASS_SUFFIX
      The CSS class suffix identifying the frame title.
      See Also:
    • FRAME_TITLE_CONTROLS_CLASS_SUFFIX

      public static final String FRAME_TITLE_CONTROLS_CLASS_SUFFIX
      The CSS class suffix identifying the frame title controls.
      See Also:
    • FRAME_CLOSE_CLASS_SUFFIX

      public static final String FRAME_CLOSE_CLASS_SUFFIX
      The CSS class suffix identifying the frame close control.
      See Also:
    • SLIDER_TRACK_CLASS_SUFFIX

      public static final String SLIDER_TRACK_CLASS_SUFFIX
      The CSS class suffix identifying the slider track.
      See Also:
    • SLIDER_THUMB_CLASS_SUFFIX

      public static final String SLIDER_THUMB_CLASS_SUFFIX
      The CSS class suffix identifying the slider thumb.
      See Also:
    • SLIDER_SLIDING_CLASS

      public static final String SLIDER_SLIDING_CLASS
      The CSS class indicating slider sliding state.
      See Also:
    • DRAG_SOURCE_CLASS

      public static final String DRAG_SOURCE_CLASS
      The potential source of a drag and drop operation.
      See Also:
    • DRAG_HANDLE_CLASS

      public static final String DRAG_HANDLE_CLASS
      The handle of a drag source.
      See Also:
    • DROP_TARGET_CLASS

      public static final String DROP_TARGET_CLASS
      The potential target of a drag and drop operation.
      See Also:
    • LAYOUT_REGION_CLASS

      public static final String LAYOUT_REGION_CLASS
      The CSS class for any enclosing element needed for region layout.
      See Also:
    • LAYOUT_REGION_BOTTOM_CLASS

      public static final String LAYOUT_REGION_BOTTOM_CLASS
      The CSS class for the bottom region layout.
      See Also:
    • LAYOUT_REGION_CENTER_CLASS

      public static final String LAYOUT_REGION_CENTER_CLASS
      The CSS class for the center region layout.
      See Also:
    • LAYOUT_REGION_LEFT_CLASS

      public static final String LAYOUT_REGION_LEFT_CLASS
      The CSS class for the left region layout.
      See Also:
    • LAYOUT_REGION_RIGHT_CLASS

      public static final String LAYOUT_REGION_RIGHT_CLASS
      The CSS class for the right region layout.
      See Also:
    • LAYOUT_REGION_TOP_CLASS

      public static final String LAYOUT_REGION_TOP_CLASS
      The CSS class for the top region layout.
      See Also:
    • LAYOUT_FLOW_X_CLASS

      public static final String LAYOUT_FLOW_X_CLASS
      The CSS class for any enclosing element needed for horizontal flow layout.
      See Also:
    • LAYOUT_FLOW_X_CHILD_CLASS

      public static final String LAYOUT_FLOW_X_CHILD_CLASS
      The CSS class for horizontal flow layout children.
      See Also:
    • LAYOUT_FLOW_Y_CLASS

      public static final String LAYOUT_FLOW_Y_CLASS
      The CSS class for any enclosing element needed for vertical flow layout.
      See Also:
    • LAYOUT_FLOW_Y_CHILD_CLASS

      public static final String LAYOUT_FLOW_Y_CHILD_CLASS
      The CSS class for vertical flow layout children.
      See Also:
    • ACTION_CLASS

      public static final String ACTION_CLASS
      A component that can send back an action.
      See Also:
    • MOUSE_LISTENER_CLASS

      public static final String MOUSE_LISTENER_CLASS
      A component that listens for mouse events.
      See Also:
  • Constructor Details

    • GuiseCSSStyleConstants

      public GuiseCSSStyleConstants()