Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractBeanValidationEditorDelegate<T,E extends com.google.gwt.editor.client.Editor<T>> - Class in de.knightsoftnet.validators.client.editor.impl
A limited EditorDelegate for editing standard bean-like objects.
AbstractBeanValidationEditorDelegate() - Constructor for class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
 
AbstractBeanValidationEditorDriver<T,E extends com.google.gwt.editor.client.Editor<T>> - Class in de.knightsoftnet.validators.client.editor.impl
A base implementation class for generated BeanValidationEditorDriver implementations.
AbstractBeanValidationEditorDriver() - Constructor for class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
default constructor.
AbstractDecorator<T> - Class in de.knightsoftnet.validators.client.decorators
This abstract class combines some methods which are used by decorators.
AbstractDecorator(ErrorPanelLocationEnum, AbstractDecorator.Resources) - Constructor for class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Constructs a Decorator.
AbstractDecorator(ErrorPanelLocationEnum) - Constructor for class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Constructs a Decorator.
AbstractDecorator(Widget, ErrorPanelLocationEnum, AbstractDecorator.Resources) - Constructor for class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Constructs a Decorator using a Widget widget with error location and style sheet.
AbstractDecorator(Widget, ErrorPanelLocationEnum) - Constructor for class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Constructs a Decorator using a Widget widget with error location.
AbstractDecorator(Widget) - Constructor for class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Constructs a Decorator using a Widget widget with error location.
AbstractDecorator.Resources - Interface in de.knightsoftnet.validators.client.decorators
A ClientBundle that provides images and decoratorStyle sheets for the decorator.
AbstractExtendedBaseEditorDriver<T,E extends com.google.gwt.editor.client.Editor<T>> - Class in com.google.gwt.editor.client.impl
Contains common code shared between the SimpleBeanEditorDriver and RequestFactoryEditorDriver.
AbstractExtendedBaseEditorDriver() - Constructor for class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
AbstractGwtReflectGetterFactory - Class in de.knightsoftnet.validators.client
Abstract GetterFactory that delegates to a GWT generated class which enables reflection like access to the getters of the beans.
AbstractGwtReflectGetterFactory() - Constructor for class de.knightsoftnet.validators.client.AbstractGwtReflectGetterFactory
 
accept(EditorVisitor) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
addAreaCodeData(PhoneAreaCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
addFormSubmitHandler(FormSubmitHandler<T>) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
addFormSubmitHandler(FormSubmitHandler<T>) - Method in interface de.knightsoftnet.validators.client.event.HasFormSubmitHandlers
Adds a FormSubmitEvent handler.
addKeyPressHandler(KeyPressHandler) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
addKeyUpHandler(KeyUpHandler) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
addValueChangeHandler(HasValueChangeHandlers<T>) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
add a change handler to clear error state on value change.
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
AgeLimitCheck - Annotation Type in de.knightsoftnet.validators.shared
The annotated Date must be minYears or more in the past.
AgeLimitCheck.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several AgeLimitCheck annotations on the same element.
AgeLimitCheckValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago.
AgeLimitCheckValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidator
 
AlternateSize - Annotation Type in de.knightsoftnet.validators.shared
The annotated element size must be exactly match size1 or size2.
AlternateSize.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several AlternateSize annotations on the same element.
AlternateSizeValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field's size has one of the two given sizes.
AlternateSizeValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
 
asEditor() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Returns the associated ValueBoxEditor.

B

BankCountry - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain three properties: country code (option fieldCountryCode) iban (option fieldIban) bic (option fieldBic) The country codes of iban and bic are checked against the country code for validity.
BankCountry.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several BankCountry annotations on the same element.
BankCountryValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a country field and the country in iban and bic match, implementation.
BankCountryValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BankCountryValidator
 
BeanValidationEditorDriver<T,E extends com.google.gwt.editor.client.Editor<? super T>> - Interface in de.knightsoftnet.validators.client.editor
Automates editing of simple bean-like objects.
BeanValidationEditorDriverGenerator - Class in de.knightsoftnet.validators.rebind
Generates implementations of BeanValidationEditorDriver.
BeanValidationEditorDriverGenerator() - Constructor for class de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
 
Bic - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
Bic.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @BIC annotations on the same element.
BIC_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.BicValidator
definition of BIC length maximum.
BIC_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.BicValueValidator
definition of BIC length maximum.
BIC_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.BicValidator
definition of BIC length minimum.
BIC_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.BicValueValidator
definition of BIC length minimum.
BicMapConstants - Interface in de.knightsoftnet.validators.client.data
map of bic numbers and names.
BicMapConstantsImpl - Class in de.knightsoftnet.validators.server.data
 
BicMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.server.data.BicMapConstantsImpl
 
BicMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of bic numbers and names.
bics() - Method in class de.knightsoftnet.validators.server.data.BicMapConstantsImpl
 
bics() - Method in interface de.knightsoftnet.validators.shared.data.BicMapSharedConstants
 
BicValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid BIC.
BicValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BicValidator
 
BicValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
BicValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @BicValue annotations on the same element.
BicValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid BIC.
BicValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BicValueValidator
 

C

CheckTimeEnum - Enum in de.knightsoftnet.validators.client.editor
Enumeration of times when check should be done.
clearErrors() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
clear errors.
com.google.gwt.editor.client.impl - package com.google.gwt.editor.client.impl
 
compareTo(PhoneAreaCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
compareTo(PhoneCountryCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
configureDelegate(AbstractEditorDelegate<T, E>) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
contentContainerStyleBottom() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the content container, when label is placed bottom.
contentContainerStyleLeft() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the content container, when label is placed left.
contentContainerStyleRight() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the content container, when label is placed right.
contentContainerStyleTop() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the content container, when label is placed top.
contents - Variable in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
content panel.
countryCodeData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
 
countryCodeData() - Method in interface de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants
 
countryMap() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
 
countryMap() - Method in interface de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants
 
create(Class<?>) - Static method in class de.knightsoftnet.validators.server.data.CreateClass
Instantiates a class via deferred binding.
CreateClass - Class in de.knightsoftnet.validators.server.data
Read gwt constants from properties file on server side.
CreateClass() - Constructor for class de.knightsoftnet.validators.server.data.CreateClass
 
createDelegate() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
createGwtReflectGetter() - Method in class de.knightsoftnet.validators.client.AbstractGwtReflectGetterFactory
 
createGwtReflectGetter() - Method in interface de.knightsoftnet.validators.client.GwtReflectGetterFactoryInterface
create a gwt reflect getter implementation.
createInitializerVisitor() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
CreditCardNumber - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid credit card number.
CreditCardNumber.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @CreditCardNumber annotations on the same element.
CreditCardNumberValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid credit card number.
CreditCardNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
 
CustomValidationMessagesResolver - Class in de.knightsoftnet.validators.client
The CustomValidationMessagesResolver is a replacement of the google validation message resolver, this enables us to add own localized messages to the annotations.
CustomValidationMessagesResolver() - Constructor for class de.knightsoftnet.validators.client.CustomValidationMessagesResolver
default constructor.

D

de.knightsoftnet.validators.client - package de.knightsoftnet.validators.client
this package contains client side validation helpers.
de.knightsoftnet.validators.client.data - package de.knightsoftnet.validators.client.data
this package contains interfaces for constants.
de.knightsoftnet.validators.client.decorators - package de.knightsoftnet.validators.client.decorators
this package contains client side decorators.
de.knightsoftnet.validators.client.editor - package de.knightsoftnet.validators.client.editor
this package contains client side editor components.
de.knightsoftnet.validators.client.editor.impl - package de.knightsoftnet.validators.client.editor.impl
this package contains client side editor components.
de.knightsoftnet.validators.client.event - package de.knightsoftnet.validators.client.event
this package contains client side event components.
de.knightsoftnet.validators.rebind - package de.knightsoftnet.validators.rebind
this package contains a code generator.
de.knightsoftnet.validators.server.data - package de.knightsoftnet.validators.server.data
this package contains client side validation helpers.
de.knightsoftnet.validators.shared - package de.knightsoftnet.validators.shared
JSR-303 annotations to check bean entries (interfaces).
de.knightsoftnet.validators.shared.data - package de.knightsoftnet.validators.shared.data
this package contains interfaces for constants.
de.knightsoftnet.validators.shared.exceptions - package de.knightsoftnet.validators.shared.exceptions
exception which can be thrown, when server side validation fails.
de.knightsoftnet.validators.shared.impl - package de.knightsoftnet.validators.shared.impl
JSR-303 annotations to check bean entries (implementations).
de.knightsoftnet.validators.shared.interfaces - package de.knightsoftnet.validators.shared.interfaces
interface definitions for database and exchange structures.
de.knightsoftnet.validators.shared.util - package de.knightsoftnet.validators.shared.util
utility classes which can be used on server and client side.
decoratorStyle() - Method in interface de.knightsoftnet.validators.client.decorators.AbstractDecorator.Resources
The styles used in this widget.
DecoratorStyle - Interface in de.knightsoftnet.validators.client.decorators
Styles used by this widget.
decoratorStyle() - Method in interface de.knightsoftnet.validators.client.decorators.UniversalDecoratorWithIcons.ExtendedResources
The styles used in this widget.
deKnightsoftnetValidatorsSharedValidationAgeLimitCheckMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for age limit check.
deKnightsoftnetValidatorsSharedValidationAlternateSizeMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for alternate size check with two different sizes.
deKnightsoftnetValidatorsSharedValidationBankCountryMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for bank account country check validation.
deKnightsoftnetValidatorsSharedValidationBicMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for bic check validation.
deKnightsoftnetValidatorsSharedValidationEmptyIfOtherHasValueMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be empty if other field has a given value check validation.
deKnightsoftnetValidatorsSharedValidationEmptyIfOtherIsEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be empty if other field is empty check validation.
deKnightsoftnetValidatorsSharedValidationEmptyIfOtherIsNotEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be empty if other field is filled check validation.
deKnightsoftnetValidatorsSharedValidationGlnMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for gln check validation.
deKnightsoftnetValidatorsSharedValidationGtin13Message() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for gtin13 check validation.
deKnightsoftnetValidatorsSharedValidationGtin8Message() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for gtin8 check validation.
deKnightsoftnetValidatorsSharedValidationGtinMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for gtin check validation.
deKnightsoftnetValidatorsSharedValidationIbanFormatedMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for iban formated check validation.
deKnightsoftnetValidatorsSharedValidationIbanMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for iban check validation.
deKnightsoftnetValidatorsSharedValidationIsbn10FormatedMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for formated isbn10 check validation.
deKnightsoftnetValidatorsSharedValidationIsbn10Message() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for isbn10 check validation.
deKnightsoftnetValidatorsSharedValidationIsbn13FormatedMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for formated isbn13 formated check validation.
deKnightsoftnetValidatorsSharedValidationIsbn13Message() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for isbn13 check validation.
deKnightsoftnetValidatorsSharedValidationIsbnFormatedMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for formated isbn check validation.
deKnightsoftnetValidatorsSharedValidationIsbnMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for isbn check validation.
deKnightsoftnetValidatorsSharedValidationIsinMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for isin check validation.
deKnightsoftnetValidatorsSharedValidationLevenshteinDistanceMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for Levenshtein Distance validation.
deKnightsoftnetValidatorsSharedValidationMustBeEqualMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be equal validation.
deKnightsoftnetValidatorsSharedValidationMustNotBeEqualMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must not be equal validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyAlternateIfOtherHasValueMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be alternate filled if other has a specified value validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyAlternateIfOtherIsEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be alternate filled if other is empty validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyAlternateIfOtherIsNotEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be alternate filled if other is not empty validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyIfOtherHasValueMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be filled if other field has given value check validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyIfOtherIsEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be filled if other field is empty check validation.
deKnightsoftnetValidatorsSharedValidationNotEmptyIfOtherIsNotEmptyMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for must be filled if other field is filled check validation.
deKnightsoftnetValidatorsSharedValidationPasswordMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for password check validation.
deKnightsoftnetValidatorsSharedValidationPhoneNumberMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for phone number check validation.
deKnightsoftnetValidatorsSharedValidationPostalCodeMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for postal code check validation.
deKnightsoftnetValidatorsSharedValidationRegularExpressionMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for regular expression check validation.
deKnightsoftnetValidatorsSharedValidationVatIdMessage() - Method in interface de.knightsoftnet.validators.client.ValidationMessages
message used for vat registration number check.
dispatch(FormSubmitHandler<T>) - Method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
 
doEdit(T) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
doFlush() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
doInitialize(E) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
doSetViolations(Iterable<SimpleViolation>) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 

E

edit(T) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
Push the data in an object graph into the Editor given to BeanValidationEditorDriver.initialize(E).
edit(T) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
editorErrorMatches(EditorError) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Checks if a error belongs to this widget.
Email - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid eMail.
Email.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Email annotations on the same element.
EmailValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid eMail.
EmailValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmailValidator
 
EmptyIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field must be empty (null or "").
EmptyIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeEmptyIfOtherHasValue annotations on the same element.
EmptyIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field has a given value.
EmptyIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
 
EmptyIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field must be also empty (null or "").
EmptyIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeEmptyIfOtherIsEmpty annotations on the same element.
EmptyIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field is empty.
EmptyIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
 
EmptyIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field must be empty (null or "").
EmptyIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeEmptyIfOtherIsFilled annotations on the same element.
EmptyIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field is empty.
EmptyIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
errorInputStyle() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle applied to input field, if check is not successful.
errorLabelStyleBottom() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the error label when it's placed on bottom.
errorLabelStyleLeft() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the error label when it's placed left.
errorLabelStyleRight() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the error label when it's placed right.
errorLabelStyleTop() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle of the error label when it's placed on top.
ErrorPanelLocationEnum - Enum in de.knightsoftnet.validators.client.decorators
The location of the error message relative to the widget.
ExtendedValueBoxEditor<T> - Class in de.knightsoftnet.validators.client.decorators
 
ExtendedValueBoxEditor(TakesValue<T>, AbstractDecorator<T>) - Constructor for class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
constructor uses widget as base.
ExtendedValueBoxEditorMessages - Interface in de.knightsoftnet.validators.client.decorators
The ExtendedValueBoxEditorMessages class contains the messages for extended value box editor.

F

fire(HasFormSubmitHandlers<T>, T) - Static method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
Fires a form submit event on all registered handlers in the handler manager.
fireEvent(GwtEvent<?>) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
flush() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
Update the object being edited with the current state of the Editor.
flush() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
formatCommon(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Common format.
formatCommon(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in common format.
formatCommon(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in common format.
formatCommon(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in common format.
formatCommonInternational(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Common international format.
formatCommonInternational(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Common international format.
formatCommonNational(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Common national format.
formatCommonNational(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Common national format.
formatDin5008(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(String, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008International(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 international format.
formatDin5008International(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 international format.
formatDin5008National(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 national format.
formatDin5008National(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in DIN 5008 national format.
formatE123(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 format.
formatE123(String, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 format.
formatE123(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 format.
formatE123(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 format.
formatE123(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 format.
formatE123International(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 international format.
formatE123International(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 international format.
formatE123National(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 national format.
formatE123National(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in E123 national format.
formatIndex(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number to index.
formatIndex(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in URL format.
formatMs(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Microsoft canonical address format.
formatMs(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in Microsoft canonical address format.
formatRfc3966(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in RFC 3966 format.
formatRfc3966(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in RFC 3966 format.
formatUrl(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in URL format.
formatUrl(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
format phone number in URL format.
FormSubmitEvent<T> - Class in de.knightsoftnet.validators.client.event
Represents a form submit event.
FormSubmitEvent(T) - Constructor for class de.knightsoftnet.validators.client.event.FormSubmitEvent
Creates a form submit event.
FormSubmitHandler<T> - Interface in de.knightsoftnet.validators.client.event
Handler interface for FormSubmitEvent events.

G

generate(TreeLogger, GeneratorContext, String) - Method in class de.knightsoftnet.validators.rebind.GwtReflectGetterGenerator
 
getAllowedCharactersForRegEx(String) - Static method in class de.knightsoftnet.validators.shared.util.RegExUtil
get all allowed characters which can be part of a String which matches a given regular expression.
getAreaCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getAreaCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getAreaCode() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getAreaCodeData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getAreaName() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getAreaName() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getAreaName() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
getAssociatedType() - Method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
 
getCheckTime() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
get the time of validation.
getCheckTime() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
getConstraintDescriptor() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getCountryCode() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getCountryCodeData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryCodeName() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getCountryCodeName() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryName() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getCountryName() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
getDecorator() - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
getter for the decorator.
getDefaultResources() - Static method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
get default resource, if not set, create one.
getDelegate() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
getDelegate() - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
 
getDriverInterfaceType() - Method in class de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
 
getDriverSuperclassType() - Method in class de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
 
getEditor() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
getEditorDelegateType() - Method in class de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
 
getErrors() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
getExitCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getExtendedResources() - Static method in class de.knightsoftnet.validators.client.decorators.UniversalDecoratorWithIcons
get default resource, if not set, create one.
getExtension() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getExtension() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getFieldByName(String) - Method in interface de.knightsoftnet.validators.shared.interfaces.HasGetFieldByName
Deprecated.
get a field by name.
getGwtReflectGetter() - Method in class de.knightsoftnet.validators.client.AbstractGwtReflectGetterFactory
 
getGwtReflectGetter() - Method in interface de.knightsoftnet.validators.client.GwtReflectGetterFactoryInterface
get gwt reflect getter implementation, it's reused if you call it more then once.
getInvalidValue() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getLeafBean() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getLeafValueMap() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
getter for leaf value map.
getLineNumber() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getLineNumber() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getMessage() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getMessageTemplate() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getObject() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
getPhoneCountryData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getProperty(Object, String) - Method in interface de.knightsoftnet.validators.client.GwtReflectGetterInterface
 
getPropertyPath() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getRootBean() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getRootBeanClass() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getTabIndex() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
getTakesValues() - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
getter for the widget which takes the values.
getTime() - Method in interface de.knightsoftnet.validators.shared.interfaces.HasGetTime
Returns a Date object representing this object.
getTrunkCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getType() - Static method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
Gets the type associated with this event.
getValidationErrorSet(Object) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
get validation error set.
getValue() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
getValue() - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
 
getValue() - Method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
Gets the value.
getViolationKeyMethod() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
getWidget() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
get the widget.
Gln - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Location Number (until 2009 known as International Location Number).
Gln.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gln annotations on the same element.
GLN_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.GlnValidator
definition of gln length.
GlnValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GLN.
GlnValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.GlnValidator
 
Gtin - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the long (13 digits) or short (8 digits) format.
Gtin.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin annotations on the same element.
Gtin13 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the long (13 digits) format.
Gtin13.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin13 annotations on the same element.
GTIN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
definition of gtin13 length.
Gtin13Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN13/EAN13.
Gtin13Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Gtin13Validator
 
Gtin8 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the short (8 digits) format.
Gtin8.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin8 annotations on the same element.
GTIN8_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
definition of gtin8 length.
Gtin8Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN8/EAN8.
Gtin8Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Gtin8Validator
 
GtinValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN/EAN.
GtinValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.GtinValidator
 
GwtBeanValidators - Class in de.knightsoftnet.validators.client
dummy entry point.
GwtBeanValidators() - Constructor for class de.knightsoftnet.validators.client.GwtBeanValidators
 
GwtReflectGetterFactoryInterface - Interface in de.knightsoftnet.validators.client
abstract getter reflector interface.
GwtReflectGetterGenerator - Class in de.knightsoftnet.validators.rebind
this class generates a simple class to get properties of all validated classes by name.
GwtReflectGetterGenerator() - Constructor for class de.knightsoftnet.validators.rebind.GwtReflectGetterGenerator
 
GwtReflectGetterInterface - Interface in de.knightsoftnet.validators.client
reflection replacement to get property entry from a bean by name.

H

hasErrors() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
HasFormSubmitHandlers<T> - Interface in de.knightsoftnet.validators.client.event
A widget that implements this interface is a public source of ValueChangeEvent events.
HasGetFieldByName - Interface in de.knightsoftnet.validators.shared.interfaces
Deprecated.
As of release 0.6.0, replaced by AbstractGwtReflectGetterFactory
HasGetTime - Interface in de.knightsoftnet.validators.shared.interfaces
interface for objects which provide a getTime() method witch returns a Date.
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 

I

Iban - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Bank Account Number.
Iban.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Iban annotations on the same element.
IBAN_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
definition of IBAN length maximum.
IBAN_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.IbanValidator
definition of IBAN length maximum.
IBAN_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
definition of IBAN length minimum.
IBAN_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.IbanValidator
definition of IBAN length minimum.
ibanCompress(String) - Static method in class de.knightsoftnet.validators.shared.util.IbanUtil
compress iban, remove all blanks inside.
ibanFormat(String) - Static method in class de.knightsoftnet.validators.shared.util.IbanUtil
format iban to four character blocks.
IbanFormated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Bank Account Number.
IbanFormated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @IbanFormated annotations on the same element.
IbanFormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid IBAN formated.
IbanFormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
 
IbanLengthMapConstants - Interface in de.knightsoftnet.validators.client.data
map to detect length of IBAN numbers.
IbanLengthMapConstantsImpl - Class in de.knightsoftnet.validators.server.data
 
IbanLengthMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.server.data.IbanLengthMapConstantsImpl
 
IbanLengthMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map to detect length of IBAN numbers.
ibanLengths() - Method in class de.knightsoftnet.validators.server.data.IbanLengthMapConstantsImpl
 
ibanLengths() - Method in interface de.knightsoftnet.validators.shared.data.IbanLengthMapSharedConstants
 
IbanUtil - Class in de.knightsoftnet.validators.shared.util
Iban Util, format and compress ibans.
IbanUtil() - Constructor for class de.knightsoftnet.validators.shared.util.IbanUtil
 
IbanValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid IBAN.
IbanValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IbanValidator
 
initialize(E) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
Initialize the editor driver.
initialize(E) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
initialize(AgeLimitCheck) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidator
initialize the validator.
initialize(AlternateSize) - Method in class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
initialize the validator.
initialize(BankCountry) - Method in class de.knightsoftnet.validators.shared.impl.BankCountryValidator
initialize the validator.
initialize(Bic) - Method in class de.knightsoftnet.validators.shared.impl.BicValidator
initialize the validator.
initialize(BicValue) - Method in class de.knightsoftnet.validators.shared.impl.BicValueValidator
initialize the validator.
initialize(CreditCardNumber) - Method in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
initialize the validator.
initialize(Email) - Method in class de.knightsoftnet.validators.shared.impl.EmailValidator
initialize the validator.
initialize(EmptyIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
initialize the validator.
initialize(EmptyIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
initialize the validator.
initialize(EmptyIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
initialize the validator.
initialize(Gln) - Method in class de.knightsoftnet.validators.shared.impl.GlnValidator
initialize the validator.
initialize(Gtin13) - Method in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
initialize the validator.
initialize(Gtin8) - Method in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
initialize the validator.
initialize(Gtin) - Method in class de.knightsoftnet.validators.shared.impl.GtinValidator
initialize the validator.
initialize(IbanFormated) - Method in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
initialize the validator.
initialize(Iban) - Method in class de.knightsoftnet.validators.shared.impl.IbanValidator
initialize the validator.
initialize(Isbn10Formated) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
initialize the validator.
initialize(Isbn10) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10Validator
initialize the validator.
initialize(Isbn13Formated) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
initialize the validator.
initialize(Isbn13) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13Validator
initialize the validator.
initialize(IsbnFormated) - Method in class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
initialize the validator.
initialize(Isbn) - Method in class de.knightsoftnet.validators.shared.impl.IsbnValidator
initialize the validator.
initialize(Isin) - Method in class de.knightsoftnet.validators.shared.impl.IsinValidator
initialize the validator.
initialize(LevenshteinDistance) - Method in class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 
initialize(MustBeEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
initialize the validator.
initialize(MustNotBeEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
initialize the validator.
initialize(NotEmptyIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
initialize the validator.
initialize(NotEmptyIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
initialize the validator.
initialize(NotEmptyIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
initialize the validator.
initialize(Password) - Method in class de.knightsoftnet.validators.shared.impl.PasswordValidator
initialize the validator.
initialize(PhoneNumber) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
initialize the validator.
initialize(PhoneNumberValue) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
initialize the validator.
initialize(PostalCode) - Method in class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
initialize the validator.
initialize(RegularExpression) - Method in class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
initialize the validator.
initialize(SizeWithoutSeparators) - Method in class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
initialize the validator.
initialize(Url) - Method in class de.knightsoftnet.validators.shared.impl.UrlValidator
initialize the validator.
initialize(VatId) - Method in class de.knightsoftnet.validators.shared.impl.VatIdValidator
initialize the validator.
isAreaCodeMustBeFilled() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
Isbn - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
Isbn.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn annotations on the same element.
Isbn10 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the short (10 digits) format.
Isbn10.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn10 annotations on the same element.
ISBN10_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
definition of isbn10 length.
ISBN10_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn10Validator
definition of isbn10 length.
isbn10Format(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 with separator signs.
Isbn10Formated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the short (10 digits) format.
Isbn10Formated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn10Formated annotations on the same element.
Isbn10FormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid formated ISBN10.
Isbn10FormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
 
Isbn10Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN10.
Isbn10Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn10Validator
 
Isbn13 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) format.
Isbn13.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn13 annotations on the same element.
ISBN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
definition of isbn13 length (formated.
ISBN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn13Validator
definition of gln length.
isbn13Format(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn13 with separator signs.
Isbn13Formated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) format.
Isbn13Formated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn13Formated annotations on the same element.
Isbn13FormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid formated ISBN13.
Isbn13FormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
 
Isbn13Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN13.
Isbn13Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn13Validator
 
isbnCompress(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
compress isbn, remove all separators inside.
isbnFormat(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 or 13 with separator signs.
IsbnFormated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
IsbnFormated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @IsbnFormated annotations on the same element.
IsbnFormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN (10 or 13 digits long).
IsbnFormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
 
IsbnUtil - Class in de.knightsoftnet.validators.shared.util
Isbn Util, format and compress isbn (10 and 13).
IsbnUtil() - Constructor for class de.knightsoftnet.validators.shared.util.IsbnUtil
 
IsbnValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN (10 or 13 digits long).
IsbnValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsbnValidator
 
isCheckOnKeyUp() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
Deprecated.
As of release 0.8.2, replaced by getCheckTime()
isCheckOnKeyUp() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
isDirty() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
return true if the entry of one or more values have changed.
isFocusOnError() - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
check if focus on error is active.
Isin - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Securities Identification Number.
Isin.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isin annotations on the same element.
ISIN_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.IsinValidator
definition of gln length.
IsinValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISIN.
IsinValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsinValidator
 
isPhoneNumberEmpty(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
check if phone number is empty.
isPhoneNumberNotEmpty(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
check if phone number is not empty.
isRegEx() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
isSubmitOnReturn() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
get state of submit on return (form is submitted if it's valid and return/enter is pressed).
isSubmitOnReturn() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
isSubmitUnchanged() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
submit unchanged forms.
isSubmitUnchanged() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
isValid() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
isValid() - Method in interface de.knightsoftnet.validators.shared.data.ValidationInterface
check validity.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BankCountryValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BicValidator
check if given string is a valid BIC.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BicValueValidator
check if given string is a valid BIC.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
check if given string is a valid mail.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmailValidator
check if given string is a valid mail.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.GlnValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.GtinValidator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
check if given string is a valid IBAN.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IbanValidator
check if given string is a valid IBAN.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10Validator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
check if given string is a valid isbn13.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13Validator
check if given string is a valid isbn13.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IsbnValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IsinValidator
check if given string is a valid isin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PasswordValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
check if given object is valid.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
check if given string is a valid regular expression.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
check the given object.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.UrlValidator
check if given string is a valid url.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.VatIdValidator
 

L

LENGTH_CREDIT_CARDNUMBER - Static variable in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
maximum length of a credit card numbers.
LENGTH_MAIL - Static variable in class de.knightsoftnet.validators.shared.impl.EmailValidator
maximum length of a eMail.
LENGTH_URL - Static variable in class de.knightsoftnet.validators.shared.impl.UrlValidator
maximum length of a url.
LevenshteinDistance - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain exact three properties: a field that has to be checked (option field1) a field which entry is compared (option field2) the minimum levenshtein distance both field entries must have (option minDistance) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) The Levenshtein distance between the entry of fieldCompare and field is calculated, it must be equal or greater then the value of minDistance. not be empty (null or "").
LevenshteinDistance.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @LevenshteinDistance annotations on the same element.
LevenshteinDistanceValidator - Class in de.knightsoftnet.validators.shared.impl
Check if the Levenshtein Distance of two field entries reach a minimum value.
LevenshteinDistanceValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 

M

MustBeEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must be equal to the entry of field2, can be used e.g. for password and password repeat fields.
MustBeEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeEqual annotations on the same element.
MustBeEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are equal.
MustBeEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
 
MustNotBeEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must not be equal to the entry of field2, can be used e.g. for password old and password new fields.
MustNotBeEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustNotBeEqual annotations on the same element.
MustNotBeEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are not equal.
MustNotBeEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
 
mutableObjectExpression(EditorData, String) - Method in class de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
 

N

newBundle(String, Locale, String, ClassLoader, boolean) - Method in class de.knightsoftnet.validators.server.data.Utf8Control
 
NotEmptyAlternateIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field or alternate fieldAlternate must not be empty (null or "").
NotEmptyAlternateIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherHasValue annotations on the same element.
NotEmptyAlternateIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
 
NotEmptyAlternateIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field or alternate fieldAlternate must not be empty (null or "").
NotEmptyAlternateIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherIsEmpty annotations on the same element.
NotEmptyAlternateIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
 
NotEmptyAlternateIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field or alternate fieldAlternate must not be empty (null or "").
NotEmptyAlternateIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherIsFilled annotations on the same element.
NotEmptyAlternateIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
 
NotEmptyIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field must not be empty (null or "").
NotEmptyIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeFilledIfOtherHasValue annotations on the same element.
NotEmptyIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field has a given value.
NotEmptyIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
 
NotEmptyIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field must not be empty (null or "").
NotEmptyIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeFilledIfOtherIsEmpty annotations on the same element.
NotEmptyIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
 
NotEmptyIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field must also not be empty (null or "").
NotEmptyIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeFilledIfOtherIsFilled annotations on the same element.
NotEmptyIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is filled.
NotEmptyIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
 

O

onFormSubmit(FormSubmitEvent<T>) - Method in interface de.knightsoftnet.validators.client.event.FormSubmitHandler
Called when FormSubmitEvent is fired.
onModuleLoad() - Method in class de.knightsoftnet.validators.client.GwtBeanValidators
 

P

parseExceptionMessage(String) - Method in interface de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditorMessages
parse exception locale message.
parsePhoneNumber(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
parse phone number.
parsePhoneNumber(String, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
parse phone number.
parsePhoneNumber(String, PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
parse phone number.
parsePhoneNumber(String, PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
parse phone number.
parsePhoneNumber(String, PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
parse phone number.
Password - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid password.
Password.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several Password annotations on the same element.
PasswordValidator - Class in de.knightsoftnet.validators.shared.impl
Check passwords if they fulfill some complexity rules.
PasswordValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PasswordValidator
 
PhoneAreaCodeData - Class in de.knightsoftnet.validators.shared.data
phone number area code data.
PhoneAreaCodeData(String, String) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
constructor initializing fields.
PhoneCountryCodeConstants - Interface in de.knightsoftnet.validators.client.data
set of phone country codes.
PhoneCountryCodeData - Class in de.knightsoftnet.validators.shared.data
phone number region/country code data.
PhoneCountryCodeData(String, String) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
constructor initializing fields.
phoneCountryCodes() - Method in interface de.knightsoftnet.validators.client.data.PhoneCountryCodeConstants
 
PhoneCountryConstants - Interface in de.knightsoftnet.validators.client.data
set of phone country and area numbers.
PhoneCountryConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
default constructor.
PhoneCountryConstantsImpl(Set<PhoneCountryCodeData>, Map<String, PhoneCountryData>) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
constructor initializing set.
PhoneCountryData - Class in de.knightsoftnet.validators.shared.data
phone number country data.
PhoneCountryData(String, String, String, String, boolean, PhoneCountryCodeData) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryData
constructor initializing fields.
PhoneCountryNameConstants - Interface in de.knightsoftnet.validators.client.data
set of phone country names.
phoneCountryNames() - Method in interface de.knightsoftnet.validators.client.data.PhoneCountryNameConstants
 
PhoneCountrySharedConstants - Interface in de.knightsoftnet.validators.shared.data
set of phone country and area numbers.
PhoneCountryTrunkAndExitCodesConstants - Interface in de.knightsoftnet.validators.client.data
set of phone country trunk and exit codes.
PhoneNumber - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid phone number format.
PhoneNumber.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PhoneNumber annotations on the same element.
PhoneNumberData - Class in de.knightsoftnet.validators.shared.data
phone number data.
PhoneNumberData() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneNumberData
default constructor.
PhoneNumberData(String, String, String, String) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneNumberData
constructor initializing fields.
PhoneNumberExtendedInterface - Interface in de.knightsoftnet.validators.shared.data
phone number data interface including country and area name.
PhoneNumberInterface - Interface in de.knightsoftnet.validators.shared.data
phone number data interface.
PhoneNumberUtil - Class in de.knightsoftnet.validators.shared.util
Phone Number Util, format and parse phone numbers.
PhoneNumberUtil() - Constructor for class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
 
PhoneNumberUtil(String) - Constructor for class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
constructor with default country.
PhoneNumberValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid PhoneNumber.
PhoneNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
 
PhoneNumberValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid phone number format.
PhoneNumberValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PhoneNumberValue annotations on the same element.
PhoneNumberValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid PhoneNumber.
PhoneNumberValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
 
PhoneRegionCode1Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode20Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode211Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode212Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode213Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode216Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode218Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode220Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode221Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode222Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode223Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode224Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode225Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode226Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode227Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode228Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode229Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode230Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode231Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode232Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode233Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode234Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode235Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode236Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode237Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode238Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode239Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode240Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode241Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode242Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode243Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode244Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode245Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode246Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode247Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode248Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode249Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode250Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode251Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode252Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode253Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode254Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode255Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode256Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode257Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode258Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode260Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode261Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode262Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode263Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode264Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode265Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode266Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode267Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode268Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode269Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode27Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode290Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode291Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode297Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode298Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode299Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode30Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode31Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode32Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode33Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode34Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode350Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode351Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode352Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode353Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode354Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode355Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode356Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode357Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode358Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode359Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode36Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode370Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode371Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode372Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode373Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode374Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode375Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode376Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode377Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode378Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode379Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode380Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode381Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode382Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode383Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode385Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode386Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode387Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode388Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode389Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode39Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode40Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode41Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode420Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode421Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode423Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode43Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode44Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode45Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode46Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode47Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode48Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode49bConstants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode49Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode500Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode501Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode502Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode503Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode504Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode505Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode506Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode507Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode508Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode509Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode51Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode52Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode53Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode54Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode55Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode56Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode57Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode58Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode590Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode591Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode592Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode593Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode594Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode595Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode596Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode597Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode598Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode599Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode60Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode61Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode62Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode63Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode64Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode65Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode66Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode670Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode672Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode673Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode674Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode675Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode676Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode677Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode678Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode679Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode680Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode681Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode682Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode683Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode685Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode686Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode687Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode688Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode689Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode690Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode691Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode692Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode7Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode800Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode808Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode81Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode82Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode84Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode850Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode852Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode853Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode855Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode856Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode86Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode870Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode875Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode876Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode877Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode878Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode879Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode880Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode881Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode882Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode883Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode886Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode888Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode90Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode91Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode92Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode93Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode94Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode95Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode960Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode961Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode962Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode963Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode964Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode965Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode966Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode967Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode968Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode970Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode971Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode972Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode973Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode974Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode975Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode976Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode977Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode979Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode98Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode991Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode992Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode993Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode994Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode995Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode996Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
PhoneRegionCode998Constants - Interface in de.knightsoftnet.validators.client.data
set of phone country region codes.
phoneRegionCodes1() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode1Constants
 
phoneRegionCodes20() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode20Constants
 
phoneRegionCodes211() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode211Constants
 
phoneRegionCodes212() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode212Constants
 
phoneRegionCodes213() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode213Constants
 
phoneRegionCodes216() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode216Constants
 
phoneRegionCodes218() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode218Constants
 
phoneRegionCodes220() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode220Constants
 
phoneRegionCodes221() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode221Constants
 
phoneRegionCodes222() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode222Constants
 
phoneRegionCodes223() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode223Constants
 
phoneRegionCodes224() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode224Constants
 
phoneRegionCodes225() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode225Constants
 
phoneRegionCodes226() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode226Constants
 
phoneRegionCodes227() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode227Constants
 
phoneRegionCodes228() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode228Constants
 
phoneRegionCodes229() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode229Constants
 
phoneRegionCodes230() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode230Constants
 
phoneRegionCodes231() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode231Constants
 
phoneRegionCodes232() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode232Constants
 
phoneRegionCodes233() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode233Constants
 
phoneRegionCodes234() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode234Constants
 
phoneRegionCodes235() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode235Constants
 
phoneRegionCodes236() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode236Constants
 
phoneRegionCodes237() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode237Constants
 
phoneRegionCodes238() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode238Constants
 
phoneRegionCodes239() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode239Constants
 
phoneRegionCodes240() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode240Constants
 
phoneRegionCodes241() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode241Constants
 
phoneRegionCodes242() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode242Constants
 
phoneRegionCodes243() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode243Constants
 
phoneRegionCodes244() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode244Constants
 
phoneRegionCodes245() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode245Constants
 
phoneRegionCodes246() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode246Constants
 
phoneRegionCodes247() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode247Constants
 
phoneRegionCodes248() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode248Constants
 
phoneRegionCodes249() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode249Constants
 
phoneRegionCodes250() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode250Constants
 
phoneRegionCodes251() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode251Constants
 
phoneRegionCodes252() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode252Constants
 
phoneRegionCodes253() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode253Constants
 
phoneRegionCodes254() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode254Constants
 
phoneRegionCodes255() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode255Constants
 
phoneRegionCodes256() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode256Constants
 
phoneRegionCodes257() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode257Constants
 
phoneRegionCodes258() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode258Constants
 
phoneRegionCodes260() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode260Constants
 
phoneRegionCodes261() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode261Constants
 
phoneRegionCodes262() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode262Constants
 
phoneRegionCodes263() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode263Constants
 
phoneRegionCodes264() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode264Constants
 
phoneRegionCodes265() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode265Constants
 
phoneRegionCodes266() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode266Constants
 
phoneRegionCodes267() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode267Constants
 
phoneRegionCodes268() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode268Constants
 
phoneRegionCodes269() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode269Constants
 
phoneRegionCodes27() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode27Constants
 
phoneRegionCodes290() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode290Constants
 
phoneRegionCodes291() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode291Constants
 
phoneRegionCodes297() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode297Constants
 
phoneRegionCodes298() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode298Constants
 
phoneRegionCodes299() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode299Constants
 
phoneRegionCodes30() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode30Constants
 
phoneRegionCodes31() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode31Constants
 
phoneRegionCodes32() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode32Constants
 
phoneRegionCodes33() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode33Constants
 
phoneRegionCodes34() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode34Constants
 
phoneRegionCodes350() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode350Constants
 
phoneRegionCodes351() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode351Constants
 
phoneRegionCodes352() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode352Constants
 
phoneRegionCodes353() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode353Constants
 
phoneRegionCodes354() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode354Constants
 
phoneRegionCodes355() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode355Constants
 
phoneRegionCodes356() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode356Constants
 
phoneRegionCodes357() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode357Constants
 
phoneRegionCodes358() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode358Constants
 
phoneRegionCodes359() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode359Constants
 
phoneRegionCodes36() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode36Constants
 
phoneRegionCodes370() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode370Constants
 
phoneRegionCodes371() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode371Constants
 
phoneRegionCodes372() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode372Constants
 
phoneRegionCodes373() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode373Constants
 
phoneRegionCodes374() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode374Constants
 
phoneRegionCodes375() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode375Constants
 
phoneRegionCodes376() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode376Constants
 
phoneRegionCodes377() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode377Constants
 
phoneRegionCodes378() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode378Constants
 
phoneRegionCodes379() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode379Constants
 
phoneRegionCodes380() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode380Constants
 
phoneRegionCodes381() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode381Constants
 
phoneRegionCodes382() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode382Constants
 
phoneRegionCodes383() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode383Constants
 
phoneRegionCodes385() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode385Constants
 
phoneRegionCodes386() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode386Constants
 
phoneRegionCodes387() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode387Constants
 
phoneRegionCodes388() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode388Constants
 
phoneRegionCodes39() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode39Constants
 
phoneRegionCodes40() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode40Constants
 
phoneRegionCodes41() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode41Constants
 
phoneRegionCodes420() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode420Constants
 
phoneRegionCodes421() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode421Constants
 
phoneRegionCodes423() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode423Constants
 
phoneRegionCodes43() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode43Constants
 
phoneRegionCodes44() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode44Constants
 
phoneRegionCodes45() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode45Constants
 
phoneRegionCodes46() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode46Constants
 
phoneRegionCodes47() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode47Constants
 
phoneRegionCodes48() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode48Constants
 
phoneRegionCodes49() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode49Constants
 
phoneRegionCodes49b() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode49bConstants
 
phoneRegionCodes500() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode500Constants
 
phoneRegionCodes501() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode501Constants
 
phoneRegionCodes502() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode502Constants
 
phoneRegionCodes503() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode503Constants
 
phoneRegionCodes504() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode504Constants
 
phoneRegionCodes505() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode505Constants
 
phoneRegionCodes506() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode506Constants
 
phoneRegionCodes507() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode507Constants
 
phoneRegionCodes508() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode508Constants
 
phoneRegionCodes509() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode509Constants
 
phoneRegionCodes51() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode51Constants
 
phoneRegionCodes52() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode52Constants
 
phoneRegionCodes53() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode53Constants
 
phoneRegionCodes54() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode54Constants
 
phoneRegionCodes55() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode55Constants
 
phoneRegionCodes56() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode56Constants
 
phoneRegionCodes57() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode57Constants
 
phoneRegionCodes58() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode58Constants
 
phoneRegionCodes590() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode590Constants
 
phoneRegionCodes591() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode591Constants
 
phoneRegionCodes592() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode592Constants
 
phoneRegionCodes593() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode593Constants
 
phoneRegionCodes594() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode594Constants
 
phoneRegionCodes595() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode595Constants
 
phoneRegionCodes596() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode596Constants
 
phoneRegionCodes597() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode597Constants
 
phoneRegionCodes598() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode598Constants
 
phoneRegionCodes599() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode599Constants
 
phoneRegionCodes60() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode60Constants
 
phoneRegionCodes61() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode61Constants
 
phoneRegionCodes62() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode62Constants
 
phoneRegionCodes63() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode63Constants
 
phoneRegionCodes64() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode64Constants
 
phoneRegionCodes65() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode65Constants
 
phoneRegionCodes66() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode66Constants
 
phoneRegionCodes670() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode670Constants
 
phoneRegionCodes672() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode672Constants
 
phoneRegionCodes673() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode673Constants
 
phoneRegionCodes674() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode674Constants
 
phoneRegionCodes675() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode675Constants
 
phoneRegionCodes676() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode676Constants
 
phoneRegionCodes677() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode677Constants
 
phoneRegionCodes678() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode678Constants
 
phoneRegionCodes679() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode679Constants
 
phoneRegionCodes680() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode680Constants
 
phoneRegionCodes681() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode681Constants
 
phoneRegionCodes682() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode682Constants
 
phoneRegionCodes683() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode683Constants
 
phoneRegionCodes685() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode685Constants
 
phoneRegionCodes686() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode686Constants
 
phoneRegionCodes687() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode687Constants
 
phoneRegionCodes688() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode688Constants
 
phoneRegionCodes689() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode689Constants
 
phoneRegionCodes690() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode690Constants
 
phoneRegionCodes691() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode691Constants
 
phoneRegionCodes692() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode692Constants
 
phoneRegionCodes7() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode7Constants
 
phoneRegionCodes800() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode800Constants
 
phoneRegionCodes808() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode808Constants
 
phoneRegionCodes81() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode81Constants
 
phoneRegionCodes82() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode82Constants
 
phoneRegionCodes84() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode84Constants
 
phoneRegionCodes850() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode850Constants
 
phoneRegionCodes852() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode852Constants
 
phoneRegionCodes853() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode853Constants
 
phoneRegionCodes855() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode855Constants
 
phoneRegionCodes86() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode86Constants
 
phoneRegionCodes870() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode870Constants
 
phoneRegionCodes875() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode875Constants
 
phoneRegionCodes876() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode876Constants
 
phoneRegionCodes877() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode877Constants
 
phoneRegionCodes878() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode878Constants
 
phoneRegionCodes879() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode879Constants
 
phoneRegionCodes880() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode880Constants
 
phoneRegionCodes881() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode881Constants
 
phoneRegionCodes882() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode882Constants
 
phoneRegionCodes883() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode883Constants
 
phoneRegionCodes886() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode886Constants
 
phoneRegionCodes888() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode888Constants
 
phoneRegionCodes90() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode90Constants
 
phoneRegionCodes91() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode91Constants
 
phoneRegionCodes92() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode92Constants
 
phoneRegionCodes93() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode93Constants
 
phoneRegionCodes94() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode94Constants
 
phoneRegionCodes95() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode95Constants
 
phoneRegionCodes960() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode960Constants
 
phoneRegionCodes961() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode961Constants
 
phoneRegionCodes962() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode962Constants
 
phoneRegionCodes963() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode963Constants
 
phoneRegionCodes964() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode964Constants
 
phoneRegionCodes965() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode965Constants
 
phoneRegionCodes966() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode966Constants
 
phoneRegionCodes967() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode967Constants
 
phoneRegionCodes968() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode968Constants
 
phoneRegionCodes970() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode970Constants
 
phoneRegionCodes971() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode971Constants
 
phoneRegionCodes972() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode972Constants
 
phoneRegionCodes973() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode973Constants
 
phoneRegionCodes974() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode974Constants
 
phoneRegionCodes975() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode975Constants
 
phoneRegionCodes976() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode976Constants
 
phoneRegionCodes977() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode977Constants
 
phoneRegionCodes979() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode979Constants
 
phoneRegionCodes98() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode98Constants
 
phoneRegionCodes991() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode991Constants
 
phoneRegionCodes992() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode992Constants
 
phoneRegionCodes993() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode993Constants
 
phoneRegionCodes994() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode994Constants
 
phoneRegionCodes995() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode995Constants
 
phoneRegionCodes996() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode996Constants
 
phoneRegionCodes998() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode998Constants
 
phoneTrunkAndExitCodes() - Method in interface de.knightsoftnet.validators.client.data.PhoneCountryTrunkAndExitCodesConstants
 
PostalCode - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) postal code/zip (option fieldPostalCode) The postal code is checked against country specific rules for validity.
PostalCode.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PostalCode annotations on the same element.
postalCodes() - Method in class de.knightsoftnet.validators.server.data.PostalCodesMapConstantsImpl
 
postalCodes() - Method in interface de.knightsoftnet.validators.shared.data.PostalCodesMapSharedConstants
 
PostalCodesMapConstants - Interface in de.knightsoftnet.validators.client.data
map of postal codes regex definitions for different countries.
PostalCodesMapConstantsImpl - Class in de.knightsoftnet.validators.server.data
 
PostalCodesMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.server.data.PostalCodesMapConstantsImpl
 
PostalCodesMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of postal codes regex definitions for different countries.
PostalCodeValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a postal code field is valid for the selected country.
PostalCodeValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
 

R

RegExUtil - Class in de.knightsoftnet.validators.shared.util
RegEx Util contails hlper routines for regular expressions.
RegExUtil() - Constructor for class de.knightsoftnet.validators.shared.util.RegExUtil
 
RegularExpression - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid regular expression.
RegularExpression.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @RegularExpression annotations on the same element.
RegularExpressionValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid Regular Expression.
RegularExpressionValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
 
resErrorImage() - Method in interface de.knightsoftnet.validators.client.decorators.UniversalDecoratorWithIcons.ExtendedResources
 
resValidImage() - Method in interface de.knightsoftnet.validators.client.decorators.UniversalDecoratorWithIcons.ExtendedResources
 

S

SerializeableConstraintValidationImpl<T> - Class in de.knightsoftnet.validators.shared.exceptions
This is a limited implementation of ConstraintViolation interface which can be serialized and sent from server to client.
SerializeableConstraintValidationImpl() - Constructor for class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
default constructor, only added for serialization.
SerializeableConstraintValidationImpl(ConstraintViolation<T>) - Constructor for class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
constructor initializing fields from another ConstraintViolation implementation.
setAccessKey(char) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
setAreaCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setAreaCode(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setAreaName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setAreaName(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
setCheckOnKeyUp(boolean) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
Deprecated.
As of release 0.8.2, replaced by setCheckTime()
setCheckOnKeyUp(boolean) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setCheckTime(CheckTimeEnum) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
set time of validation, to change this state is only possible, before the first edit call was done.
setCheckTime(CheckTimeEnum) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setChildWidget(TakesValue<T>) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Set the widget that the EditorPanel will display.
setConstraintViolations(Iterable<ConstraintViolation<?>>) - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setCountryCode(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
set country code.
setCountryName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setCountryName(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
setDelegate(EditorDelegate<T>) - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
 
setEditor(ExtendedValueBoxEditor<T>) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
Sets the associated ValueBoxEditor.
setExtension(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setExtension(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setFocus(boolean) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
setFocusOnError(boolean) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
set focus on error flag, if it's true, the widget get's the focus if validation finds an error.
setLineNumber(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setLineNumber(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setPhoneCountryData(PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
setSubmitButton(Widget) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
setter to add as submit button which is automatically .
setSubmitButton(Widget) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setSubmitOnReturn(boolean) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
set state of submit on return (form is submitted if it's valid and return/enter is pressed). to change this state is only possible, before the first edit call was done.
setSubmitOnReturn(boolean) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setSubmitUnchanged(boolean) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
setter to change submit unchanged forms.
setSubmitUnchanged(boolean) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setTabIndex(int) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
setValid(boolean) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setValid(boolean) - Method in interface de.knightsoftnet.validators.shared.data.ValidationInterface
set validity value.
setValidationErrorSet(Set) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
set validation error set.
setValidationErrorSet(ArrayList<ConstraintViolation<?>>) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
set validation error set.
setValidationGroups(Class<?>...) - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
set validation groups.
setValidationGroups(Class<?>...) - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
setValue(T) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
setValue(T, boolean) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
 
setValue(T) - Method in class de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor
 
showErrors(List<EditorError>) - Method in class de.knightsoftnet.validators.client.decorators.AbstractDecorator
The default implementation will display, but not consume, received errors whose getEditor() method returns the Editor passed into AbstractDecorator.setEditor(de.knightsoftnet.validators.client.decorators.ExtendedValueBoxEditor<T>).
SizeWithoutSeparators - Annotation Type in de.knightsoftnet.validators.shared
The annotated element size must be between the specified boundaries (included).
SizeWithoutSeparators.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several SizeWithoutSeparators annotations on the same element.
SizeWithoutSeparatorsValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field's size has one of the two given sizes.
SizeWithoutSeparatorsValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
 
subscribe() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDelegate
 

T

toDebugString() - Method in class de.knightsoftnet.validators.client.event.FormSubmitEvent
 
toString() - Method in class com.google.gwt.editor.client.impl.AbstractExtendedBaseEditorDriver
 
toString() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
toString() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
tryToSubmitFrom() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
try to submit form, if validation is ok, a FormSubmitEvent is thrown.
tryToSubmitFrom() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 

U

UniversalDecorator<T> - Class in de.knightsoftnet.validators.client.decorators
This is a Decorator which in changes style sheets and shows error messages when validation fails.
UniversalDecorator(ErrorPanelLocationEnum) - Constructor for class de.knightsoftnet.validators.client.decorators.UniversalDecorator
Constructs a ValueBoxEditorDecorator.
UniversalDecoratorWithIcons<T> - Class in de.knightsoftnet.validators.client.decorators
This is a Decorator which in changes style sheets and shows error messages when validation fails.
UniversalDecoratorWithIcons(ErrorPanelLocationEnum) - Constructor for class de.knightsoftnet.validators.client.decorators.UniversalDecoratorWithIcons
Constructs a ValueBoxEditorDecorator.
UniversalDecoratorWithIcons.ExtendedResources - Interface in de.knightsoftnet.validators.client.decorators
A ClientBundle that provides images and style sheets for the decorator.
Url - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid url.
Url.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @URL annotations on the same element.
UrlValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid URL.
UrlValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.UrlValidator
 
Utf8Control - Class in de.knightsoftnet.validators.server.data
The UTF8Control class is a Control to read UTF-8 properties files.
Utf8Control() - Constructor for class de.knightsoftnet.validators.server.data.Utf8Control
 

V

validate() - Method in interface de.knightsoftnet.validators.client.editor.BeanValidationEditorDriver
start bean validation.
validate() - Method in class de.knightsoftnet.validators.client.editor.impl.AbstractBeanValidationEditorDriver
 
ValidationException - Exception in de.knightsoftnet.validators.shared.exceptions
The ValidationException is thrown, when a argument is not valid by bean validation.
ValidationException() - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
default constructor.
ValidationException(Set) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a set of validation errors.
ValidationException(String) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a message text.
ValidationException(String, Set) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a text and another exception/throwable to the exception.
ValidationInterface - Interface in de.knightsoftnet.validators.shared.data
interface for beans which have a validation value.
ValidationMessages - Interface in de.knightsoftnet.validators.client
The ValidationMessages contains the messages for jsr 303 validation annotations.
ValidationStateEnum - Enum in de.knightsoftnet.validators.client.decorators
State of the validation.
validInputStyle() - Method in interface de.knightsoftnet.validators.client.decorators.DecoratorStyle
DecoratorStyle applied to input field, if check is successful.
valueOf(String) - Static method in enum de.knightsoftnet.validators.client.decorators.ErrorPanelLocationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.knightsoftnet.validators.client.decorators.ValidationStateEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.knightsoftnet.validators.client.editor.CheckTimeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.knightsoftnet.validators.client.decorators.ErrorPanelLocationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.knightsoftnet.validators.client.decorators.ValidationStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.knightsoftnet.validators.client.editor.CheckTimeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VatId - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) vat id (option fieldVatId) The vat id is checked against country specific rules for validity.
VatId.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @VatId annotations on the same element.
VatIdMapConstants - Interface in de.knightsoftnet.validators.client.data
map of vat id regex values for the different countries.
VatIdMapConstantsImpl - Class in de.knightsoftnet.validators.server.data
 
VatIdMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.server.data.VatIdMapConstantsImpl
 
VatIdMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of vat id regex values for the different countries.
vatIds() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode389Constants
 
vatIds() - Method in interface de.knightsoftnet.validators.client.data.PhoneRegionCode856Constants
 
vatIds() - Method in class de.knightsoftnet.validators.server.data.VatIdMapConstantsImpl
 
vatIds() - Method in interface de.knightsoftnet.validators.shared.data.VatIdMapSharedConstants
 
VatIdValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a vat id field is valid for the selected country.
VatIdValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.VatIdValidator
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2015–2016. All rights reserved.