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 StringbackgroundColorLight()StringborderColor()StringborderColorLight()ThemeStyles.Stylesstyle()
-
-
-
Method Detail
-
style
public ThemeStyles.Styles style()
- Specified by:
stylein interfaceThemeStyles.ThemeAppearance
-
borderColor
public String borderColor()
- Specified by:
borderColorin interfaceThemeStyles.ThemeAppearance
-
borderColorLight
public String borderColorLight()
- Specified by:
borderColorLightin interfaceThemeStyles.ThemeAppearance
-
backgroundColorLight
public String backgroundColorLight()
- Specified by:
backgroundColorLightin interfaceThemeStyles.ThemeAppearance
-
-