Interface PromptInterfaces.ValueRequired

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValueRequired()
      Returns true if the user has to use the default value or check at least one box.
      void setValueRequired​(boolean value)
      Sets or clears the property which determines if this field requires a value.
    • Method Detail

      • isValueRequired

        boolean isValueRequired()
        Returns true if the user has to use the default value or check at least one box.
        Returns:
        true if a value is required, false otherwise
      • setValueRequired

        void setValueRequired​(boolean value)
        Sets or clears the property which determines if this field requires a value.
        Parameters:
        value - true if a value is required, false otherwise