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
@Option public static final CKEditor.PropertyKeys height
@Option public static final CKEditor.PropertyKeys width
@Option public static final CKEditor.PropertyKeys theme
@Option public static final CKEditor.PropertyKeys skin
@Option(useDoubleQuotes=true) public static final CKEditor.PropertyKeys toolbar
@Option public static final CKEditor.PropertyKeys readOnly
@Option public static final CKEditor.PropertyKeys interfaceColor
@Option public static final CKEditor.PropertyKeys language
@Option public static final CKEditor.PropertyKeys defaultLanguage
@Option public static final CKEditor.PropertyKeys contentsCss
@Option public static final CKEditor.PropertyKeys customConfig
@Option 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-2014. All Rights Reserved.