public enum HeaderControls extends java.lang.Enum<HeaderControls> implements ValueEnum
| Enum Constant and Description | 
|---|
CLOSE_BUTTON  | 
HEADER_ICON  | 
HEADER_LABEL  | 
MAXIMIZE_BUTTON  | 
MINIMIZE_BUTTON  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getValue()  | 
static HeaderControls | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static HeaderControls[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final HeaderControls HEADER_ICON
public static final HeaderControls HEADER_LABEL
public static final HeaderControls MINIMIZE_BUTTON
public static final HeaderControls MAXIMIZE_BUTTON
public static final HeaderControls CLOSE_BUTTON
public static HeaderControls[] values()
for (HeaderControls c : HeaderControls.values()) System.out.println(c);
public static HeaderControls valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null