Uses of Class
com.vaadin.data.Validator.InvalidValueException

Packages that use Validator.InvalidValueException
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.data.validator   
com.vaadin.ui   
 

Uses of Validator.InvalidValueException in com.vaadin.data
 

Subclasses of Validator.InvalidValueException in com.vaadin.data
static class Validator.EmptyValueException
          A specific type of Validator.InvalidValueException that indicates that validation failed because the value was empty.
 

Methods in com.vaadin.data that return Validator.InvalidValueException
 Validator.InvalidValueException[] Validator.InvalidValueException.getCauses()
          Returns the InvalidValueExceptions that caused this exception.
 

Methods in com.vaadin.data that throw Validator.InvalidValueException
 void Buffered.commit()
          Updates all changes since the previous commit to the data source.
 void Buffered.setWriteThrough(boolean writeThrough)
          Sets the object's write-through mode to the specified status.
 void Validatable.validate()
           Checks the validity of the validatable.
 void Validator.validate(Object value)
          Checks the given value against this validator.
 

Constructors in com.vaadin.data with parameters of type Validator.InvalidValueException
Validator.InvalidValueException(String message, Validator.InvalidValueException[] causes)
          Constructs a new InvalidValueException with a set of causing validation exceptions.
 

Uses of Validator.InvalidValueException in com.vaadin.data.validator
 

Methods in com.vaadin.data.validator that throw Validator.InvalidValueException
 void NullValidator.validate(Object value)
          Validates the data given in value.
 void CompositeValidator.validate(Object value)
          Validates the given value.
 void AbstractValidator.validate(Object value)
           
 

Uses of Validator.InvalidValueException in com.vaadin.ui
 

Subclasses of Validator.InvalidValueException in com.vaadin.ui
static class DateField.UnparsableDateString
           
 

Methods in com.vaadin.ui that throw Validator.InvalidValueException
 void Form.commit()
           
 void AbstractField.commit()
           
 void Form.setWriteThrough(boolean writeThrough)
           
 void AbstractField.setWriteThrough(boolean writeThrough)
           
 void DateField.validate()
           
 void Form.validate()
          Checks the validity of the validatable.
 void AbstractField.validate()
          Checks the validity of the Validatable by validating the field with all attached validators except when the field is empty.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.