Package com.vaadin.classic.v8.ui
Class ValoTheme
java.lang.Object
com.vaadin.classic.v8.ui.ValoTheme
Legacy version of ValoTheme to facilitate migration
Additional style names which can be used with the Valo theme.
- Author:
- Vaadin Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBolder font weight.static final StringColored text.static final StringFailure badge style.static final StringHeader style for main application headings.static final StringHeader style for different sections in the application.static final StringHeader style for different sub-sections in the application.static final StringHeader style for different sub-sections in the application.static final StringHuge font size.static final StringLarge font size.static final StringLighter font weight.static final Stringstatic final StringSmall font size.static final StringSpinner style.static final StringSuccess badge style.static final StringTiny font size.static final StringRemove borders and the background color of the panel.static final StringShow a divider between the panel caption and content when the content area is scrolled.static final StringInset panel style. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LABEL_H1
Header style for main application headings. Can be combined with any other Label style.- See Also:
-
LABEL_H2
Header style for different sections in the application. Can be combined with any other Label style.- See Also:
-
LABEL_H3
Header style for different sub-sections in the application. Can be combined with any other Label style.- See Also:
-
LABEL_H4
Header style for different sub-sections in the application. Can be combined with any other Label style.- See Also:
-
LABEL_NO_MARGIN
A utility style that can be combined with theLABEL_H1,LABEL_H2,LABEL_H3andLABEL_H4styles to remove the default margins from the header.- See Also:
-
LABEL_TINY
Tiny font size. Suitable for additional/supplementary UI text. Can be combined with any other Label style.- See Also:
-
LABEL_SMALL
Small font size. Suitable for additional/supplementary UI text. Can be combined with any other Label style.- See Also:
-
LABEL_LARGE
Large font size. Suitable for important/prominent UI text. Can be combined with any other Label style.- See Also:
-
LABEL_HUGE
Huge font size. Suitable for important/prominent UI text. Can be combined with any other Label style.- See Also:
-
LABEL_LIGHT
Lighter font weight. Suitable for additional/supplementary UI text. Can be combined with any other Label style.- See Also:
-
LABEL_BOLD
Bolder font weight. Suitable for important/prominent UI text. Can be combined with any other Label style.- See Also:
-
LABEL_COLORED
Colored text. Can be combined with any other Label style.- See Also:
-
LABEL_SUCCESS
Success badge style. Adds a border around the label and an icon next to the text. Suitable for UI notifications that need to in the direct context of some component. Can be combined with any other Label style.- See Also:
-
LABEL_FAILURE
Failure badge style. Adds a border around the label and an icon next to the text. Suitable for UI notifications that need to in the direct context of some component. Can be combined with any other Label style.- See Also:
-
LABEL_SPINNER
Spinner style. Add this style name to an empty Label to create a spinner.Example
Label spinner = new Label(); spinner.addStyleName(ValoTheme.LABEL_SPINNER);
- See Also:
-
PANEL_BORDERLESS
Remove borders and the background color of the panel. Can be combined with any other Panel style.- See Also:
-
PANEL_SCROLL_INDICATOR
Show a divider between the panel caption and content when the content area is scrolled. Suitable with thePANEL_BORDERLESSstyle. Can be combined with any other Panel style.- See Also:
-
PANEL_WELL
Inset panel style. Can be combined with any other Panel style.- See Also:
-
-
Constructor Details
-
ValoTheme
public ValoTheme()
-