Class ValidateElement.ListRange

    • Constructor Detail

      • ListRange

        public ListRange​(UInt32 min,
                         UInt32 max)
        The 'max' attribute specifies the maximum allowable number of selected/entered values. The 'min' attribute specifies the minimum allowable number of selected/entered values. Both attributes are optional, but at least one must bet set, and the value must be within the range of a unsigned 32-bit integer.
        Parameters:
        min - TODO javadoc me please
        max - TODO javadoc me please