Package com.jalios.jcms.taglib
Class ControlType
- java.lang.Object
-
- com.jalios.jcms.taglib.ControlType
-
public final class ControlType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ControlTypeACLstatic ControlTypeBOOLEANstatic ControlTypeCATEGORYstatic ControlTypeCOLORstatic ControlTypeCOUNTRYstatic ControlTypeDATEstatic ControlTypeDBRECORDstatic ControlTypeDURATIONstatic ControlTypeEMAILstatic ControlTypeENUMERATEstatic ControlTypeFILEstatic ControlTypeGROUPstatic ControlTypeHIDDENstatic ControlTypeICONstatic ControlTypeIMAGEPATHstatic ControlTypeLANGUAGEstatic ControlTypeMEDIAPATHstatic ControlTypeMEMBERstatic ControlTypeNUMBERstatic ControlTypePASSWORDstatic ControlTypePUBLICATIONstatic ControlTypeQUERYstatic ControlTypeRICHTEXTAREADeprecated.static ControlTypeSEARCHstatic ControlTypeSQLQUERYstatic ControlTypeTELEPHONEstatic ControlTypeTEXTAREAstatic ControlTypeTEXTFIELDstatic ControlTypeTIMEZONEstatic ControlTypeTYPEstatic ControlTypeUNDEFINEDstatic ControlTypeURLstatic ControlTypeWIKIAREAstatic ControlTypeWORKSPACEstatic ControlTypeWYSIWYG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddControlType(java.lang.String resource, java.lang.Class<? extends ControlSettings<?>> settingsClass, java.lang.String... editorNames)static ControlTypegetControlTypeFromEditor(java.lang.String editorName)static ControlTypegetControlTypeFromResource(java.lang.String resource)java.lang.String[]getEditorNames()java.lang.StringgetResource()java.lang.Class<? extends ControlSettings<?>>getSettingsClass()ControlSettings<?>newSettingsInstance()java.lang.StringtoString()
-
-
-
Field Detail
-
UNDEFINED
public static final ControlType UNDEFINED
-
ACL
public static final ControlType ACL
-
BOOLEAN
public static final ControlType BOOLEAN
-
CATEGORY
public static final ControlType CATEGORY
-
COLOR
public static final ControlType COLOR
-
COUNTRY
public static final ControlType COUNTRY
-
DATE
public static final ControlType DATE
-
DBRECORD
public static final ControlType DBRECORD
-
DURATION
public static final ControlType DURATION
-
EMAIL
public static final ControlType EMAIL
-
TELEPHONE
public static final ControlType TELEPHONE
-
ENUMERATE
public static final ControlType ENUMERATE
-
FILE
public static final ControlType FILE
-
GROUP
public static final ControlType GROUP
-
IMAGEPATH
public static final ControlType IMAGEPATH
-
LANGUAGE
public static final ControlType LANGUAGE
-
MEDIAPATH
public static final ControlType MEDIAPATH
-
MEMBER
public static final ControlType MEMBER
-
NUMBER
public static final ControlType NUMBER
-
PASSWORD
public static final ControlType PASSWORD
-
HIDDEN
public static final ControlType HIDDEN
-
PUBLICATION
public static final ControlType PUBLICATION
-
QUERY
public static final ControlType QUERY
-
RICHTEXTAREA
@Deprecated public static final ControlType RICHTEXTAREA
Deprecated.
-
SQLQUERY
public static final ControlType SQLQUERY
-
TEXTAREA
public static final ControlType TEXTAREA
-
TEXTFIELD
public static final ControlType TEXTFIELD
-
TIMEZONE
public static final ControlType TIMEZONE
-
URL
public static final ControlType URL
-
WIKIAREA
public static final ControlType WIKIAREA
-
WORKSPACE
public static final ControlType WORKSPACE
-
WYSIWYG
public static final ControlType WYSIWYG
-
TYPE
public static final ControlType TYPE
-
ICON
public static final ControlType ICON
-
SEARCH
public static final ControlType SEARCH
-
-
Method Detail
-
getResource
public java.lang.String getResource()
-
getSettingsClass
public java.lang.Class<? extends ControlSettings<?>> getSettingsClass()
-
getEditorNames
public java.lang.String[] getEditorNames()
-
addControlType
public static void addControlType(java.lang.String resource, java.lang.Class<? extends ControlSettings<?>> settingsClass, java.lang.String... editorNames)
-
getControlTypeFromEditor
public static ControlType getControlTypeFromEditor(java.lang.String editorName)
-
getControlTypeFromResource
public static ControlType getControlTypeFromResource(java.lang.String resource)
-
newSettingsInstance
public ControlSettings<?> newSettingsInstance()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-