Interface Mandatable

    • Method Detail

      • setMandatory

        void setMandatory​(boolean mandatory)
        Set whether or not this component is mandatory.
        Parameters:
        mandatory - true for mandatory, false for optional.
      • isMandatory

        boolean isMandatory()
        Indicates whether or not this component is mandatory.
        Returns:
        true if the input is mandatory, false otherwise.