Uses of Enum Class
eu.webtoolkit.jwt.ValidationState
Packages that use ValidationState
-
Uses of ValidationState in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return ValidationStateModifier and TypeMethodDescriptionWValidator.Result.getState()Returns the validation state.WAbstractItemDelegate.validate(WModelIndex anon1, Object editState) Returns whether the edited value is valid.WAbstractSpinBox.validate()WFormWidget.validate()Validates the field.WLineEdit.validate()WPasswordEdit.validate()WAbstractItemView.validateEditor(WModelIndex index) Validates the editor for the given index.WAbstractItemView.validateEditors()Validates all editors.static 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.Constructors in eu.webtoolkit.jwt with parameters of type ValidationStateModifierConstructorDescriptionResult(ValidationState state) Constructor.Result(ValidationState state, CharSequence message) Constructor.