Uses of Enum Class
com.oorian.bootstrap.enums.ValidationState
Packages that use ValidationState
-
Uses of ValidationState in com.oorian.bootstrap.enums
Methods in com.oorian.bootstrap.enums that return ValidationStateModifier and TypeMethodDescriptionstatic ValidationStateReturns the enum constant of this class with the specified name.static ValidationState[]ValidationState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationState in com.oorian.bootstrap.forms
Methods in com.oorian.bootstrap.forms with parameters of type ValidationStateModifier and TypeMethodDescriptionBsInput.setValidationState(ValidationState state) Sets the validation state.BsSelect.setValidationState(ValidationState state) Sets the validation state.BsTextarea.setValidationState(ValidationState state) Sets the validation state.