Java com.vaadin.ui.themes ValoTheme fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui.themes ValoTheme fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui.themes ValoTheme.

The text is from its open source code.

Subclass

com.vaadin.ui.themes.ValoTheme has subclasses.
Click this link to see all its subclasses.

Field

StringTHEME_NAME
StringNOTIFICATION_TRAY
Styles the notification to look like Type#TRAY_NOTIFICATION , without setting the position and delay.
StringNOTIFICATION_WARNING
Styles the notification to look like Type#WARNING_MESSAGE , without setting the position and delay.
StringNOTIFICATION_ERROR
Styles the notification to look like Type#ERROR_MESSAGE , without setting the position and delay.
StringNOTIFICATION_BAR
Styles the notification to span the entire width of the viewport.
StringNOTIFICATION_SMALL
Smaller padding and font size for the notification.
StringNOTIFICATION_CLOSABLE
Adds a close button to the notification to imply that the user must click on the notification to dismiss it.
StringNOTIFICATION_SUCCESS
Success notification style.
StringNOTIFICATION_FAILURE
Failure notification style.
StringLABEL_H1
Header style for main application headings.
StringLABEL_H2
Header style for different sections in the application.
StringLABEL_H3
Header style for different sub-sections in the application.
StringLABEL_H4
Header style for different sub-sections in the application.
StringLABEL_NO_MARGIN
A utility style that can be combined with the #LABEL_H1 , #LABEL_H2 , #LABEL_H3 and #LABEL_H4 styles to remove the default margins from the header.
StringLABEL_TINY
Tiny font size.
StringLABEL_SMALL
Small font size.
StringLABEL_LARGE
Large font size.
StringLABEL_HUGE
Huge font size.
StringLABEL_LIGHT
Lighter font weight.
StringLABEL_BOLD
Bolder font weight.
StringLABEL_COLORED
Colored text.
StringLABEL_SUCCESS
Success badge style.
StringLABEL_FAILURE
Failure badge style.
StringBUTTON_PRIMARY
Primary action button (e.g.
StringBUTTON_FRIENDLY
A prominent button that can be used instead of the #BUTTON_PRIMARY for primary actions when the action is considered safe for the user (i.e.
StringBUTTON_DANGER
A prominent button that can be used when the action is considered unsafe for the user (i.e.
StringBUTTON_BORDERLESS
Borderless button.
StringBUTTON_BORDERLESS_COLORED
Borderless button with a colored caption text.
StringBUTTON_QUIET
"Quiet" button, which looks like #BUTTON_BORDERLESS until you hover over it with the mouse.
StringBUTTON_LINK
Makes the button look like the Link component.
StringBUTTON_TINY
Tiny size button.
StringBUTTON_SMALL
Small size button.
StringBUTTON_LARGE
Large size button.
StringBUTTON_HUGE
Huge size button.
StringBUTTON_ICON_ALIGN_RIGHT
Align the icon to the right side of the button caption.
StringBUTTON_ICON_ALIGN_TOP
Stack the icon on top of the button caption.
StringBUTTON_ICON_ONLY
Only show the icon in the button, and size the button to a square shape.
StringLINK_SMALL
Small size link.
StringLINK_LARGE
Large size link.
StringTEXTFIELD_TINY
Tiny size text field.
StringTEXTFIELD_SMALL
Small size text field.
StringTEXTFIELD_LARGE
Large size text field.
StringTEXTFIELD_HUGE
Huge size text field.
StringTEXTFIELD_BORDERLESS
Removes the border and background from the text field.
StringTEXTFIELD_ALIGN_RIGHT
Align the text inside the field to the right.
StringTEXTFIELD_ALIGN_CENTER
Align the text inside the field to center.
StringTEXTFIELD_INLINE_ICON
Move the default caption icon inside the text field.
StringTEXTAREA_TINY
Tiny size text area.
StringTEXTAREA_SMALL
Small size text area.
StringTEXTAREA_BORDERLESS
Removes the border and background from the text area.
StringDATEFIELD_TINY
Tiny size date field.
StringDATEFIELD_SMALL
Small size date field.
StringCOMBOBOX_TINY
Tiny size combo box.
StringCOMBOBOX_SMALL
Small size combo box.
StringCOMBOBOX_BORDERLESS
Removes the border and background from the combo box.
StringCHECKBOX_SMALL
Small size check box.
StringCHECKBOX_LARGE
Large size check box.
StringOPTIONGROUP_SMALL
Small size option group.
StringOPTIONGROUP_HORIZONTAL
Display the options horizontally in a row (by default the items are stacked vertically).
StringMENUBAR_SMALL
Small size menu bar.
StringMENUBAR_BORDERLESS
Borderless menu bar.
StringTABLE_NO_STRIPES
Remove the alternating row colors.
StringTREETABLE_NO_STRIPES
See #TABLE_NO_STRIPES .
StringTABLE_NO_VERTICAL_LINES
Remove the vertical divider lines between the table columns.
StringTREETABLE_NO_VERTICAL_LINES
See #TABLE_NO_VERTICAL_LINES .
StringTABLE_NO_HORIZONTAL_LINES
Remove the horizontal divider lines between the table rows.
StringTREETABLE_NO_HORIZONTAL_LINES
See #TABLE_NO_HORIZONTAL_LINES .
StringTABLE_NO_HEADER
Hide the table column headers (effectively the same as ColumnHeaderMode.HIDDEN ).
StringTABLE_BORDERLESS
Remove the outer border of the table.
StringTREETABLE_BORDERLESS
See #TABLE_BORDERLESS .
StringTABLE_COMPACT
Reduce the white space inside the table cells.
StringTABLE_SMALL
Small font size and reduced the white space inside the table cells.
StringDRAG_AND_DROP_WRAPPER_NO_VERTICAL_DRAG_HINTS
Hide the "vertical drag hints" (i.e.
StringDRAG_AND_DROP_WRAPPER_NO_HORIZONTAL_DRAG_HINTS
Hide the "horizontal drag hints" (i.e.
StringPANEL_BORDERLESS
Remove borders and the background color of the panel.
StringPANEL_SCROLL_INDICATOR
Show a divider between the panel caption and content when the content area is scrolled.
StringPANEL_WELL
Inset panel style.
StringSPLITPANEL_LARGE
Make the split handle wider.
StringTABSHEET_FRAMED
Adds a border around the whole component as well as around individual tabs in the tab bar.
StringTABSHEET_CENTERED_TABS
Center the tabs inside the tab bar.
StringTABSHEET_EQUAL_WIDTH_TABS
Give equal amount of space to all tabs in the tab bar (.i.e expand ratio == 1 for all tabs).
StringTABSHEET_PADDED_TABBAR
Add a small amount of padding around the tabs in the tab bar, so that they don't touch the outer edges of the component.
StringTABSHEET_COMPACT_TABBAR
Reduce the whitespace around the tabs in the tab bar.
StringTABSHEET_ICONS_ON_TOP
Display tab icons on top of the tab captions (by default the icons are place on the left side of the caption).
StringACCORDION_BORDERLESS
Remove the outer border from the accordion.
StringWINDOW_TOP_TOOLBAR
Add this style to any layout component (e.g.
StringWINDOW_BOTTOM_TOOLBAR
Add this style to any layout component (e.g.
StringFORMLAYOUT_LIGHT
Removes the borders and background from any direct child field components (TextField, TextArea, DateField, ComboBox) in the layout.
StringLAYOUT_CARD
Make a layout look like the Panel component (resembles visually a card).
StringLAYOUT_WELL
Make a layout look like the #PANEL_WELL style.
StringLAYOUT_HORIZONTAL_WRAPPING
Make a HorizontalLayout wrap contained components to a new line when the isn't enough space.
StringLAYOUT_COMPONENT_GROUP
Add this style name to a CssLayout to create a grouped set of components, i.e.
StringUI_WITH_MENU

When you use the Valo menu and wish to enable responsive features of the menu, you need to add this style name to the UI containing the menu.

StringMENU_ROOT

Set the primary style name of a CssLayout to this, and add any number of layouts with the #MENU_PART style inside it.

StringMENU_PART
Add this style name to any layout and place it inside a layout with the #MENU_ROOT style to build a menu component.
StringMENU_PART_LARGE_ICONS
Add this style name to any layout with the #MENU_PART style name to make any menu items inside the menu emphasize the icons more than the captions.
StringMENU_TITLE

Add this style name to any layout to make a header area for a menu (intended to be placed in side a #MENU_PART layout).

StringMENU_SUBTITLE
Set the primary style name of a Label or a Button to this style name to create a section divider in a menu.
StringMENU_ITEM

Set the primary style name of a Button to this style name to create a clickable menu item in the menu.

StringMENU_BADGE
Add a SPAN element with this style name inside a #MENU_SUBTITLE or #MENU_ITEM to add an additional badge indicator to the subtitle/item.
StringMENU_LOGO

Set the primary style name of a Label or a Button to this style name to create an application logo.