Package com.vaadin.v7.ui.themes
Class Runo
- java.lang.Object
-
- com.vaadin.v7.ui.themes.BaseTheme
-
- com.vaadin.v7.ui.themes.Runo
-
@Deprecated public class Runo extends BaseTheme
Deprecated.As of 8.0, no replacement available, onlyValoThemeis supported.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCORDION_LIGHTDeprecated.A detached looking accordion, providing space around its captions and content.static StringBUTTON_BIGDeprecated.Big sized button, use to gather much attention for some particular action.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 StringCSSLAYOUT_SELECTABLEDeprecated.Adds necessary styles to the layout to make it look selectable (i.e.static StringCSSLAYOUT_SELECTABLE_SELECTEDDeprecated.static StringCSSLAYOUT_SHADOWDeprecated.Add a drop shadow around the layout and its contained components.static StringLABEL_H1Deprecated.Largest title/header size.static StringLABEL_H2Deprecated.Similar style as in panel captions.static StringLABEL_SMALLDeprecated.Small font size.static StringLAYOUT_DARKERDeprecated.An alternative background color for layouts.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_REDUCEDDeprecated.Reduces the width/height of the split handle.static StringSPLITPANEL_SMALLDeprecated.Reduces the visual size of the split handle to one pixel (the active drag size is still larger).static StringTABLE_BORDERLESSDeprecated.Removes the border and background color from the table.static StringTABLE_SMALLDeprecated.Smaller header and item fonts.static StringTABSHEET_SMALLDeprecated.Smaller tabs, no border and background for content area.static StringTEXTFIELD_SMALLDeprecated.Small sized text field with small font.static StringTHEME_NAMEDeprecated.static StringWINDOW_DIALOGDeprecated.Smaller header and a darker background color for the window.-
Fields inherited from class com.vaadin.v7.ui.themes.BaseTheme
BUTTON_LINK, CLIP, TREE_CONNECTORS
-
-
Constructor Summary
Constructors Constructor Description Runo()Deprecated.
-
-
-
Field Detail
-
THEME_NAME
public static final String THEME_NAME
Deprecated.- 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 sized button, use to gather much attention for some particular action.- 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
-
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
-
TABSHEET_SMALL
public static final String TABSHEET_SMALL
Deprecated.Smaller tabs, no border and background for content area.- See Also:
- Constant Field Values
-
SPLITPANEL_REDUCED
public static final String SPLITPANEL_REDUCED
Deprecated.Reduces the width/height of the split handle. Useful when you don't want the split handle to touch the sides of the containing layout.- See Also:
- Constant Field Values
-
SPLITPANEL_SMALL
public static final String SPLITPANEL_SMALL
Deprecated.Reduces the visual size of the split handle to one pixel (the active drag size is still larger).- See Also:
- Constant Field Values
-
LABEL_H1
public static final String LABEL_H1
Deprecated.Largest title/header size. Use for main sections in your application.- See Also:
- Constant Field Values
-
LABEL_H2
public static final String LABEL_H2
Deprecated.Similar style as in panel captions. Useful for sub-sections within a view.- See Also:
- Constant Field Values
-
LABEL_SMALL
public static final String LABEL_SMALL
Deprecated.Small font size. Useful for contextual help texts and similar less frequently needed information. Use with modesty, since this style will be more harder to read due to its smaller size and contrast.- See Also:
- Constant Field Values
-
LAYOUT_DARKER
public static final String LAYOUT_DARKER
Deprecated.An alternative background color for layouts. Use on top of white background (e.g. inside Panels, TabSheets and sub-windows).- See Also:
- Constant Field Values
-
CSSLAYOUT_SHADOW
public static final String CSSLAYOUT_SHADOW
Deprecated.Add a drop shadow around the layout and its contained components. Produces a rectangular shadow, even if the contained component would have a different shape.Note: does not work in Internet Explorer 6
- See Also:
- Constant Field Values
-
CSSLAYOUT_SELECTABLE
public static final String CSSLAYOUT_SELECTABLE
Deprecated.Adds necessary styles to the layout to make it look selectable (i.e. clickable). Add a click listener for the layout, and toggle theCSSLAYOUT_SELECTABLE_SELECTEDstyle for the same layout to make it look selected or not.- See Also:
- Constant Field Values
-
CSSLAYOUT_SELECTABLE_SELECTED
public static final String CSSLAYOUT_SELECTABLE_SELECTED
Deprecated.- 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
-
TABLE_SMALL
public static final String TABLE_SMALL
Deprecated.Smaller header and item fonts.- See Also:
- Constant Field Values
-
TABLE_BORDERLESS
public static final String TABLE_BORDERLESS
Deprecated.Removes the border and background color from the table. Removes alternating row background colors as well.- See Also:
- Constant Field Values
-
ACCORDION_LIGHT
public static final String ACCORDION_LIGHT
Deprecated.A detached looking accordion, providing space around its captions and content. Doesn't necessarily need a Panel or other container to wrap it in order to make it look right.- See Also:
- Constant Field Values
-
WINDOW_DIALOG
public static final String WINDOW_DIALOG
Deprecated.Smaller header and a darker background color for the window. Useful for smaller dialog-like windows.- See Also:
- Constant Field Values
-
-
Method Detail
-
themeName
public static String themeName()
Deprecated.
-
-