Package io.jmix.ui.component.validation
Class ValidatorHelper
java.lang.Object
io.jmix.ui.component.validation.ValidatorHelper
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic NumberConstraintgetNumberConstraint(Number value) static <T> TimeValidatorgetTimeConstraint(TimeSource timeSource, T value)  
- 
Constructor Details
- 
ValidatorHelper
public ValidatorHelper() 
 - 
 - 
Method Details
- 
getNumberConstraint
 - 
getTimeConstraint
@Nullable public static <T> TimeValidator getTimeConstraint(TimeSource timeSource, @Nullable T value)  
 -