Uses of Class
eu.webtoolkit.jwt.ValidationState
-
Packages that use ValidationState Package Description eu.webtoolkit.jwt -
-
Uses of ValidationState in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return ValidationState Modifier and Type Method Description ValidationStateWValidator.Result. getState()Returns the validation state.ValidationStateWAbstractItemDelegate. validate(WModelIndex anon1, java.lang.Object editState)Returns whether the edited value is valid.ValidationStateWAbstractSpinBox. validate()ValidationStateWFormWidget. validate()Validates the field.ValidationStateWLineEdit. validate()ValidationStateWPasswordEdit. validate()ValidationStateWAbstractItemView. validateEditor(WModelIndex index)Validates the editor for the given index.ValidationStateWAbstractItemView. validateEditors()Validates all editors.static ValidationStateValidationState. valueOf(java.lang.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.Constructors in eu.webtoolkit.jwt with parameters of type ValidationState Constructor Description Result(ValidationState state)Constructor.Result(ValidationState state, java.lang.CharSequence message)Constructor.
-