com.vaadin.ui.themes.
Class Runo
java.lang.Object
com.vaadin.ui.themes.BaseTheme
com.vaadin.ui.themes.Runo
- extends BaseTheme
public class Runo
Field Summary | |
---|---|
static String |
ACCORDION_LIGHT
A detached looking accordion, providing space around its captions and content. |
static String |
BUTTON_BIG
Big sized button, use to gather much attention for some particular action |
static String |
BUTTON_DEFAULT
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form). |
static String |
BUTTON_SMALL
Small sized button, use for context specific actions for example |
static String |
CSSLAYOUT_SELECTABLE
Adds necessary styles to the layout to make it look selectable (i.e. |
static String |
CSSLAYOUT_SELECTABLE_SELECTED
|
static String |
CSSLAYOUT_SHADOW
Add a drop shadow around the layout and its contained components. |
static String |
LABEL_H1
Largest title/header size. |
static String |
LABEL_H2
Similar style as in panel captions. |
static String |
LABEL_SMALL
Small font size. |
static String |
LAYOUT_DARKER
An alternative background color for layouts. |
static String |
PANEL_LIGHT
Removes borders and background color from the panel |
static String |
SPLITPANEL_REDUCED
Reduces the width/height of the split handle. |
static String |
SPLITPANEL_SMALL
Reduces the visual size of the split handle to one pixel (the active drag size is still larger). |
static String |
TABLE_BORDERLESS
Removes the border and background color from the table. |
static String |
TABLE_SMALL
Smaller header and item fonts. |
static String |
TABSHEET_SMALL
Smaller tabs, no border and background for content area |
static String |
TEXTFIELD_SMALL
Small sized text field with small font |
static String |
THEME_NAME
|
static String |
WINDOW_DIALOG
Smaller header and a darker background color for the window. |
Fields inherited from class com.vaadin.ui.themes.BaseTheme |
---|
BUTTON_LINK, TREE_CONNECTORS |
Constructor Summary | |
---|---|
Runo()
|
Method Summary | |
---|---|
static String |
themeName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
THEME_NAME
public static final String THEME_NAME
See Also:
BUTTON_SMALL
public static final String BUTTON_SMALL
- See Also:
- Constant Field Values
Small sized button, use for context specific actions for example
BUTTON_BIG
public static final String BUTTON_BIG
- See Also:
- Constant Field Values
Big sized button, use to gather much attention for some particular action
BUTTON_DEFAULT
public static final String BUTTON_DEFAULT
- See Also:
- Constant Field Values
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.
PANEL_LIGHT
public static final String PANEL_LIGHT
- See Also:
- Constant Field Values
Removes borders and background color from the panel
TABSHEET_SMALL
public static final String TABSHEET_SMALL
- See Also:
- Constant Field Values
Smaller tabs, no border and background for content area
SPLITPANEL_REDUCED
public static final String SPLITPANEL_REDUCED
- See Also:
- Constant Field Values
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.
SPLITPANEL_SMALL
public static final String SPLITPANEL_SMALL
- See Also:
- Constant Field Values
Reduces the visual size of the split handle to one pixel (the active drag size is still larger).
LABEL_H1
public static final String LABEL_H1
- See Also:
- Constant Field Values
Largest title/header size. Use for main sections in your application.
LABEL_H2
public static final String LABEL_H2
- See Also:
- Constant Field Values
Similar style as in panel captions. Useful for sub-sections within a view.
LABEL_SMALL
public static final String LABEL_SMALL
- See Also:
- Constant Field Values
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.
LAYOUT_DARKER
public static final String LAYOUT_DARKER
- See Also:
- Constant Field Values
An alternative background color for layouts. Use on top of white background (e.g. inside Panels, TabSheets and sub-windows).
CSSLAYOUT_SHADOW
public static final String CSSLAYOUT_SHADOW
- See Also:
- Constant Field Values
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
CSSLAYOUT_SELECTABLE
public static final String CSSLAYOUT_SELECTABLE
- See Also:
- Constant Field Values
Adds necessary styles to the layout to make it look selectable (i.e.
clickable). Add a click listener for the layout, and toggle the
CSSLAYOUT_SELECTABLE_SELECTED
style for the same layout to make
it look selected or not.
CSSLAYOUT_SELECTABLE_SELECTED
public static final String CSSLAYOUT_SELECTABLE_SELECTED
See Also:
TEXTFIELD_SMALL
public static final String TEXTFIELD_SMALL
- See Also:
- Constant Field Values
Small sized text field with small font
TABLE_SMALL
public static final String TABLE_SMALL
- See Also:
- Constant Field Values
Smaller header and item fonts.
TABLE_BORDERLESS
public static final String TABLE_BORDERLESS
- See Also:
- Constant Field Values
Removes the border and background color from the table. Removes alternating row background colors as well.
ACCORDION_LIGHT
public static final String ACCORDION_LIGHT
- See Also:
- Constant Field Values
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.
WINDOW_DIALOG
public static final String WINDOW_DIALOG
- See Also:
- Constant Field Values
Smaller header and a darker background color for the window. Useful for smaller dialog-like windows.
Constructor Detail |
---|
Runo
public Runo()
Method Detail |
---|
themeName
public static String themeName()