Class ValidatorHelper
java.lang.Object
io.jmix.flowui.component.validation.ValidatorHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic NumberConstraintgetNumberConstraint(Number value) static <T> TimeValidatorgetTimeConstraint(TimeSource timeSource, T value) 
- 
Constructor Details- 
ValidatorHelperpublic ValidatorHelper()
 
- 
- 
Method Details- 
getNumberConstraint
- 
getTimeConstraint@Nullable public static <T> TimeValidator getTimeConstraint(TimeSource timeSource, @Nullable T value) 
 
-