material_input/material_number_validators library

Classes

CheckNonNegativeValidator
Validator which will validate a number input is not negative, >= 0
LowerBoundValidator
Validator which validates that a number input is greater or equal than lowerBound.
PositiveNumValidator
Validator which will validate a number input is positive > 0.
UpperBoundValidator
Validator which validates that a number input is less or equal than upperBound.