Package com.sencha.gxt.theme.gray.client
Class GrayThemeAppearance
- java.lang.Object
-
- com.sencha.gxt.theme.gray.client.GrayThemeAppearance
-
- All Implemented Interfaces:
ThemeStyles.ThemeAppearance
public class GrayThemeAppearance extends Object implements ThemeStyles.ThemeAppearance
-
-
Constructor Summary
Constructors Constructor Description GrayThemeAppearance()
-
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
-
-