ValoTheme
is
supported.@Deprecated public class Reindeer extends BaseTheme
Modifier and Type | Field and Description |
---|---|
static String |
BUTTON_DEFAULT
Deprecated.
Default action style for buttons (the button that should get activated
when the user presses 'enter' in a form).
|
static String |
BUTTON_SMALL
Deprecated.
Small sized button, use for context specific actions for example.
|
static String |
LABEL_H1
Deprecated.
Large font for main application headings.
|
static String |
LABEL_H2
Deprecated.
Large font for different sections in the application.
|
static String |
LABEL_SMALL
Deprecated.
Small and a little lighter font.
|
static String |
LAYOUT_BLACK
Deprecated.
Changes the background of a layout to almost black, and at the same time
transforms contained components to their black style correspondents when
available.
|
static String |
LAYOUT_BLUE
Deprecated.
Changes the background of a layout to a shade of blue.
|
static String |
LAYOUT_WHITE
Deprecated.
Changes the background of a layout to white.
|
static String |
PANEL_LIGHT
Deprecated.
Removes borders and background color from the panel.
|
static String |
PROGRESSBAR_STATIC
Deprecated.
Displays the progress bar with a static background, instead of an
animated one.
|
static String |
SPLITPANEL_SMALL
Deprecated.
Reduces the split handle to a minimal size (1 pixel).
|
static String |
TABLE_BORDERLESS
Deprecated.
Removes borders from the table.
|
static String |
TABLE_STRONG
Deprecated.
Makes the table headers dark and more prominent.
|
static String |
TABSHEET_BORDERLESS
Deprecated.
Removes borders from the default tab sheet style.
|
static String |
TABSHEET_HOVER_CLOSABLE
Deprecated.
Makes the tab close buttons visible only when the user is hovering over
the tab.
|
static String |
TABSHEET_MINIMAL
Deprecated.
Removes borders and background color from the tab sheet.
|
static String |
TABSHEET_SELECTED_CLOSABLE
Deprecated.
Makes the tab close buttons visible only when the tab is selected.
|
static String |
TABSHEET_SMALL
Deprecated.
Removes borders and background color from the tab sheet, and shows the
tabs as a small bar.
|
static String |
TEXTFIELD_SMALL
Deprecated.
Small sized text field with small font.
|
static String |
THEME_NAME
Deprecated.
|
static String |
WINDOW_BLACK
Deprecated.
Makes the whole window black, and changes contained components in the
same way as
LAYOUT_BLACK does. |
static String |
WINDOW_LIGHT
Deprecated.
Makes the whole window white and increases the font size of the title.
|
BUTTON_LINK, CLIP, TREE_CONNECTORS
Constructor and Description |
---|
Reindeer()
Deprecated.
|
public static final String THEME_NAME
public static final String LABEL_H1
public static final String LABEL_H2
public static final String LABEL_SMALL
public static final String BUTTON_DEFAULT
public static final String BUTTON_SMALL
public static final String TEXTFIELD_SMALL
public static final String PANEL_LIGHT
public static final String PROGRESSBAR_STATIC
public static final String SPLITPANEL_SMALL
public static final String TABSHEET_BORDERLESS
public static final String TABSHEET_SMALL
public static final String TABSHEET_MINIMAL
public static final String TABSHEET_HOVER_CLOSABLE
public static final String TABSHEET_SELECTED_CLOSABLE
public static final String TABLE_BORDERLESS
public static final String TABLE_STRONG
public static final String LAYOUT_WHITE
VerticalLayout
, HorizontalLayout
,
GridLayout
, FormLayout
,
CssLayout
, VerticalSplitPanel
and
HorizontalSplitPanel
.
Does not revert any contained components back to normal if some
parent layout has style LAYOUT_BLACK
applied.
public static final String LAYOUT_BLUE
VerticalLayout
, HorizontalLayout
,
GridLayout
, FormLayout
,
CssLayout
, VerticalSplitPanel
and
HorizontalSplitPanel
.
Does not revert any contained components back to normal if some
parent layout has style LAYOUT_BLACK
applied.
public static final String LAYOUT_BLACK
Changes the background of a layout to almost black, and at the same time transforms contained components to their black style correspondents when available. At least texts, buttons, text fields, selects, date fields, tables and a few other component styles should change.
Applies to VerticalLayout
, HorizontalLayout
,
GridLayout
, FormLayout
and
CssLayout
.
public static final String WINDOW_LIGHT
public static final String WINDOW_BLACK
LAYOUT_BLACK
does.Copyright © 2020 Vaadin Ltd. All rights reserved.