Uses of Class
com.jalios.jcms.taglib.settings.SelectorSettings.SegmentedType
-
Packages that use SelectorSettings.SegmentedType Package Description com.jalios.jcms.taglib.settings -
-
Uses of SelectorSettings.SegmentedType in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings that return SelectorSettings.SegmentedType Modifier and Type Method Description static SelectorSettings.SegmentedType
SelectorSettings.SegmentedType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SelectorSettings.SegmentedType[]
SelectorSettings.SegmentedType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.taglib.settings with parameters of type SelectorSettings.SegmentedType Modifier and Type Method Description T
SelectorSettings. segmented(SelectorSettings.SegmentedType segmentedType)
Set the control as "checkbox".
-