public interface CssStyles
styles
. UiWidget
-API so this is the best compromise done on purpose.Modifier and Type | Field and Description |
---|---|
static String |
BORDER_EAST
The name of the CSS style for a the right border of a
WINDOW . |
static String |
BORDER_NORTH
The name of the CSS style for a the top border of a
WINDOW . |
static String |
BORDER_NORTH_EAST
The name of the CSS style for a the top right corner of a
WINDOW . |
static String |
BORDER_NORTH_WEST
The name of the CSS style for a the top left corner of a
WINDOW . |
static String |
BORDER_PANEL
The name of the CSS style for a border panel (fieldset).
|
static String |
BORDER_SOUTH
The name of the CSS style for a the bottom border of a
WINDOW . |
static String |
BORDER_SOUTH_EAST
The name of the CSS style for a the bottom right corner of a
WINDOW . |
static String |
BORDER_SOUTH_WEST
The name of the CSS style for a the bottom left corner of a
WINDOW . |
static String |
BORDER_WEST
The name of the CSS style for a the left border of a
WINDOW . |
static String |
BUTTON
The name of the CSS style for a button.
|
static String |
BUTTON_GROUP
The name of the CSS style for a button group.
|
static String |
BUTTON_PANEL
The name of the CSS style for a button panel.
|
static String |
BUTTON_SEPARATOR
The name of the CSS style for a button separator.
|
static String |
CELL
The style of a table cell (the <div> in a <td> of a
DATA_TABLE ) |
static String |
CLOSE
The style of a close button "icon".
|
static String |
COLLAPSE_BUTTON
The name of the CSS style for a button to collapse/expand something (e.g.
|
static String |
COLLAPSED
The name of the CSS style for a
COLLAPSE_BUTTON in collapsed state. |
static String |
COLUMN_RESIZER
The style of a generic div in a table header that allows to resize a table column.
|
static String |
COLUMN_WIDTH_ROW
The style of an invisible table row used to set the column width (HTML5 sucks, colgroup does not work).
|
static String |
DATA_TABLE
The style of a data table (list grid or tree grid).
|
static String |
DRAG_OVER
The style of a widget that is currently the drop target of a dragged widget.
|
static String |
DRAGGABLE
The style of a widget that can be dragged.
|
static String |
FIELD_LABEL
The name of the CSS style for a label corresponding to a field.
|
static String |
GLASS_PANEL
The name of the CSS style for the glass panel used for modal popups.
|
static String |
GRID_ROW_SEPARATOR
The name of the CSS style for a separator row.
|
static String |
HORIZONTAL_PANEL
The name of the CSS style for a horizontal panel.
|
static String |
ICON_DOWN
The name of the CSS style for an icon with an arrow down (e.g.
|
static String |
ICON_STEP_NEXT
The name of the CSS style for an icon indicating a step to the next item.
|
static String |
ICON_STEP_PREVIOUS
The name of the CSS style for an icon indicating a step to the previous item.
|
static String |
ICON_UP
The name of the CSS style for an icon with an arrow up (e.g.
|
static String |
LABEL
The name of the CSS style for a label.
|
static String |
LINK
The name of the CSS style for a link.
|
static String |
MAXIMIZE
The style of a maximize (fullscreen) button "icon".
|
static String |
MOVABLE
The name of the CSS style for an object that can be moved around by dragging.
|
static String |
POPUP
The name of the CSS style for a popup window.
|
static String |
PRESSED
The name of the additional CSS style for a
TOGGLE_BUTTON that is pressed. |
static String |
ROW_NUMBER
The style of a cell (<td>) showing the row number in a
DATA_TABLE . |
static String |
SCROLLBAR_HEADER
The style of a header (the <th> in a
DATA_TABLE ) displayed above the scrollbar. |
static String |
SECTION
The name of the CSS style for a section.
|
static String |
SELECTED
The name of the CSS style to mark a selection (e.g.
|
static String |
SELECTION_HEADER
The style of a multi-selection column header (<th>).
|
static String |
SLOT
The name of the CSS style for a generic slot (where any sub-dialog content can be embedded).
|
static String |
SORT_ICON_ASCENDING
The style of an icon showing an ascending sort order.
|
static String |
SORT_ICON_DESCENDING
The style of an icon showing a descending sort order.
|
static String |
SORT_ICON_NONE
The style of an icon showing that there is currently no sort order.
|
static String |
TAB
The name of the CSS style for a tab (in a tab-panel).
|
static String |
TABLE_HEADER
The style of a table header container that may contain a ColumnResizer.
|
static String |
TOGGLE_BUTTON
|
static String |
TOOLBAR
The name of the CSS style for a toolbar.
|
static String |
TREE
The style of a tree.
|
static String |
VERTICAL_PANEL
The name of the CSS style for a vertical panel.
|
static String |
WINDOW
The name of the CSS style for a window.
|
static String |
WINDOW_CONTENT
The name of the CSS style for the content panel inside a
WINDOW . |
static String |
WINDOW_FOOTER_BAR
The name of the CSS style for the footer-bar of a
WINDOW (inside WINDOW_CONTENT ). |
static String |
WINDOW_TITLE
The name of the CSS style for the title inside a
WINDOW_TITLE_BAR . |
static String |
WINDOW_TITLE_BAR
The name of the CSS style for the title-bar of a
WINDOW (inside WINDOW_CONTENT ). |
static final String GRID_ROW_SEPARATOR
static final String LABEL
static final String LINK
static final String SECTION
static final String COLLAPSE_BUTTON
SECTION
).static final String COLLAPSED
COLLAPSE_BUTTON
in collapsed state. Will be removed in expanded
state.static final String POPUP
static final String WINDOW
static final String WINDOW_CONTENT
WINDOW
.static final String WINDOW_TITLE_BAR
WINDOW
(inside WINDOW_CONTENT
).static final String WINDOW_TITLE
WINDOW_TITLE_BAR
.static final String WINDOW_FOOTER_BAR
WINDOW
(inside WINDOW_CONTENT
).static final String BORDER_WEST
WINDOW
.static final String BORDER_EAST
WINDOW
.static final String BORDER_SOUTH
WINDOW
.static final String BORDER_SOUTH_WEST
WINDOW
.static final String BORDER_SOUTH_EAST
WINDOW
.static final String BORDER_NORTH
WINDOW
.static final String BORDER_NORTH_WEST
WINDOW
.static final String BORDER_NORTH_EAST
WINDOW
.static final String BUTTON
static final String TOGGLE_BUTTON
static final String PRESSED
TOGGLE_BUTTON
that is pressed.static final String BUTTON_GROUP
static final String BUTTON_PANEL
static final String TAB
static final String SLOT
static final String BUTTON_SEPARATOR
static final String TOOLBAR
static final String ICON_STEP_NEXT
static final String ICON_STEP_PREVIOUS
static final String ICON_UP
static final String ICON_DOWN
static final String HORIZONTAL_PANEL
static final String VERTICAL_PANEL
static final String MOVABLE
static final String GLASS_PANEL
static final String FIELD_LABEL
static final String BORDER_PANEL
static final String SELECTED
static final String TREE
static final String DATA_TABLE
static final String TABLE_HEADER
static final String COLUMN_RESIZER
static final String SORT_ICON_NONE
static final String SORT_ICON_ASCENDING
static final String SORT_ICON_DESCENDING
static final String COLUMN_WIDTH_ROW
static final String CELL
DATA_TABLE
)static final String SCROLLBAR_HEADER
DATA_TABLE
) displayed above the scrollbar.static final String ROW_NUMBER
DATA_TABLE
.static final String SELECTION_HEADER
static final String CLOSE
static final String MAXIMIZE
static final String DRAGGABLE
static final String DRAG_OVER
Copyright © 2001–2016 mmm-Team. All rights reserved.