Interface SelectManyCheckboxTagDeclaration
-
- All Superinterfaces:
HasAutoSpacing
,HasBinding
,HasConverter
,HasConverterMessage
,HasDecorationPosition
,HasGroup
,HasHelp
,HasId
,HasLabel
,HasLabelLayout
,HasRenderRange
,HasRequiredMessageForSelect
,HasTabIndex
,HasTip
,HasValidator
,HasValidatorMessage
,HasValueChangeListener
,IsDisabled
,IsFocus
,IsInline
,IsReadonly
,IsRendered
,IsRequiredForSelect
,IsVisual
public interface SelectManyCheckboxTagDeclaration extends IsDisabled, HasId, HasTip, HasHelp, IsInline, HasRenderRange, IsRendered, IsRequiredForSelect, HasBinding, IsReadonly, HasConverter, HasLabelLayout, HasDecorationPosition, HasLabel, HasValidator, HasValueChangeListener, HasValidatorMessage, HasConverterMessage, HasRequiredMessageForSelect, HasTabIndex, IsFocus, IsVisual, HasAutoSpacing, HasGroup
Render a group of checkboxes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(String value)
The value of the multi select.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverter
setConverter
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessage
setConverterMessage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPosition
setHelpPosition, setMessagePosition
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasGroup
setGroup
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelp
setHelp
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayout
setLabelLayout
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRenderRange
setRenderRange
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessageForSelect
setRequiredMessage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex
setTabIndex
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessage
setValidatorMessage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListener
setValueChangeListener
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocus
setFocus
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsInline
setInline
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredForSelect
setRequired
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
setValue
void setValue(String value)
The value of the multi select.
-
-