Uses of Interface
com.microsoft.azure.toolkit.lib.common.form.AzureFormInput
-
Packages that use AzureFormInput Package Description com.microsoft.azure.toolkit.lib.common.form -
-
Uses of AzureFormInput in com.microsoft.azure.toolkit.lib.common.form
Subinterfaces of AzureFormInput in com.microsoft.azure.toolkit.lib.common.form Modifier and Type Interface Description interfaceAzureForm<T>Fields in com.microsoft.azure.toolkit.lib.common.form declared as AzureFormInput Modifier and Type Field Description private AzureFormInput<?>AzureValidationInfo. inputMethods in com.microsoft.azure.toolkit.lib.common.form that return types with arguments of type AzureFormInput Modifier and Type Method Description List<AzureFormInput<?>>AzureForm. getInputs()Methods in com.microsoft.azure.toolkit.lib.common.form with parameters of type AzureFormInput Modifier and Type Method Description static AzureValidationInfoAzureValidationInfo. error(String message, AzureFormInput<?> input)static AzureValidationInfoAzureValidationInfo. none(AzureFormInput<?> input)static AzureValidationInfoAzureValidationInfo. ok(AzureFormInput<?> input)static AzureValidationInfoAzureValidationInfo. pending(AzureFormInput<?> input)static AzureValidationInfoAzureValidationInfo. success(AzureFormInput<?> input)static AzureValidationInfoAzureValidationInfo. warning(String message, AzureFormInput<?> input)
-