Interface SelectOneRadioTagDeclaration

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

Render a set of radio buttons.
  • 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.