Interface SelectManyShuttleTagDeclaration
-
- All Superinterfaces:
HasAutoSpacing
,HasBinding
,HasConverter
,HasConverterMessage
,HasDecorationPosition
,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, HasAutoSpacing, HasDecorationPosition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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
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.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 Detail
-
setValue
void setValue(String value)
The value of the multi select.
-
setUnselectedLabel
void setUnselectedLabel(String label)
A localized user presentable label for the left select box.
-
setSelectedLabel
void setSelectedLabel(String label)
A localized user presentable label for the right select box.
-
-