public enum ToolbarFacetType extends Enum<ToolbarFacetType>
| Enum Constant and Description |
|---|
CENTER_FACET |
LEFT_FACET |
NONE |
RIGHT_FACET |
| Modifier and Type | Method and Description |
|---|---|
static ToolbarFacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolbarFacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolbarFacetType NONE
public static final ToolbarFacetType LEFT_FACET
public static final ToolbarFacetType CENTER_FACET
public static final ToolbarFacetType RIGHT_FACET
public final String label
public static ToolbarFacetType[] values()
for (ToolbarFacetType c : ToolbarFacetType.values()) System.out.println(c);
public static ToolbarFacetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.