Uses of Enum Class
eu.webtoolkit.jwt.ValidationState
-
Uses of ValidationState in eu.webtoolkit.jwt
Modifier 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()
WAbstractItemView.validateEditor
(WModelIndex index) Validates the editor for the given index.WAbstractItemView.validateEditors()
Validates all editors.static ValidationState
Returns 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.ModifierConstructorDescriptionResult
(ValidationState state) Constructor.Result
(ValidationState state, CharSequence message) Constructor.