|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.ui.themes.BaseTheme
com.vaadin.ui.themes.Runo
public class Runo
Field Summary | |
---|---|
static java.lang.String |
ACCORDION_LIGHT
A detached looking accordion, providing space around its captions and content. |
static java.lang.String |
BUTTON_BIG
Big sized button, use to gather much attention for some particular action |
static java.lang.String |
BUTTON_DEFAULT
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form). |
static java.lang.String |
BUTTON_SMALL
Small sized button, use for context specific actions for example |
static java.lang.String |
CSSLAYOUT_SELECTABLE
Adds necessary styles to the layout to make it look selectable (i.e. |
static java.lang.String |
CSSLAYOUT_SELECTABLE_SELECTED
|
static java.lang.String |
CSSLAYOUT_SHADOW
Add a drop shadow around the layout and its contained components. |
static java.lang.String |
LABEL_H1
Largest title/header size. |
static java.lang.String |
LABEL_H2
Similar style as in panel captions. |
static java.lang.String |
LABEL_SMALL
Small font size. |
static java.lang.String |
LAYOUT_DARKER
An alternative background color for layouts. |
static java.lang.String |
PANEL_LIGHT
Removes borders and background color from the panel |
static java.lang.String |
PROGRESSBAR_STATIC
Displays the progress bar with a static background, instead of an animated one. |
static java.lang.String |
SPLITPANEL_REDUCED
Reduces the width/height of the split handle. |
static java.lang.String |
SPLITPANEL_SMALL
Reduces the visual size of the split handle to one pixel (the active drag size is still larger). |
static java.lang.String |
TABLE_BORDERLESS
Removes the border and background color from the table. |
static java.lang.String |
TABLE_SMALL
Smaller header and item fonts. |
static java.lang.String |
TABSHEET_SMALL
Smaller tabs, no border and background for content area |
static java.lang.String |
TEXTFIELD_SMALL
Small sized text field with small font |
static java.lang.String |
THEME_NAME
|
static java.lang.String |
WINDOW_DIALOG
Smaller header and a darker background color for the window. |
Fields inherited from class com.vaadin.ui.themes.BaseTheme |
---|
BUTTON_LINK, CLIP, TREE_CONNECTORS |
Constructor Summary | |
---|---|
Runo()
|
Method Summary | |
---|---|
static java.lang.String |
themeName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String THEME_NAME
public static final java.lang.String BUTTON_SMALL
public static final java.lang.String BUTTON_BIG
public static final java.lang.String BUTTON_DEFAULT
public static final java.lang.String PANEL_LIGHT
public static final java.lang.String PROGRESSBAR_STATIC
public static final java.lang.String TABSHEET_SMALL
public static final java.lang.String SPLITPANEL_REDUCED
public static final java.lang.String SPLITPANEL_SMALL
public static final java.lang.String LABEL_H1
public static final java.lang.String LABEL_H2
public static final java.lang.String LABEL_SMALL
public static final java.lang.String LAYOUT_DARKER
public static final java.lang.String CSSLAYOUT_SHADOW
Note: does not work in Internet Explorer 6
public static final java.lang.String CSSLAYOUT_SELECTABLE
CSSLAYOUT_SELECTABLE_SELECTED
style for the same layout to make
it look selected or not.
public static final java.lang.String CSSLAYOUT_SELECTABLE_SELECTED
public static final java.lang.String TEXTFIELD_SMALL
public static final java.lang.String TABLE_SMALL
public static final java.lang.String TABLE_BORDERLESS
public static final java.lang.String ACCORDION_LIGHT
public static final java.lang.String WINDOW_DIALOG
Constructor Detail |
---|
public Runo()
Method Detail |
---|
public static java.lang.String themeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |