Package | Description |
---|---|
com.xpn.xwiki.objects.classes |
Modifier and Type | Method and Description |
---|---|
static TextAreaClass.ContentType |
TextAreaClass.ContentType.getByValue(String value)
Retreive the
TextAreaClass.ContentType based on its value. |
static TextAreaClass.ContentType |
TextAreaClass.getContentType(TextAreaClass.EditorType editorType,
TextAreaClass.ContentType def) |
static TextAreaClass.ContentType |
TextAreaClass.ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAreaClass.ContentType[] |
TextAreaClass.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseClass.addTextAreaField(String fieldName,
String fieldPrettyName,
int cols,
int rows,
TextAreaClass.ContentType contentType) |
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) |
void |
TextAreaClass.setContentType(TextAreaClass.ContentType contentType) |
Copyright © 2004–2021 XWiki. All rights reserved.