Uses of Class
org.uberfire.client.views.pfly.widgets.ValidationState
-
Packages that use ValidationState Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of ValidationState in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return ValidationState Modifier and Type Method Description static ValidationStateValidationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationState[]ValidationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.client.views.pfly.widgets with parameters of type ValidationState Modifier and Type Method Description voidFormGroup. setValidationState(ValidationState state)
-