Package com.sencha.gxt.theme.blue.client
Class BlueThemeAppearance
- java.lang.Object
-
- com.sencha.gxt.theme.blue.client.BlueThemeAppearance
-
- All Implemented Interfaces:
ThemeStyles.ThemeAppearance
public class BlueThemeAppearance extends Object implements ThemeStyles.ThemeAppearance
-
-
Constructor Summary
Constructors Constructor Description BlueThemeAppearance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
backgroundColorLight()
String
borderColor()
String
borderColorLight()
ThemeStyles.Styles
style()
-
-
-
Method Detail
-
style
public ThemeStyles.Styles style()
- Specified by:
style
in interfaceThemeStyles.ThemeAppearance
-
borderColor
public String borderColor()
- Specified by:
borderColor
in interfaceThemeStyles.ThemeAppearance
-
borderColorLight
public String borderColorLight()
- Specified by:
borderColorLight
in interfaceThemeStyles.ThemeAppearance
-
backgroundColorLight
public String backgroundColorLight()
- Specified by:
backgroundColorLight
in interfaceThemeStyles.ThemeAppearance
-
-