Interface SelectOneListboxTagDeclaration

All Superinterfaces:
HasAutoSpacing, HasBinding, HasConverter, HasConverterMessage, HasDecorationPosition, HasHelp, HasId, HasLabel, HasLabelLayout, HasRequiredMessage, HasSize, HasTabIndex, HasTip, HasValidator, HasValidatorMessage, HasValue, HasValueChangeListener, IsDisabled, IsFocus, IsReadonly, IsRendered, IsVisual

Render a single selection option listbox.
  • 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.