com.vaadin.ui.themes.


Class LiferayTheme

java.lang.Object
  com.vaadin.ui.themes.BaseTheme
      com.vaadin.ui.themes.LiferayTheme

public class LiferayTheme
extends BaseTheme

Field Summary
static String PANEL_LIGHT
          Removes borders and background from the panel
static String SPLITPANEL_SMALL
          Reduces the split handle to a minimal size (1 pixel)
static String THEME_NAME
           
 
Fields inherited from class com.vaadin.ui.themes.BaseTheme
BUTTON_LINK, TREE_CONNECTORS
 
Constructor Summary
LiferayTheme()
           
 
Method Summary
 
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:

Constant Field Values

PANEL_LIGHT

public static final String PANEL_LIGHT

Removes borders and background from the panel

See Also:
Constant Field Values

SPLITPANEL_SMALL

public static final String SPLITPANEL_SMALL

Reduces the split handle to a minimal size (1 pixel)

See Also:
Constant Field Values

Constructor Detail

LiferayTheme

public LiferayTheme()