public final class ControlType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ControlType |
ACL |
static ControlType |
BOOLEAN |
static ControlType |
CATEGORY |
static ControlType |
COLOR |
static ControlType |
COUNTRY |
static ControlType |
DATE |
static ControlType |
DBRECORD |
static ControlType |
DURATION |
static ControlType |
EMAIL |
static ControlType |
ENUMERATE |
static ControlType |
FILE |
static ControlType |
GROUP |
static ControlType |
HIDDEN |
static ControlType |
IMAGEPATH |
static ControlType |
LANGUAGE |
static ControlType |
MEDIAPATH |
static ControlType |
MEMBER |
static ControlType |
NUMBER |
static ControlType |
PASSWORD |
static ControlType |
PUBLICATION |
static ControlType |
QUERY |
static ControlType |
RICHTEXTAREA
Deprecated.
|
static ControlType |
SQLQUERY |
static ControlType |
TEXTAREA |
static ControlType |
TEXTFIELD |
static ControlType |
TIMEZONE |
static ControlType |
TYPE |
static ControlType |
UNDEFINED |
static ControlType |
URL |
static ControlType |
WIKIAREA |
static ControlType |
WORKSPACE |
static ControlType |
WYSIWYG |
Modifier and Type | Method and Description |
---|---|
static void |
addControlType(java.lang.String resource,
java.lang.Class<? extends ControlSettings<?>> settingsClass,
java.lang.String... editorNames) |
static ControlType |
getControlTypeFromEditor(java.lang.String editorName) |
static ControlType |
getControlTypeFromResource(java.lang.String resource) |
java.lang.String[] |
getEditorNames() |
java.lang.String |
getResource() |
java.lang.Class<? extends ControlSettings<?>> |
getSettingsClass() |
ControlSettings<?> |
newSettingsInstance() |
java.lang.String |
toString() |
public static final ControlType UNDEFINED
public static final ControlType ACL
public static final ControlType BOOLEAN
public static final ControlType CATEGORY
public static final ControlType COLOR
public static final ControlType COUNTRY
public static final ControlType DATE
public static final ControlType DBRECORD
public static final ControlType DURATION
public static final ControlType EMAIL
public static final ControlType ENUMERATE
public static final ControlType FILE
public static final ControlType GROUP
public static final ControlType IMAGEPATH
public static final ControlType LANGUAGE
public static final ControlType MEDIAPATH
public static final ControlType MEMBER
public static final ControlType NUMBER
public static final ControlType PASSWORD
public static final ControlType HIDDEN
public static final ControlType PUBLICATION
public static final ControlType QUERY
@Deprecated public static final ControlType RICHTEXTAREA
public static final ControlType SQLQUERY
public static final ControlType TEXTAREA
public static final ControlType TEXTFIELD
public static final ControlType TIMEZONE
public static final ControlType URL
public static final ControlType WIKIAREA
public static final ControlType WORKSPACE
public static final ControlType WYSIWYG
public static final ControlType TYPE
public java.lang.String getResource()
public java.lang.Class<? extends ControlSettings<?>> getSettingsClass()
public java.lang.String[] getEditorNames()
public static void addControlType(java.lang.String resource, java.lang.Class<? extends ControlSettings<?>> settingsClass, java.lang.String... editorNames)
public static ControlType getControlTypeFromEditor(java.lang.String editorName)
public static ControlType getControlTypeFromResource(java.lang.String resource)
public ControlSettings<?> newSettingsInstance()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2021 Jalios SA. All Rights Reserved.