com.extjs.gxt.themes.client
Class Access

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.util.Theme
          extended by com.extjs.gxt.themes.client.Access
All Implemented Interfaces:
ModelData, java.io.Serializable

public class Access
extends Theme

Accessibility theme (default path is 'gxt/themes/access/css/xtheme-access.css').

See Also:
Serialized Form

Field Summary
static Theme ACCESS
           
 
Fields inherited from class com.extjs.gxt.ui.client.util.Theme
BLUE, GRAY
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData
allowNestedValues, map
 
Constructor Summary
Access()
           
Access(java.lang.String name)
           
 
Method Summary
 void init()
          Well be called when theme is initialized.
 
Methods inherited from class com.extjs.gxt.ui.client.util.Theme
asMap, getFile, getId, getName
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, remove, set, setAllowNestedValues, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCESS

public static Theme ACCESS
Constructor Detail

Access

public Access()

Access

public Access(java.lang.String name)
Method Detail

init

public void init()
Description copied from class: Theme
Well be called when theme is initialized. Subclasses should override to perform any theme specific initialization.

Overrides:
init in class Theme