Interface SelectOneChoiceTagDeclaration
- All Superinterfaces:
- HasAutoSpacing,- HasBinding,- HasConverter,- HasConverterMessage,- HasDecorationPosition,- HasHelp,- HasId,- HasLabel,- HasLabelLayout,- HasRequiredMessage,- HasTabIndex,- HasTip,- HasValidator,- HasValidatorMessage,- HasValue,- HasValueChangeListener,- IsDisabled,- IsFocus,- IsReadonly,- IsRendered,- IsVisual
public interface SelectOneChoiceTagDeclaration
extends HasValidator, HasValue, HasValueChangeListener, HasTabIndex, IsFocus, IsVisual, HasValidatorMessage, HasConverterMessage, HasRequiredMessage, HasId, IsDisabled, IsReadonly, HasLabel, IsRendered, HasConverter, HasBinding, HasTip, HasHelp, HasLabelLayout, HasAutoSpacing, HasDecorationPosition
Render a single selection dropdown list.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetRequired(String required) Flag indicating that selecting an Item representing a value is required.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.HasRequiredMessagesetRequiredMessageMethods 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.HasValuesetValueMethods 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.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setRequiredFlag indicating that selecting an Item representing a value is required. If an SelectItem was chosen which underling value is an empty string an ValidationError occurs and a Error Message is rendered.
 
-