protected static enum CKEditor.PropertyKeys extends java.lang.Enum<CKEditor.PropertyKeys>
| Enum Constant and Description |
|---|
contentsCss |
customConfig |
defaultLanguage |
escape |
height |
interfaceColor |
language |
readonly |
skin |
tabindex |
theme |
toolbar |
widgetVar |
width |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static CKEditor.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CKEditor.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CKEditor.PropertyKeys widgetVar
public static final CKEditor.PropertyKeys height
public static final CKEditor.PropertyKeys width
public static final CKEditor.PropertyKeys theme
public static final CKEditor.PropertyKeys skin
public static final CKEditor.PropertyKeys toolbar
public static final CKEditor.PropertyKeys readonly
public static final CKEditor.PropertyKeys interfaceColor
public static final CKEditor.PropertyKeys language
public static final CKEditor.PropertyKeys defaultLanguage
public static final CKEditor.PropertyKeys contentsCss
public static final CKEditor.PropertyKeys customConfig
public static final CKEditor.PropertyKeys tabindex
public static final CKEditor.PropertyKeys escape
public static CKEditor.PropertyKeys[] values()
for (CKEditor.PropertyKeys c : CKEditor.PropertyKeys.values()) System.out.println(c);
public static CKEditor.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<CKEditor.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.