public static enum TextEditorBase.PropertyKeys extends Enum<TextEditorBase.PropertyKeys>
Enum Constant and Description |
---|
allowBlocks |
allowFormatting |
allowImages |
allowLinks |
allowStyles |
formats |
height |
placeholder |
readonly |
secure |
style |
styleClass |
toolbarVisible |
widgetVar |
Modifier and Type | Method and Description |
---|---|
static TextEditorBase.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditorBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextEditorBase.PropertyKeys widgetVar
public static final TextEditorBase.PropertyKeys height
public static final TextEditorBase.PropertyKeys readonly
public static final TextEditorBase.PropertyKeys style
public static final TextEditorBase.PropertyKeys styleClass
public static final TextEditorBase.PropertyKeys placeholder
public static final TextEditorBase.PropertyKeys toolbarVisible
public static final TextEditorBase.PropertyKeys allowBlocks
public static final TextEditorBase.PropertyKeys allowFormatting
public static final TextEditorBase.PropertyKeys allowLinks
public static final TextEditorBase.PropertyKeys allowStyles
public static final TextEditorBase.PropertyKeys allowImages
public static final TextEditorBase.PropertyKeys formats
public static final TextEditorBase.PropertyKeys secure
public static TextEditorBase.PropertyKeys[] values()
for (TextEditorBase.PropertyKeys c : TextEditorBase.PropertyKeys.values()) System.out.println(c);
public static TextEditorBase.PropertyKeys 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 © 2020. All rights reserved.