|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConfigClassType>
net.jangaroo.exml.model.ConfigClassType
public enum ConfigClassType
An enumeration of the types of ExtJS objects: components, plugins, and actions.
| Enum Constant Summary | |
|---|---|
GCTYPE
|
|
PTYPE
|
|
TYPE
|
|
XTYPE
|
|
| Method Summary | |
|---|---|
static ConfigClassType |
fromExtConfigAttribute(String parameterName)
|
String |
getExtTypeAttribute()
The name of the attribute in a JSON object description that determines the object type: xtype, ptype, type; |
String |
getType()
The type used by exml and ext including our own types like gctype |
static ConfigClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConfigClassType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConfigClassType XTYPE
public static final ConfigClassType PTYPE
public static final ConfigClassType TYPE
public static final ConfigClassType GCTYPE
| Method Detail |
|---|
public static ConfigClassType[] values()
for (ConfigClassType c : ConfigClassType.values()) System.out.println(c);
public static ConfigClassType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static ConfigClassType fromExtConfigAttribute(String parameterName)
public String getType()
public String getExtTypeAttribute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||