Uses of Class
com.itmill.toolkit.data.Validator.InvalidValueException

Packages that use Validator.InvalidValueException
com.itmill.toolkit.data Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. 
com.itmill.toolkit.data.validator Provides validators for data contained in data-bound objects.. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Validator.InvalidValueException in com.itmill.toolkit.data
 

Subclasses of Validator.InvalidValueException in com.itmill.toolkit.data
static class Validator.EmptyValueException
           
 

Methods in com.itmill.toolkit.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.itmill.toolkit.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.itmill.toolkit.data.validator
 

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

Uses of Validator.InvalidValueException in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui that throw Validator.InvalidValueException
 void AbstractField.commit()
           
 void Form.setWriteThrough(boolean writeThrough)
           
 void AbstractField.setWriteThrough(boolean writeTrough)
           
 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.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.