Uses of Interface
com.microsoft.azure.toolkit.lib.common.form.AzureFormInput.Validator
-
Packages that use AzureFormInput.Validator Package Description com.microsoft.azure.toolkit.lib.common.form -
-
Uses of AzureFormInput.Validator in com.microsoft.azure.toolkit.lib.common.form
Methods in com.microsoft.azure.toolkit.lib.common.form that return types with arguments of type AzureFormInput.Validator Modifier and Type Method Description default Collection<AzureFormInput.Validator>AzureFormInput. getValidators()Methods in com.microsoft.azure.toolkit.lib.common.form with parameters of type AzureFormInput.Validator Modifier and Type Method Description default voidAzureFormInput. addValidator(AzureFormInput.Validator validator)default voidAzureFormInput. setValidator(AzureFormInput.Validator validator)Deprecated.
-