Interface SelectManyShuttleTagDeclaration
- All Superinterfaces:
HasBinding
,HasConverter
,HasConverterMessage
,HasHelp
,HasId
,HasLabel
,HasLabelLayout
,HasRequiredMessageForSelect
,HasSize
,HasTabIndex
,HasTip
,HasValidator
,HasValidatorMessage
,HasValueChangeListener
,IsDisabled
,IsFocus
,IsReadonly
,IsRendered
,IsRequiredForSelect
,IsVisual
public interface SelectManyShuttleTagDeclaration
extends IsDisabled, HasId, HasTip, HasHelp, IsRendered, IsRequiredForSelect, HasBinding, IsReadonly, HasConverter, HasLabel, HasValidator, HasValueChangeListener, HasLabelLayout, HasValidatorMessage, HasConverterMessage, HasRequiredMessageForSelect, HasTabIndex, IsFocus, IsVisual, HasSize
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSelectedLabel
(String label) A localized user presentable label for the right select box.void
setUnselectedLabel
(String label) A localized user presentable label for the left select box.void
The value of the multi select.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.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.HasRequiredMessageForSelect
setRequiredMessage
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSize
setSize
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.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 Details
-
setValue
The value of the multi select. -
setUnselectedLabel
A localized user presentable label for the left select box. -
setSelectedLabel
A localized user presentable label for the right select box.
-