Class ThemeStyles
- java.lang.Object
-
- com.sencha.gxt.core.client.resources.ThemeStyles
-
public class ThemeStyles extends Object
Common theme specific styles. Themes are responsible for specifying a GWT module rule to provide implementation of ThemeAppearance.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ThemeStyles.Styles
static interface
ThemeStyles.ThemeAppearance
-
Constructor Summary
Constructors Constructor Description ThemeStyles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThemeStyles.ThemeAppearance
get()
Returns the singleton instance.
-
-
-
Method Detail
-
get
public static ThemeStyles.ThemeAppearance get()
Returns the singleton instance.- Returns:
- the instance
-
-