Package com.vaadin.v7.ui.themes
Class Reindeer
- java.lang.Object
-
- com.vaadin.v7.ui.themes.BaseTheme
-
- com.vaadin.v7.ui.themes.Reindeer
-
@Deprecated public class Reindeer extends BaseTheme
Deprecated.As of 8.0, no replacement available, onlyValoThemeis supported.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUTTON_DEFAULTDeprecated.Default action style for buttons (the button that should get activated when the user presses 'enter' in a form).static StringBUTTON_SMALLDeprecated.Small sized button, use for context specific actions for example.static StringLABEL_H1Deprecated.Large font for main application headings.static StringLABEL_H2Deprecated.Large font for different sections in the application.static StringLABEL_SMALLDeprecated.Small and a little lighter font.static StringLAYOUT_BLACKDeprecated.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 StringLAYOUT_BLUEDeprecated.Changes the background of a layout to a shade of blue.static StringLAYOUT_WHITEDeprecated.Changes the background of a layout to white.static StringPANEL_LIGHTDeprecated.Removes borders and background color from the panel.static StringPROGRESSBAR_STATICDeprecated.Displays the progress bar with a static background, instead of an animated one.static StringSPLITPANEL_SMALLDeprecated.Reduces the split handle to a minimal size (1 pixel).static StringTABLE_BORDERLESSDeprecated.Removes borders from the table.static StringTABLE_STRONGDeprecated.Makes the table headers dark and more prominent.static StringTABSHEET_BORDERLESSDeprecated.Removes borders from the default tab sheet style.static StringTABSHEET_HOVER_CLOSABLEDeprecated.Makes the tab close buttons visible only when the user is hovering over the tab.static StringTABSHEET_MINIMALDeprecated.Removes borders and background color from the tab sheet.static StringTABSHEET_SELECTED_CLOSABLEDeprecated.Makes the tab close buttons visible only when the tab is selected.static StringTABSHEET_SMALLDeprecated.Removes borders and background color from the tab sheet, and shows the tabs as a small bar.static StringTEXTFIELD_SMALLDeprecated.Small sized text field with small font.static StringTHEME_NAMEDeprecated.static StringWINDOW_BLACKDeprecated.Makes the whole window black, and changes contained components in the same way asLAYOUT_BLACKdoes.static StringWINDOW_LIGHTDeprecated.Makes the whole window white and increases the font size of the title.-
Fields inherited from class com.vaadin.v7.ui.themes.BaseTheme
BUTTON_LINK, CLIP, TREE_CONNECTORS
-
-
Constructor Summary
Constructors Constructor Description Reindeer()Deprecated.
-
-
-
Field Detail
-
THEME_NAME
public static final String THEME_NAME
Deprecated.- See Also:
- Constant Field Values
-
LABEL_H1
public static final String LABEL_H1
Deprecated.Large font for main application headings.- See Also:
- Constant Field Values
-
LABEL_H2
public static final String LABEL_H2
Deprecated.Large font for different sections in the application.- See Also:
- Constant Field Values
-
LABEL_SMALL
public static final String LABEL_SMALL
Deprecated.Small and a little lighter font.- See Also:
- Constant Field Values
-
BUTTON_DEFAULT
public static final String BUTTON_DEFAULT
Deprecated.Default action style for buttons (the button that should get activated when the user presses 'enter' in a form). Use sparingly, only one default button per view should be visible.- See Also:
- Constant Field Values
-
BUTTON_SMALL
public static final String BUTTON_SMALL
Deprecated.Small sized button, use for context specific actions for example.- See Also:
- Constant Field Values
-
TEXTFIELD_SMALL
public static final String TEXTFIELD_SMALL
Deprecated.Small sized text field with small font.- See Also:
- Constant Field Values
-
PANEL_LIGHT
public static final String PANEL_LIGHT
Deprecated.Removes borders and background color from the panel.- See Also:
- Constant Field Values
-
PROGRESSBAR_STATIC
public static final String PROGRESSBAR_STATIC
Deprecated.Displays the progress bar with a static background, instead of an animated one.- See Also:
- Constant Field Values
-
SPLITPANEL_SMALL
public static final String SPLITPANEL_SMALL
Deprecated.Reduces the split handle to a minimal size (1 pixel).- See Also:
- Constant Field Values
-
TABSHEET_BORDERLESS
public static final String TABSHEET_BORDERLESS
Deprecated.Removes borders from the default tab sheet style.- See Also:
- Constant Field Values
-
TABSHEET_SMALL
public static final String TABSHEET_SMALL
Deprecated.Removes borders and background color from the tab sheet, and shows the tabs as a small bar.- See Also:
- Constant Field Values
-
TABSHEET_MINIMAL
public static final String TABSHEET_MINIMAL
Deprecated.Removes borders and background color from the tab sheet. The tabs are presented with minimal lines indicating the selected tab.- See Also:
- Constant Field Values
-
TABSHEET_HOVER_CLOSABLE
public static final String TABSHEET_HOVER_CLOSABLE
Deprecated.Makes the tab close buttons visible only when the user is hovering over the tab.- See Also:
- Constant Field Values
-
TABSHEET_SELECTED_CLOSABLE
public static final String TABSHEET_SELECTED_CLOSABLE
Deprecated.Makes the tab close buttons visible only when the tab is selected.- See Also:
- Constant Field Values
-
TABLE_BORDERLESS
public static final String TABLE_BORDERLESS
Deprecated.Removes borders from the table.- See Also:
- Constant Field Values
-
TABLE_STRONG
public static final String TABLE_STRONG
Deprecated.Makes the table headers dark and more prominent.- See Also:
- Constant Field Values
-
LAYOUT_WHITE
public static final String LAYOUT_WHITE
Deprecated.Changes the background of a layout to white. Applies toVerticalLayout,HorizontalLayout,GridLayout,FormLayout,CssLayout,VerticalSplitPanelandHorizontalSplitPanel.Does not revert any contained components back to normal if some parent layout has style
LAYOUT_BLACKapplied.- See Also:
- Constant Field Values
-
LAYOUT_BLUE
public static final String LAYOUT_BLUE
Deprecated.Changes the background of a layout to a shade of blue. Applies toVerticalLayout,HorizontalLayout,GridLayout,FormLayout,CssLayout,VerticalSplitPanelandHorizontalSplitPanel.Does not revert any contained components back to normal if some parent layout has style
LAYOUT_BLACKapplied.- See Also:
- Constant Field Values
-
LAYOUT_BLACK
public static final 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. At least texts, buttons, text fields, selects, date fields, tables and a few other component styles should change.
Applies to
VerticalLayout,HorizontalLayout,GridLayout,FormLayoutandCssLayout.- See Also:
- Constant Field Values
-
WINDOW_LIGHT
public static final String WINDOW_LIGHT
Deprecated.Makes the whole window white and increases the font size of the title.- See Also:
- Constant Field Values
-
WINDOW_BLACK
public static final String WINDOW_BLACK
Deprecated.Makes the whole window black, and changes contained components in the same way asLAYOUT_BLACKdoes.- See Also:
- Constant Field Values
-
-