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