Uses of Interface
com.vaadin.terminal.ErrorMessage

Packages that use ErrorMessage
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.terminal   
com.vaadin.ui   
 

Uses of ErrorMessage in com.vaadin.data
 

Classes in com.vaadin.data that implement ErrorMessage
static class Buffered.SourceException
          An exception that signals that one or more exceptions occurred while a buffered object tried to access its data source or if there is a problem in processing a data source.
static class Validator.EmptyValueException
          A specific type of Validator.InvalidValueException that indicates that validation failed because the value was empty.
static class Validator.InvalidValueException
          Exception that is thrown by a Validator when a value is invalid.
 

Uses of ErrorMessage in com.vaadin.terminal
 

Classes in com.vaadin.terminal that implement ErrorMessage
 class CompositeErrorMessage
          Class for combining multiple error messages together.
 class SystemError
          SystemError is a runtime exception caused by error in system.
 class UserError
          UserError is a controlled error occurred in application.
 

Methods in com.vaadin.terminal that return types with arguments of type ErrorMessage
 Iterator<ErrorMessage> CompositeErrorMessage.iterator()
          Gets Error Iterator.
 

Constructors in com.vaadin.terminal with parameters of type ErrorMessage
CompositeErrorMessage(ErrorMessage[] errorMessages)
          Constructor for CompositeErrorMessage.
 

Constructor parameters in com.vaadin.terminal with type arguments of type ErrorMessage
CompositeErrorMessage(Collection<? extends ErrorMessage> errorMessages)
          Constructor for CompositeErrorMessage.
 

Uses of ErrorMessage in com.vaadin.ui
 

Classes in com.vaadin.ui that implement ErrorMessage
static class DateField.UnparsableDateString
           
 

Methods in com.vaadin.ui that return ErrorMessage
 ErrorMessage AbstractComponent.getComponentError()
          Gets the component's error message.
 ErrorMessage TabSheet.Tab.getComponentError()
          Gets the curent error message shown for the tab.
 ErrorMessage TabSheet.TabSheetTabImpl.getComponentError()
           
 ErrorMessage AbstractComponent.getErrorMessage()
          Gets the error message for this component.
 ErrorMessage Form.getErrorMessage()
          The error message of a Form is the error of the first field with a non-empty error.
 ErrorMessage Component.ErrorEvent.getErrorMessage()
          Gets the error message.
 ErrorMessage AbstractField.getErrorMessage()
          Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
 

Methods in com.vaadin.ui with parameters of type ErrorMessage
 void AbstractComponent.setComponentError(ErrorMessage componentError)
          Sets the component's error message.
 void TabSheet.Tab.setComponentError(ErrorMessage componentError)
          Sets an error indicator to be shown in the tab.
 void TabSheet.TabSheetTabImpl.setComponentError(ErrorMessage componentError)
           
 

Constructors in com.vaadin.ui with parameters of type ErrorMessage
Component.ErrorEvent(ErrorMessage message, Component component)
          Constructs a new event with a specified source component.
 



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