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 SummaryModifier and TypeMethodDescriptionvoidsetSelectedLabel(String label) A localized user presentable label for the right select box.voidsetUnselectedLabel(String label) A localized user presentable label for the left select box.voidThe value of the multi select.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConvertersetConverterMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessagesetConverterMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPositionsetHelpPosition, setMessagePositionMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasHelpsetHelpMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayoutsetLabelLayoutMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessageForSelectsetRequiredMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSizesetSizeMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndexsetTabIndexMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorsetValidatorMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessagesetValidatorMessageMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListenersetValueChangeListenerMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsFocussetFocusMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonlysetReadonlyMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredForSelectsetRequiredMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValueThe value of the multi select.
- 
setUnselectedLabelA localized user presentable label for the left select box.
- 
setSelectedLabelA localized user presentable label for the right select box.
 
-