Package io.guise.framework.platform.web
Class GuiseCSSStyleConstants
- java.lang.Object
-
- io.guise.framework.platform.web.GuiseCSSStyleConstants
-
public class GuiseCSSStyleConstants extends java.lang.Object
Constants to be used with the Guise stylesheet.- Author:
- Garret Wilson
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTION_CLASS
A component that can send back an action.static java.lang.String
AXIS_X_CLASS
The CSS class indicating the X axis.static java.lang.String
AXIS_Y_CLASS
The CSS class indicating the Y axis.static java.lang.String
AXIS_Z_CLASS
The CSS class indicating the Z axis.static java.lang.String
COMPONENT_BODY_CLASS_SUFFIX
The CSS class suffix for the body part of a component.static java.lang.String
COMPONENT_CHILD_CLASS_SUFFIX
The CSS class suffix for a single child of a component.static java.lang.String
COMPONENT_CHILDREN_CLASS_SUFFIX
The CSS class suffix for the list of children of a component.static java.lang.String
COMPONENT_CONTAINER_CLASS_SUFFIX
The CSS class suffix for the container part of a component.static java.lang.String
COMPONENT_DESCRIPTION_CLASS_SUFFIX
The CSS class suffix for the description part of a component.static java.lang.String
COMPONENT_ERROR_CLASS_SUFFIX
The CSS class suffix for the error part of a component.static java.lang.String
COMPONENT_LABEL_CLASS_SUFFIX
The CSS class suffix for the label part of a component.static java.lang.String
COMPONENT_LAYOUT_CLASS_SUFFIX
The CSS class suffix for the layout of a layout component.static java.lang.String
COMPONENT_LINK_CLASS_SUFFIX
The CSS class suffix for the link part of a component.static java.lang.String
DIR_LTR_CLASS
The CSS class indicating left-to-right line direction.static java.lang.String
DIR_RTL_CLASS
The CSS class indicating right-to-left line direction.static java.lang.String
DISABLED_CLASS
The CSS class indicating disabled state.static java.lang.String
DRAG_HANDLE_CLASS
The handle of a drag source.static java.lang.String
DRAG_SOURCE_CLASS
The potential source of a drag and drop operation.static java.lang.String
DROP_TARGET_CLASS
The potential target of a drag and drop operation.static java.lang.String
ERROR_CLASS
The CSS class indicating error status.static java.lang.String
FRAME_CLOSE_CLASS_SUFFIX
The CSS class suffix identifying the frame close control.static java.lang.String
FRAME_CLOSED_CLASS
The CSS class for a closed frame.static java.lang.String
FRAME_MENU_CLASS_SUFFIX
The CSS class suffix identifying the frame menu.static java.lang.String
FRAME_MODAL_CLASS
The CSS class for an open, modal frame.static java.lang.String
FRAME_NONMODAL_CLASS
The CSS class for an open, nonmodal frame.static java.lang.String
FRAME_TETHER_CLASS_SUFFIX
The CSS class suffix identifying the frame tether.static java.lang.String
FRAME_TITLE_CLASS_SUFFIX
The CSS class suffix identifying the frame title.static java.lang.String
FRAME_TITLE_CONTROLS_CLASS_SUFFIX
The CSS class suffix identifying the frame title controls.static java.lang.String
GROUP_PANEL_CLASS
The CSS class for panels meant to visually group components.static java.lang.String
IMAGE_CAPTION_CLASS_SUFFIX
The CSS class suffix identifying the image caption.static java.lang.String
INVALID_CLASS
The CSS class indicating invalid contents.static java.lang.String
LAYOUT_FLOW_X_CHILD_CLASS
The CSS class for horizontal flow layout children.static java.lang.String
LAYOUT_FLOW_X_CLASS
The CSS class for any enclosing element needed for horizontal flow layout.static java.lang.String
LAYOUT_FLOW_Y_CHILD_CLASS
The CSS class for vertical flow layout children.static java.lang.String
LAYOUT_FLOW_Y_CLASS
The CSS class for any enclosing element needed for vertical flow layout.static java.lang.String
LAYOUT_REGION_BOTTOM_CLASS
The CSS class for the bottom region layout.static java.lang.String
LAYOUT_REGION_CENTER_CLASS
The CSS class for the center region layout.static java.lang.String
LAYOUT_REGION_CLASS
The CSS class for any enclosing element needed for region layout.static java.lang.String
LAYOUT_REGION_LEFT_CLASS
The CSS class for the left region layout.static java.lang.String
LAYOUT_REGION_RIGHT_CLASS
The CSS class for the right region layout.static java.lang.String
LAYOUT_REGION_TOP_CLASS
The CSS class for the top region layout.static java.lang.String
LICENSE_CLASS
The CSS class for license information.static java.lang.String
MOUSE_LISTENER_CLASS
A component that listens for mouse events.static java.lang.String
OPEN_CLASS
The CSS class indicating open state.static java.lang.String
ROLLOVER_CLASS
The CSS class indicating rollover state.static java.lang.String
SELECTED_CLASS
The CSS class indicating selected state.static java.lang.String
SLIDER_SLIDING_CLASS
The CSS class indicating slider sliding state.static java.lang.String
SLIDER_THUMB_CLASS_SUFFIX
The CSS class suffix identifying the slider thumb.static java.lang.String
SLIDER_TRACK_CLASS_SUFFIX
The CSS class suffix identifying the slider track.static java.lang.String
TABBED_PANEL_TAB_CLASS_SUFFIX
The CSS class suffix for the tab part of a tabbed panel.static java.lang.String
TABBED_PANEL_TABS_CLASS_SUFFIX
The CSS class suffix for the tab set part of a tabbed panel.static java.lang.String
TREE_NODE_CLASS
The CSS class for a tree node.static java.lang.String
TREE_NODE_COLLAPSED_CLASS
The CSS class indicating that a tree node is collapsed.static java.lang.String
TREE_NODE_EXPANDED_CLASS
The CSS class indicating that a tree node is expanded.static java.lang.String
TREE_NODE_LEAF_CLASS
The CSS class indicating that a tree node is a leaf node.static java.lang.String
WARNING_CLASS
The CSS class indicating warning status.
-
Constructor Summary
Constructors Constructor Description GuiseCSSStyleConstants()
-
-
-
Field Detail
-
GROUP_PANEL_CLASS
public static final java.lang.String GROUP_PANEL_CLASS
The CSS class for panels meant to visually group components.- See Also:
- Constant Field Values
-
LICENSE_CLASS
public static final java.lang.String LICENSE_CLASS
The CSS class for license information.- See Also:
- Constant Field Values
-
COMPONENT_LAYOUT_CLASS_SUFFIX
public static final java.lang.String COMPONENT_LAYOUT_CLASS_SUFFIX
The CSS class suffix for the layout of a layout component.- See Also:
- Constant Field Values
-
COMPONENT_LABEL_CLASS_SUFFIX
public static final java.lang.String COMPONENT_LABEL_CLASS_SUFFIX
The CSS class suffix for the label part of a component.- See Also:
- Constant Field Values
-
COMPONENT_DESCRIPTION_CLASS_SUFFIX
public static final java.lang.String COMPONENT_DESCRIPTION_CLASS_SUFFIX
The CSS class suffix for the description part of a component.- See Also:
- Constant Field Values
-
COMPONENT_BODY_CLASS_SUFFIX
public static final java.lang.String COMPONENT_BODY_CLASS_SUFFIX
The CSS class suffix for the body part of a component.- See Also:
- Constant Field Values
-
COMPONENT_CONTAINER_CLASS_SUFFIX
public static final java.lang.String COMPONENT_CONTAINER_CLASS_SUFFIX
The CSS class suffix for the container part of a component.- See Also:
- Constant Field Values
-
COMPONENT_LINK_CLASS_SUFFIX
public static final java.lang.String COMPONENT_LINK_CLASS_SUFFIX
The CSS class suffix for the link part of a component.- See Also:
- Constant Field Values
-
COMPONENT_CHILD_CLASS_SUFFIX
public static final java.lang.String COMPONENT_CHILD_CLASS_SUFFIX
The CSS class suffix for a single child of a component.- See Also:
- Constant Field Values
-
COMPONENT_CHILDREN_CLASS_SUFFIX
public static final java.lang.String COMPONENT_CHILDREN_CLASS_SUFFIX
The CSS class suffix for the list of children of a component.- See Also:
- Constant Field Values
-
COMPONENT_ERROR_CLASS_SUFFIX
public static final java.lang.String COMPONENT_ERROR_CLASS_SUFFIX
The CSS class suffix for the error part of a component.- See Also:
- Constant Field Values
-
AXIS_X_CLASS
public static final java.lang.String AXIS_X_CLASS
The CSS class indicating the X axis.- See Also:
- Constant Field Values
-
AXIS_Y_CLASS
public static final java.lang.String AXIS_Y_CLASS
The CSS class indicating the Y axis.- See Also:
- Constant Field Values
-
AXIS_Z_CLASS
public static final java.lang.String AXIS_Z_CLASS
The CSS class indicating the Z axis.- See Also:
- Constant Field Values
-
DIR_LTR_CLASS
public static final java.lang.String DIR_LTR_CLASS
The CSS class indicating left-to-right line direction.- See Also:
- Constant Field Values
-
DIR_RTL_CLASS
public static final java.lang.String DIR_RTL_CLASS
The CSS class indicating right-to-left line direction.- See Also:
- Constant Field Values
-
DISABLED_CLASS
public static final java.lang.String DISABLED_CLASS
The CSS class indicating disabled state.- See Also:
- Constant Field Values
-
ERROR_CLASS
public static final java.lang.String ERROR_CLASS
The CSS class indicating error status.- See Also:
- Constant Field Values
-
INVALID_CLASS
public static final java.lang.String INVALID_CLASS
The CSS class indicating invalid contents.- See Also:
- Constant Field Values
-
OPEN_CLASS
public static final java.lang.String OPEN_CLASS
The CSS class indicating open state.- See Also:
- Constant Field Values
-
ROLLOVER_CLASS
public static final java.lang.String ROLLOVER_CLASS
The CSS class indicating rollover state.- See Also:
- Constant Field Values
-
SELECTED_CLASS
public static final java.lang.String SELECTED_CLASS
The CSS class indicating selected state.- See Also:
- Constant Field Values
-
WARNING_CLASS
public static final java.lang.String WARNING_CLASS
The CSS class indicating warning status.- See Also:
- Constant Field Values
-
IMAGE_CAPTION_CLASS_SUFFIX
public static final java.lang.String IMAGE_CAPTION_CLASS_SUFFIX
The CSS class suffix identifying the image caption.- See Also:
- Constant Field Values
-
TREE_NODE_CLASS
public static final java.lang.String TREE_NODE_CLASS
The CSS class for a tree node.- See Also:
- Constant Field Values
-
TREE_NODE_COLLAPSED_CLASS
public static final java.lang.String TREE_NODE_COLLAPSED_CLASS
The CSS class indicating that a tree node is collapsed.- See Also:
- Constant Field Values
-
TREE_NODE_EXPANDED_CLASS
public static final java.lang.String TREE_NODE_EXPANDED_CLASS
The CSS class indicating that a tree node is expanded.- See Also:
- Constant Field Values
-
TREE_NODE_LEAF_CLASS
public static final java.lang.String TREE_NODE_LEAF_CLASS
The CSS class indicating that a tree node is a leaf node.- See Also:
- Constant Field Values
-
TABBED_PANEL_TAB_CLASS_SUFFIX
public static final java.lang.String TABBED_PANEL_TAB_CLASS_SUFFIX
The CSS class suffix for the tab part of a tabbed panel.- See Also:
- Constant Field Values
-
TABBED_PANEL_TABS_CLASS_SUFFIX
public static final java.lang.String TABBED_PANEL_TABS_CLASS_SUFFIX
The CSS class suffix for the tab set part of a tabbed panel.- See Also:
- Constant Field Values
-
FRAME_CLOSED_CLASS
public static final java.lang.String FRAME_CLOSED_CLASS
The CSS class for a closed frame.- See Also:
- Constant Field Values
-
FRAME_NONMODAL_CLASS
public static final java.lang.String FRAME_NONMODAL_CLASS
The CSS class for an open, nonmodal frame.- See Also:
- Constant Field Values
-
FRAME_MENU_CLASS_SUFFIX
public static final java.lang.String FRAME_MENU_CLASS_SUFFIX
The CSS class suffix identifying the frame menu.- See Also:
- Constant Field Values
-
FRAME_MODAL_CLASS
public static final java.lang.String FRAME_MODAL_CLASS
The CSS class for an open, modal frame.- See Also:
- Constant Field Values
-
FRAME_TETHER_CLASS_SUFFIX
public static final java.lang.String FRAME_TETHER_CLASS_SUFFIX
The CSS class suffix identifying the frame tether.- See Also:
- Constant Field Values
-
FRAME_TITLE_CLASS_SUFFIX
public static final java.lang.String FRAME_TITLE_CLASS_SUFFIX
The CSS class suffix identifying the frame title.- See Also:
- Constant Field Values
-
FRAME_TITLE_CONTROLS_CLASS_SUFFIX
public static final java.lang.String FRAME_TITLE_CONTROLS_CLASS_SUFFIX
The CSS class suffix identifying the frame title controls.- See Also:
- Constant Field Values
-
FRAME_CLOSE_CLASS_SUFFIX
public static final java.lang.String FRAME_CLOSE_CLASS_SUFFIX
The CSS class suffix identifying the frame close control.- See Also:
- Constant Field Values
-
SLIDER_TRACK_CLASS_SUFFIX
public static final java.lang.String SLIDER_TRACK_CLASS_SUFFIX
The CSS class suffix identifying the slider track.- See Also:
- Constant Field Values
-
SLIDER_THUMB_CLASS_SUFFIX
public static final java.lang.String SLIDER_THUMB_CLASS_SUFFIX
The CSS class suffix identifying the slider thumb.- See Also:
- Constant Field Values
-
SLIDER_SLIDING_CLASS
public static final java.lang.String SLIDER_SLIDING_CLASS
The CSS class indicating slider sliding state.- See Also:
- Constant Field Values
-
DRAG_SOURCE_CLASS
public static final java.lang.String DRAG_SOURCE_CLASS
The potential source of a drag and drop operation.- See Also:
- Constant Field Values
-
DRAG_HANDLE_CLASS
public static final java.lang.String DRAG_HANDLE_CLASS
The handle of a drag source.- See Also:
- Constant Field Values
-
DROP_TARGET_CLASS
public static final java.lang.String DROP_TARGET_CLASS
The potential target of a drag and drop operation.- See Also:
- Constant Field Values
-
LAYOUT_REGION_CLASS
public static final java.lang.String LAYOUT_REGION_CLASS
The CSS class for any enclosing element needed for region layout.- See Also:
- Constant Field Values
-
LAYOUT_REGION_BOTTOM_CLASS
public static final java.lang.String LAYOUT_REGION_BOTTOM_CLASS
The CSS class for the bottom region layout.- See Also:
- Constant Field Values
-
LAYOUT_REGION_CENTER_CLASS
public static final java.lang.String LAYOUT_REGION_CENTER_CLASS
The CSS class for the center region layout.- See Also:
- Constant Field Values
-
LAYOUT_REGION_LEFT_CLASS
public static final java.lang.String LAYOUT_REGION_LEFT_CLASS
The CSS class for the left region layout.- See Also:
- Constant Field Values
-
LAYOUT_REGION_RIGHT_CLASS
public static final java.lang.String LAYOUT_REGION_RIGHT_CLASS
The CSS class for the right region layout.- See Also:
- Constant Field Values
-
LAYOUT_REGION_TOP_CLASS
public static final java.lang.String LAYOUT_REGION_TOP_CLASS
The CSS class for the top region layout.- See Also:
- Constant Field Values
-
LAYOUT_FLOW_X_CLASS
public static final java.lang.String LAYOUT_FLOW_X_CLASS
The CSS class for any enclosing element needed for horizontal flow layout.- See Also:
- Constant Field Values
-
LAYOUT_FLOW_X_CHILD_CLASS
public static final java.lang.String LAYOUT_FLOW_X_CHILD_CLASS
The CSS class for horizontal flow layout children.- See Also:
- Constant Field Values
-
LAYOUT_FLOW_Y_CLASS
public static final java.lang.String LAYOUT_FLOW_Y_CLASS
The CSS class for any enclosing element needed for vertical flow layout.- See Also:
- Constant Field Values
-
LAYOUT_FLOW_Y_CHILD_CLASS
public static final java.lang.String LAYOUT_FLOW_Y_CHILD_CLASS
The CSS class for vertical flow layout children.- See Also:
- Constant Field Values
-
ACTION_CLASS
public static final java.lang.String ACTION_CLASS
A component that can send back an action.- See Also:
- Constant Field Values
-
MOUSE_LISTENER_CLASS
public static final java.lang.String MOUSE_LISTENER_CLASS
A component that listens for mouse events.- See Also:
- Constant Field Values
-
-