org.broadleafcommerce.openadmin.client.view.dynamic
public static enum RichTextToolbar.DisplayType extends Enum<RichTextToolbar.DisplayType>
| Modifier and Type | Method and Description |
|---|---|
static RichTextToolbar.DisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichTextToolbar.DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichTextToolbar.DisplayType DETAILED
public static final RichTextToolbar.DisplayType BASIC
public static RichTextToolbar.DisplayType[] values()
for (RichTextToolbar.DisplayType c : RichTextToolbar.DisplayType.values()) System.out.println(c);
public static RichTextToolbar.DisplayType 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 © 2015. All Rights Reserved.