Uses of Interface
org.uberfire.ext.editor.commons.client.validation.ValidatorCallback
-
Packages that use ValidatorCallback Package Description org.uberfire.ext.editor.commons.client.validation -
-
Uses of ValidatorCallback in org.uberfire.ext.editor.commons.client.validation
Subinterfaces of ValidatorCallback in org.uberfire.ext.editor.commons.client.validation Modifier and Type Interface Description interfaceValidatorWithReasonCallbackCallback to pass a reason for validation failureMethods in org.uberfire.ext.editor.commons.client.validation with parameters of type ValidatorCallback Modifier and Type Method Description voidDefaultFileNameValidator. validate(String value, ValidatorCallback callback)voidValidator. validate(String value, ValidatorCallback callback)
-