Uses of Interface
com.vaadin.v7.data.Validator
-
Packages that use Validator Package Description com.vaadin.v7.data com.vaadin.v7.data.validator com.vaadin.v7.ui -
-
Uses of Validator in com.vaadin.v7.data
Methods in com.vaadin.v7.data that return types with arguments of type Validator Modifier and Type Method Description Collection<Validator>Validatable. getValidators()Deprecated.Returns a collection of all validators currently registered for the object.Methods in com.vaadin.v7.data with parameters of type Validator Modifier and Type Method Description voidValidatable. addValidator(Validator validator)Deprecated.Adds a new validator for this object.voidValidatable. removeValidator(Validator validator)Deprecated.Removes a previously registered validator from the object. -
Uses of Validator in com.vaadin.v7.data.validator
Classes in com.vaadin.v7.data.validator that implement Validator Modifier and Type Class Description classAbstractStringValidatorDeprecated.As of 8.0, replaced byAbstractValidatorclassAbstractValidator<T>Deprecated.As of 8.0, replaced byAbstractValidatorclassBeanValidatorDeprecated.SeeBeanValidationBinderandBeanValidatorclassBigDecimalRangeValidatorDeprecated.classBigIntegerRangeValidatorDeprecated.classByteRangeValidatorDeprecated.classCompositeValidatorDeprecated.As of 8.0, no direct replacement available.classDateRangeValidatorDeprecated.classDoubleRangeValidatorDeprecated.classDoubleValidatorDeprecated.As of 7.0.classEmailValidatorDeprecated.classFloatRangeValidatorDeprecated.classIntegerRangeValidatorDeprecated.classIntegerValidatorDeprecated.As of 7.0.classLongRangeValidatorDeprecated.classNullValidatorDeprecated.As of 8.0, no direct replacement available.classRangeValidator<T extends Comparable>Deprecated.classRegexpValidatorDeprecated.classShortRangeValidatorDeprecated.classStringLengthValidatorDeprecated.Methods in com.vaadin.v7.data.validator that return types with arguments of type Validator Modifier and Type Method Description Collection<Validator>CompositeValidator. getSubValidators(Class<?> validatorType)Deprecated.Gets sub-validators by class.Methods in com.vaadin.v7.data.validator with parameters of type Validator Modifier and Type Method Description voidCompositeValidator. addValidator(Validator validator)Deprecated.Adds validator to the interface.voidCompositeValidator. removeValidator(Validator validator)Deprecated.Removes a validator from the composite. -
Uses of Validator in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return types with arguments of type Validator Modifier and Type Method Description Collection<Validator>AbstractField. getValidators()Deprecated.Gets the validators of the field.Methods in com.vaadin.v7.ui with parameters of type Validator Modifier and Type Method Description voidAbstractField. addValidator(Validator validator)Deprecated.Adds a new validator for the field's value.voidForm. addValidator(Validator validator)Deprecated.Adding validators directly to form is not supported.voidAbstractField. removeValidator(Validator validator)Deprecated.Removes the validator from the field.
-