public enum ETinyMCE4Theme extends Enum<ETinyMCE4Theme>
| Enum Constant and Description |
|---|
MODERN |
| Modifier and Type | Field and Description |
|---|---|
static ETinyMCE4Theme |
DEFAULT
The default theme
|
| Modifier and Type | Method and Description |
|---|---|
TinyMCE4ToolbarControlList |
getDefaultToolbar() |
static ETinyMCE4Theme |
getFromValueOrDefault(String sValue,
ETinyMCE4Theme eDefault) |
static ETinyMCE4Theme |
getFromValueOrNull(String sValue) |
String |
getValue() |
static ETinyMCE4Theme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4Theme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETinyMCE4Theme MODERN
public static final ETinyMCE4Theme DEFAULT
public static ETinyMCE4Theme[] values()
for (ETinyMCE4Theme c : ETinyMCE4Theme.values()) System.out.println(c);
public static ETinyMCE4Theme 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 null@Nonnull @ReturnsMutableCopy public TinyMCE4ToolbarControlList getDefaultToolbar()
@Nullable public static ETinyMCE4Theme getFromValueOrNull(@Nullable String sValue)
@Nullable public static ETinyMCE4Theme getFromValueOrDefault(@Nullable String sValue, @Nullable ETinyMCE4Theme eDefault)
Copyright © 2014–2015 Philip Helger. All rights reserved.