Enum Constant Summary 
Enum Constants 
 
 
Field Summary 
Fields 
 
 
 
 
 
 
 
 
 
 
 
 
 
TODO: Must be replaced by a behavior
 
 
 
 
 
Method Summary 
All Methods Static Methods Concrete Methods 
Returns the enum constant of this type with the specified name.
 
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 , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
Enum Constant Details 
after 
public static final  Facets after  
 
bar 
public static final  Facets bar  
 
before 
public static final  Facets before  
 
brand 
public static final  Facets brand  
 
checkbox 
public static final  Facets checkbox  
 
confirmation 
public static final  Facets confirmation  
 
constraints 
public static final  Facets constraints  
 
 
 
label 
public static final  Facets label  
 
 
 
 
radio 
public static final  Facets radio  
 
reload 
public static final  Facets reload  
 
sorter 
public static final  Facets sorter  
 
 
 
 
Field Details 
AFTER 
public static final  String AFTER 
See Also: 
 
 
 
 
BAR 
public static final  String BAR 
See Also: 
 
 
 
 
BEFORE 
public static final  String BEFORE 
See Also: 
 
 
 
 
BRAND 
public static final  String BRAND 
See Also: 
 
 
 
 
CHECKBOX 
public static final  String CHECKBOX 
See Also: 
 
 
 
 
CONFIRMATION 
public static final  String CONFIRMATION 
See Also: 
 
 
 
 
CONSTRAINTS 
public static final  String CONSTRAINTS 
See Also: 
 
 
 
 
 
 
LABEL 
public static final  String LABEL 
See Also: 
 
 
 
 
 
 
 
RADIO 
public static final  String RADIO 
See Also: 
 
 
 
 
RELOAD 
public static final  String RELOAD TODO: Must be replaced by a behavior
See Also: 
 
 
 
 
SORTER 
public static final  String SORTER 
See Also: 
 
 
 
 
 
 
 
Method Details 
values 
public static  Facets []values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns: 
an array containing the constants of this enum type, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this type with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)
Parameters: 
name - the name of the enum constant to be returned.Returns: 
the enum constant with the specified name 
Throws: 
IllegalArgumentException NullPointerException