Package com.vaadin.v7.ui.themes
Class ChameleonTheme
- java.lang.Object
-
- com.vaadin.v7.ui.themes.BaseTheme
-
- com.vaadin.v7.ui.themes.ChameleonTheme
-
@Deprecated public class ChameleonTheme extends BaseTheme
Deprecated.As of 8.0, no replacement available, onlyValoThemeis supported.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCORDION_OPAQUEDeprecated.Makes the accordion background opaque (non-transparent).static StringBUTTON_BIGDeprecated.Big button, use to get more attention for the button action.static StringBUTTON_BORDERLESSDeprecated.Removes all graphics from the button, leaving only the caption and the icon visible.static StringBUTTON_DEFAULTDeprecated.Default action style for buttons (the button that gets activated when user presses 'enter' in a form).static StringBUTTON_DOWNDeprecated.Makes the button look like it is pressed down.static StringBUTTON_ICON_ON_RIGHTDeprecated.Places the button icon on the right side of the caption.static StringBUTTON_ICON_ON_TOPDeprecated.Places the button icon on top of the caption.static StringBUTTON_ICON_ONLYDeprecated.Removes the button caption and only shows its icon.static StringBUTTON_SMALLDeprecated.Small sized button, use for context specific actions for example.static StringBUTTON_TALLDeprecated.Adds more padding on the top and on the bottom of the button.static StringBUTTON_WIDEDeprecated.Adds more padding on the sides of the button.static StringCOMBOBOX_SEARCHDeprecated.Adds a magnifier icon on the left side of the fields text.static StringCOMBOBOX_SELECT_BUTTONDeprecated.Adds a magnifier icon on the left side of the fields text.static StringCOMPOUND_CSSLAYOUT_TOOLBARDeprecated.Adds a toolbar-like background for the layout, and aligns Buttons and Segments horizontally.static StringCOMPOUND_HORIZONTAL_LAYOUT_SEGMENTDeprecated.Creates a context for a segment button control.static StringCOMPOUND_HORIZONTAL_LAYOUT_SEGMENT_ALTERNATEDeprecated.Use this mixin-style in combination with theCOMPOUND_HORIZONTAL_LAYOUT_SEGMENTstyle to make buttons with the "down" style use the themes alternate color (e.g. blue instead of gray).static StringCOMPOUND_LAYOUT_SIDEBAR_MENUDeprecated.Creates an iTunes-like menu from a CssLayout or a VerticalLayout.static StringDATEFIELD_BIGDeprecated.Large sized date field with big font.static StringDATEFIELD_SMALLDeprecated.Small sized date field with small font.static StringLABEL_BIGDeprecated.Big font for important or emphasized texts.static StringLABEL_COLORDeprecated.Adds color to the text (usually the alternate color of the theme).static StringLABEL_ERRORDeprecated.Adds an error icon on the left side and a red background to the label.static StringLABEL_H1Deprecated.Large font for main application headings.static StringLABEL_H2Deprecated.Large font for different sections in the application.static StringLABEL_H3Deprecated.Font for sub-section headers.static StringLABEL_H4Deprecated.Font for paragraphs headers.static StringLABEL_LOADINGDeprecated.Adds a spinner icon on the left side of the label.static StringLABEL_SMALLDeprecated.Small and a little lighter font.static StringLABEL_TINYDeprecated.Very small and lighter font for things such as footnotes and component specific informations.static StringLABEL_WARNINGDeprecated.Adds a warning icon on the left side and a yellow background to the label.static StringPANEL_BORDERLESSDeprecated.Removes borders and background color from the panel.static StringPANEL_BUBBLEDeprecated.Adds a more vibrant header for the panel, using the alternate color of the theme, and adds slight rounded corners (not supported in all browsers).static StringPANEL_LIGHTDeprecated.Removes borders and background color from the panel.static StringPROGRESS_INDICATOR_BIGDeprecated.Increases the height of the progress bar.static StringPROGRESS_INDICATOR_INDETERMINATE_BARDeprecated.Displays an indeterminate progress indicator as a bar with animated background stripes.static StringPROGRESS_INDICATOR_SMALLDeprecated.Reduces the height of the progress bar.static StringSELECT_BIGDeprecated.Large sized select with big font.static StringSELECT_SMALLDeprecated.Small sized select with small font.static StringSPLITPANEL_SMALLDeprecated.Reduces the split handle to a minimal size (1 pixel).static StringTABLE_BIGDeprecated.Makes the column header and content font size bigger inside the table.static StringTABLE_BORDERLESSDeprecated.Removes borders and background color from the table.static StringTABLE_SMALLDeprecated.Makes the column header and content font size smaller inside the table.static StringTABLE_STRIPEDDeprecated.Adds a light alternate background color to even rows in the table.static StringTABSHEET_BORDERLESSDeprecated.Removes borders and background color from the tab sheet.static StringTEXTFIELD_BIGDeprecated.Large sized text field with big font.static StringTEXTFIELD_SEARCHDeprecated.Adds a magnifier icon on the left side of the fields text.static StringTEXTFIELD_SMALLDeprecated.Small sized text field with small font.static StringTHEME_NAMEDeprecated.static StringWINDOW_OPAQUEDeprecated.Sub-window style that makes the window background opaque (i.e. not semi-transparent).-
Fields inherited from class com.vaadin.v7.ui.themes.BaseTheme
BUTTON_LINK, CLIP, TREE_CONNECTORS
-
-
Constructor Summary
Constructors Constructor Description ChameleonTheme()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_H3
public static final String LABEL_H3
Deprecated.Font for sub-section headers.- See Also:
- Constant Field Values
-
LABEL_H4
public static final String LABEL_H4
Deprecated.Font for paragraphs headers.- See Also:
- Constant Field Values
-
LABEL_BIG
public static final String LABEL_BIG
Deprecated.Big font for important or emphasized texts.- 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
-
LABEL_TINY
public static final String LABEL_TINY
Deprecated.Very small and lighter font for things such as footnotes and component specific informations. Use carefully, since this style will usually reduce legibility.- See Also:
- Constant Field Values
-
LABEL_COLOR
public static final String LABEL_COLOR
Deprecated.Adds color to the text (usually the alternate color of the theme).- See Also:
- Constant Field Values
-
LABEL_WARNING
public static final String LABEL_WARNING
Deprecated.Adds a warning icon on the left side and a yellow background to the label.- See Also:
- Constant Field Values
-
LABEL_ERROR
public static final String LABEL_ERROR
Deprecated.Adds an error icon on the left side and a red background to the label.- See Also:
- Constant Field Values
-
LABEL_LOADING
public static final String LABEL_LOADING
Deprecated.Adds a spinner icon on the left side of the label.- See Also:
- Constant Field Values
-
BUTTON_DEFAULT
public static final String BUTTON_DEFAULT
Deprecated.Default action style for buttons (the button that gets activated when user presses 'enter' in a form). Use sparingly, only one default button per screen 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
-
BUTTON_BIG
public static final String BUTTON_BIG
Deprecated.Big button, use to get more attention for the button action.- See Also:
- Constant Field Values
-
BUTTON_WIDE
public static final String BUTTON_WIDE
Deprecated.Adds more padding on the sides of the button. Makes it easier for the user to hit the button.- See Also:
- Constant Field Values
-
BUTTON_TALL
public static final String BUTTON_TALL
Deprecated.Adds more padding on the top and on the bottom of the button. Makes it easier for the user to hit the button.- See Also:
- Constant Field Values
-
BUTTON_BORDERLESS
public static final String BUTTON_BORDERLESS
Deprecated.Removes all graphics from the button, leaving only the caption and the icon visible. Useful for making icon-only buttons and toolbar buttons.- See Also:
- Constant Field Values
-
BUTTON_ICON_ON_TOP
public static final String BUTTON_ICON_ON_TOP
Deprecated.Places the button icon on top of the caption. By default the icon is on the left side of the button caption.- See Also:
- Constant Field Values
-
BUTTON_ICON_ON_RIGHT
public static final String BUTTON_ICON_ON_RIGHT
Deprecated.Places the button icon on the right side of the caption. By default the icon is on the left side of the button caption.- See Also:
- Constant Field Values
-
BUTTON_ICON_ONLY
public static final String BUTTON_ICON_ONLY
Deprecated.Removes the button caption and only shows its icon.- See Also:
- Constant Field Values
-
BUTTON_DOWN
public static final String BUTTON_DOWN
Deprecated.Makes the button look like it is pressed down. Useful for creating a toggle button.- 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
-
TEXTFIELD_BIG
public static final String TEXTFIELD_BIG
Deprecated.Large sized text field with big font.- See Also:
- Constant Field Values
-
TEXTFIELD_SEARCH
public static final String TEXTFIELD_SEARCH
Deprecated.Adds a magnifier icon on the left side of the fields text.- See Also:
- Constant Field Values
-
SELECT_SMALL
public static final String SELECT_SMALL
Deprecated.Small sized select with small font.- See Also:
- Constant Field Values
-
SELECT_BIG
public static final String SELECT_BIG
Deprecated.Large sized select with big font.- See Also:
- Constant Field Values
-
COMBOBOX_SEARCH
public static final String COMBOBOX_SEARCH
Deprecated.Adds a magnifier icon on the left side of the fields text.- See Also:
- Constant Field Values
-
COMBOBOX_SELECT_BUTTON
public static final String COMBOBOX_SELECT_BUTTON
Deprecated.Adds a magnifier icon on the left side of the fields text.- See Also:
- Constant Field Values
-
DATEFIELD_SMALL
public static final String DATEFIELD_SMALL
Deprecated.Small sized date field with small font.- See Also:
- Constant Field Values
-
DATEFIELD_BIG
public static final String DATEFIELD_BIG
Deprecated.Large sized date field with big font.- See Also:
- Constant Field Values
-
PANEL_BORDERLESS
public static final String PANEL_BORDERLESS
Deprecated.Removes borders and background color from the panel.- See Also:
- Constant Field Values
-
PANEL_BUBBLE
public static final String PANEL_BUBBLE
Deprecated.Adds a more vibrant header for the panel, using the alternate color of the theme, and adds slight rounded corners (not supported in all browsers).- 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
-
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 and background color from the tab sheet.- See Also:
- Constant Field Values
-
ACCORDION_OPAQUE
public static final String ACCORDION_OPAQUE
Deprecated.Makes the accordion background opaque (non-transparent).- See Also:
- Constant Field Values
-
TABLE_BORDERLESS
public static final String TABLE_BORDERLESS
Deprecated.Removes borders and background color from the table.- See Also:
- Constant Field Values
-
TABLE_SMALL
public static final String TABLE_SMALL
Deprecated.Makes the column header and content font size smaller inside the table.- See Also:
- Constant Field Values
-
TABLE_BIG
public static final String TABLE_BIG
Deprecated.Makes the column header and content font size bigger inside the table.- See Also:
- Constant Field Values
-
TABLE_STRIPED
public static final String TABLE_STRIPED
Deprecated.Adds a light alternate background color to even rows in the table.- See Also:
- Constant Field Values
-
PROGRESS_INDICATOR_SMALL
public static final String PROGRESS_INDICATOR_SMALL
Deprecated.Reduces the height of the progress bar.- See Also:
- Constant Field Values
-
PROGRESS_INDICATOR_BIG
public static final String PROGRESS_INDICATOR_BIG
Deprecated.Increases the height of the progress bar. If the indicator is in indeterminate mode, shows a bigger spinner than the regular indeterminate indicator.- See Also:
- Constant Field Values
-
PROGRESS_INDICATOR_INDETERMINATE_BAR
public static final String PROGRESS_INDICATOR_INDETERMINATE_BAR
Deprecated.Displays an indeterminate progress indicator as a bar with animated background stripes. This style can be used in combination with the "small" and "big" styles.- See Also:
- Constant Field Values
-
WINDOW_OPAQUE
public static final String WINDOW_OPAQUE
Deprecated.Sub-window style that makes the window background opaque (i.e. not semi-transparent).- See Also:
- Constant Field Values
-
COMPOUND_HORIZONTAL_LAYOUT_SEGMENT
public static final String COMPOUND_HORIZONTAL_LAYOUT_SEGMENT
Deprecated.Creates a context for a segment button control. Place buttons inside the segment, and add "first" and "last" style names for the first and last button in the segment. Then use theBUTTON_DOWNstyle to indicate button states. E.g.HorizontalLayout ("segment") + Button ("first down") + Button ("down") + Button ... + Button ("last")You can also use most of the different button styles for the contained buttons (e.g.BUTTON_BIG,BUTTON_ICON_ONLYetc.).- See Also:
- Constant Field Values
-
COMPOUND_HORIZONTAL_LAYOUT_SEGMENT_ALTERNATE
public static final String COMPOUND_HORIZONTAL_LAYOUT_SEGMENT_ALTERNATE
Deprecated.Use this mixin-style in combination with theCOMPOUND_HORIZONTAL_LAYOUT_SEGMENTstyle to make buttons with the "down" style use the themes alternate color (e.g. blue instead of gray). E.g.HorizontalLayout ("segment segment-alternate") + Button ("first down") + Button ("down") + Button ... + Button ("last")- See Also:
- Constant Field Values
-
COMPOUND_LAYOUT_SIDEBAR_MENU
public static final String COMPOUND_LAYOUT_SIDEBAR_MENU
Deprecated.Creates an iTunes-like menu from a CssLayout or a VerticalLayout. Place plain Labels and NativeButtons inside the layout, and you're all set. E.g.CssLayout ("sidebar-menu") + Label + NativeButton + NativeButton ... + Label + NativeButton- See Also:
- Constant Field Values
-
COMPOUND_CSSLAYOUT_TOOLBAR
public static final String COMPOUND_CSSLAYOUT_TOOLBAR
Deprecated.Adds a toolbar-like background for the layout, and aligns Buttons and Segments horizontally. Feel free to use different buttons styles inside the toolbar, likeBUTTON_ICON_ON_TOPandBUTTON_BORDERLESS- See Also:
- Constant Field Values
-
-