Interface IsRequiredForSelect

All Known Subinterfaces:
SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, TreeSelectTagDeclaration

public interface IsRequiredForSelect
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRequired(String required)
    Flag indicating that a value is required.
  • Method Details

    • setRequired

      void setRequired(String required)
      Flag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.