Uses of Class
com.jalios.jcms.taglib.ControlType
-
Packages that use ControlType Package Description com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.taglib.settings com.jalios.jcms.taglib.settings.helper com.jalios.jcms.taglib.settings.impl -
-
Uses of ControlType in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as ControlType Modifier and Type Field Description static ControlType
ControlType. ACL
static ControlType
ControlType. BOOLEAN
static ControlType
ControlType. CATEGORY
static ControlType
ControlType. COLOR
static ControlType
ControlType. COUNTRY
static ControlType
ControlType. DATE
static ControlType
ControlType. DBRECORD
static ControlType
ControlType. DURATION
static ControlType
ControlType. EMAIL
static ControlType
ControlType. ENUMERATE
static ControlType
ControlType. FILE
static ControlType
ControlType. GROUP
static ControlType
ControlType. HIDDEN
static ControlType
ControlType. ICON
static ControlType
ControlType. IMAGEPATH
static ControlType
ControlType. LANGUAGE
static ControlType
ControlType. MEDIAPATH
static ControlType
ControlType. MEMBER
static ControlType
ControlType. NUMBER
static ControlType
ControlType. PASSWORD
static ControlType
ControlType. PUBLICATION
static ControlType
ControlType. QUERY
static ControlType
ControlType. RICHTEXTAREA
Deprecated.static ControlType
ControlType. SEARCH
static ControlType
ControlType. SQLQUERY
static ControlType
ControlType. TEXTAREA
static ControlType
ControlType. TEXTFIELD
static ControlType
ControlType. TIMEZONE
static ControlType
ControlType. TYPE
static ControlType
ControlType. UNDEFINED
static ControlType
ControlType. URL
static ControlType
ControlType. WIKIAREA
static ControlType
ControlType. WORKSPACE
static ControlType
ControlType. WYSIWYG
Methods in com.jalios.jcms.taglib that return ControlType Modifier and Type Method Description static ControlType
ControlType. getControlTypeFromEditor(java.lang.String editorName)
static ControlType
ControlType. getControlTypeFromResource(java.lang.String resource)
Methods in com.jalios.jcms.taglib with parameters of type ControlType Modifier and Type Method Description void
ControlTag. setType(ControlType type)
-
Uses of ControlType in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings that return ControlType Modifier and Type Method Description ControlType
AbstractCategorySettings. getType()
ControlType
ControlSettings. getType()
Returns theControlType
related to the currentControlSettings
implementation. -
Uses of ControlType in com.jalios.jcms.taglib.settings.helper
Methods in com.jalios.jcms.taglib.settings.helper that return ControlType Modifier and Type Method Description ControlType
AbstractControlHelper. getControlType()
-
Uses of ControlType in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl that return ControlType Modifier and Type Method Description ControlType
AclSettings. getType()
ControlType
BooleanSettings. getType()
ControlType
ColorSettings. getType()
ControlType
CountrySettings. getType()
ControlType
DateSettings. getType()
ControlType
DbRecordSettings. getType()
ControlType
DefaultSettings. getType()
ControlType
DurationSettings. getType()
ControlType
EmailSettings. getType()
ControlType
EnumerateSettings. getType()
ControlType
FileSettings. getType()
ControlType
GroupSettings. getType()
ControlType
HiddenSettings. getType()
ControlType
IconSettings. getType()
ControlType
ImagePathSettings. getType()
ControlType
LanguageSettings. getType()
ControlType
MediaPathSettings. getType()
ControlType
MediaSettings. getType()
ControlType
MemberSettings. getType()
ControlType
NumberSettings. getType()
ControlType
PasswordSettings. getType()
ControlType
PublicationSettings. getType()
ControlType
QuerySettings. getType()
ControlType
RichTextAreaSettings. getType()
Deprecated.ControlType
SearchSettings. getType()
ControlType
SqlQuerySettings. getType()
ControlType
TextAreaSettings. getType()
ControlType
TextFieldSettings. getType()
ControlType
TimeZoneSettings. getType()
ControlType
TypeSettings. getType()
ControlType
UrlSettings. getType()
ControlType
WikiAreaSettings. getType()
ControlType
WorkspaceSettings. getType()
ControlType
WysiwygSettings. getType()
-