Uses of Class
com.xpn.xwiki.objects.classes.TextAreaClass.EditorType
-
Packages that use TextAreaClass.EditorType Package Description com.xpn.xwiki.objects.classes -
-
Uses of TextAreaClass.EditorType in com.xpn.xwiki.objects.classes
Methods in com.xpn.xwiki.objects.classes that return TextAreaClass.EditorType Modifier and Type Method Description static TextAreaClass.EditorType
TextAreaClass.EditorType. getByValue(String value)
Retreive theTextAreaClass.EditorType
based on its value.static TextAreaClass.EditorType
TextAreaClass. getEditorType(TextAreaClass.ContentType contentType, TextAreaClass.EditorType def)
static TextAreaClass.EditorType
TextAreaClass. getEditorType(String contentType, TextAreaClass.EditorType def)
static TextAreaClass.EditorType
TextAreaClass.EditorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextAreaClass.EditorType[]
TextAreaClass.EditorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xpn.xwiki.objects.classes with parameters of type TextAreaClass.EditorType Modifier and Type Method Description boolean
BaseClass. addTextAreaField(String fieldName, String fieldPrettyName, int cols, int rows, TextAreaClass.EditorType editorType)
boolean
BaseClass. addTextAreaField(String fieldName, String fieldPrettyName, int cols, int rows, TextAreaClass.EditorType editorType, TextAreaClass.ContentType contentType)
static TextAreaClass.ContentType
TextAreaClass. getContentType(TextAreaClass.EditorType editorType, TextAreaClass.ContentType def)
static TextAreaClass.EditorType
TextAreaClass. getEditorType(TextAreaClass.ContentType contentType, TextAreaClass.EditorType def)
static TextAreaClass.EditorType
TextAreaClass. getEditorType(String contentType, TextAreaClass.EditorType def)
void
TextAreaClass. setEditor(TextAreaClass.EditorType editorType)
Sets the editor meta property.
-