|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StyleClasses.Aspect>
org.apache.myfaces.tobago.renderkit.html.StyleClasses.Aspect
Markup
.
@Deprecated public static enum StyleClasses.Aspect
Enum Constant Summary | |
---|---|
DEFAULT
Deprecated. |
|
DISABLED
Deprecated. |
|
ERROR
Deprecated. |
|
INLINE
Deprecated. |
|
READONLY
Deprecated. |
|
REQUIRED
Deprecated. |
Method Summary | |
---|---|
String |
toString()
Deprecated. |
static StyleClasses.Aspect |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static StyleClasses.Aspect[] |
values()
Deprecated. 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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StyleClasses.Aspect DEFAULT
public static final StyleClasses.Aspect DISABLED
public static final StyleClasses.Aspect READONLY
public static final StyleClasses.Aspect INLINE
public static final StyleClasses.Aspect ERROR
public static final StyleClasses.Aspect REQUIRED
Method Detail |
---|
public static StyleClasses.Aspect[] values()
for (StyleClasses.Aspect c : StyleClasses.Aspect.values()) System.out.println(c);
public static StyleClasses.Aspect 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 String toString()
toString
in class Enum<StyleClasses.Aspect>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |