Uses of Class
com.xpn.xwiki.objects.classes.TextAreaClass.ContentType
-
Packages that use TextAreaClass.ContentType Package Description com.xpn.xwiki.objects.classes -
-
Uses of TextAreaClass.ContentType in com.xpn.xwiki.objects.classes
Methods in com.xpn.xwiki.objects.classes that return TextAreaClass.ContentType Modifier and Type Method Description static TextAreaClass.ContentType
TextAreaClass.ContentType. getByValue(String value)
Retreive theTextAreaClass.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.Methods in com.xpn.xwiki.objects.classes with parameters of type TextAreaClass.ContentType Modifier and Type Method 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)
-