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

Render a single selection dropdown list.
  • Method Details

    • setRequired

      void setRequired(String required)
      Flag 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.