com.sencha.gxt.core.client.resources
Class ThemeStyles

java.lang.Object
  extended by com.sencha.gxt.core.client.resources.ThemeStyles

public class ThemeStyles
extends java.lang.Object

Common theme specific styles. Themes are responsible for specifying a GWT module rule to provide implementation of ThemeAppearance.


Nested Class Summary
static interface ThemeStyles.Styles
           
static interface ThemeStyles.ThemeAppearance
           
 
Constructor Summary
ThemeStyles()
           
 
Method Summary
static ThemeStyles.ThemeAppearance get()
          Returns the singleton instance.
static ThemeStyles.Styles getStyle()
          Returns the theme styles.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeStyles

public ThemeStyles()
Method Detail

getStyle

public static ThemeStyles.Styles getStyle()
Returns the theme styles.

Returns:
the styles

get

public static ThemeStyles.ThemeAppearance get()
Returns the singleton instance.

Returns:
the instance


Copyright © 2012. All Rights Reserved.