Uses of Package
com.vaadin.data
-
Packages that use com.vaadin.data Package Description 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.fieldgroup com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.data.util.filter com.vaadin.data.util.sqlcontainer com.vaadin.data.util.sqlcontainer.query com.vaadin.data.util.sqlcontainer.query.generator com.vaadin.data.util.sqlcontainer.query.generator.filter com.vaadin.data.validator com.vaadin.event com.vaadin.server.communication.data com.vaadin.ui com.vaadin.ui.components.calendar com.vaadin.ui.components.colorpicker -
Classes in com.vaadin.data used by com.vaadin.data Class Description Buffered Defines the interface to commit and discard changes to an object, supporting buffering.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.Container A specialized set of identified Items.Container.Filter Filter interface for container filtering.Container.Hierarchical Interface forContainerclasses whose Items can be arranged hierarchically.Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Container.ItemSetChangeEvent AnEventobject specifying the Container whose Item set has changed (items added, removed or reordered).Container.ItemSetChangeListener Container Item set change listener interface.Container.Ordered Interface for Container classes whoseItems can be traversed in order.Container.PropertySetChangeEvent AnEventobject specifying the Container whose Property set has changed.Container.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Container.Viewer Interface implemented by viewer classes capable of using a Container as a data source.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.Item.PropertySetChangeEvent AnEventobject specifying the Item whose contents has been changed through thePropertyinterface.Item.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Item.Viewer Interface implemented by viewer classes capable of using an Item as a data source.Property ThePropertyis a simple data object that contains one typed value.Property.ReadOnlyException Exceptionobject that signals that a requested Property modification failed because it's in read-only mode.Property.ReadOnlyStatusChangeEvent AnEventobject specifying the Property whose read-only status has been changed.Property.ReadOnlyStatusChangeListener The listener interface for receivingReadOnlyStatusChangeEventobjects.Property.ValueChangeEvent AnEventobject specifying the Property whose value has been changed.Property.ValueChangeListener Thelistenerinterface for receivingValueChangeEventobjects.Property.Viewer Interface implemented by the viewer classes capable of using a Property as a data source.Validatable Interface for validatable objects.Validator Interface that implements a method for validating if anObjectis valid or not.Validator.InvalidValueException Exception that is thrown by aValidatorwhen a value is invalid. -
Classes in com.vaadin.data used by com.vaadin.data.fieldgroup Class Description Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.Property ThePropertyis a simple data object that contains one typed value.Property.Transactional A Property that is capable of handle a transaction that can end in commit or rollback.Validator.InvalidValueException Exception that is thrown by aValidatorwhen a value is invalid. -
Classes in com.vaadin.data used by com.vaadin.data.util Class Description Container A specialized set of identified Items.Container.Filter Filter interface for container filtering.Container.Filterable Interface that is implemented by containers which allow reducing their visible contents based on a set of filters.Container.Hierarchical Interface forContainerclasses whose Items can be arranged hierarchically.Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Container.Indexed.ItemAddEvent AnEventobject specifying information about the added items.Container.Indexed.ItemRemoveEvent AnEventobject specifying information about the removed items.Container.ItemSetChangeEvent AnEventobject specifying the Container whose Item set has changed (items added, removed or reordered).Container.ItemSetChangeListener Container Item set change listener interface.Container.ItemSetChangeNotifier The interface for adding and removingItemSetChangeEventlisteners.Container.Ordered Interface for Container classes whoseItems can be traversed in order.Container.PropertySetChangeEvent AnEventobject specifying the Container whose Property set has changed.Container.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Container.PropertySetChangeNotifier The interface for adding and removingPropertySetChangeEventlisteners.Container.SimpleFilterable Interface that is implemented by containers which allow reducing their visible contents based on a set of filters.Container.Sortable Interface for Container classes whoseItems can be sorted.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.Item.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Item.PropertySetChangeNotifier The interface for adding and removingPropertySetChangeEventlisteners.Property ThePropertyis a simple data object that contains one typed value.Property.ReadOnlyException Exceptionobject that signals that a requested Property modification failed because it's in read-only mode.Property.ReadOnlyStatusChangeEvent AnEventobject specifying the Property whose read-only status has been changed.Property.ReadOnlyStatusChangeListener The listener interface for receivingReadOnlyStatusChangeEventobjects.Property.ReadOnlyStatusChangeNotifier The interface for adding and removingReadOnlyStatusChangeEventlisteners.Property.Transactional A Property that is capable of handle a transaction that can end in commit or rollback.Property.ValueChangeEvent AnEventobject specifying the Property whose value has been changed.Property.ValueChangeListener Thelistenerinterface for receivingValueChangeEventobjects.Property.ValueChangeNotifier The interface for adding and removingValueChangeEventlisteners.Property.Viewer Interface implemented by the viewer classes capable of using a Property as a data source. -
Classes in com.vaadin.data used by com.vaadin.data.util.filter Class Description Container.Filter Filter interface for container filtering.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier. -
Classes in com.vaadin.data used by com.vaadin.data.util.sqlcontainer Class Description Container A specialized set of identified Items.Container.Filter Filter interface for container filtering.Container.Filterable Interface that is implemented by containers which allow reducing their visible contents based on a set of filters.Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Container.ItemSetChangeEvent AnEventobject specifying the Container whose Item set has changed (items added, removed or reordered).Container.ItemSetChangeListener Container Item set change listener interface.Container.ItemSetChangeNotifier The interface for adding and removingItemSetChangeEventlisteners.Container.Ordered Interface for Container classes whoseItems can be traversed in order.Container.Sortable Interface for Container classes whoseItems can be sorted.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.Property ThePropertyis a simple data object that contains one typed value.Property.ReadOnlyException Exceptionobject that signals that a requested Property modification failed because it's in read-only mode. -
Classes in com.vaadin.data used by com.vaadin.data.util.sqlcontainer.query Class Description Container.Filter Filter interface for container filtering. -
Classes in com.vaadin.data used by com.vaadin.data.util.sqlcontainer.query.generator Class Description Container.Filter Filter interface for container filtering. -
Classes in com.vaadin.data used by com.vaadin.data.util.sqlcontainer.query.generator.filter Class Description Container.Filter Filter interface for container filtering. -
Classes in com.vaadin.data used by com.vaadin.data.validator Class Description Validator Interface that implements a method for validating if anObjectis valid or not.Validator.InvalidValueException Exception that is thrown by aValidatorwhen a value is invalid. -
Classes in com.vaadin.data used by com.vaadin.event Class Description Container A specialized set of identified Items.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier. -
Classes in com.vaadin.data used by com.vaadin.server.communication.data Class Description Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier. -
Classes in com.vaadin.data used by com.vaadin.ui Class Description Buffered Defines the interface to commit and discard changes to an object, supporting buffering.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.BufferedValidatable This interface defines the combination ofValidatableandBufferedinterfaces.Container A specialized set of identified Items.Container.Filter Filter interface for container filtering.Container.Hierarchical Interface forContainerclasses whose Items can be arranged hierarchically.Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Container.ItemSetChangeEvent AnEventobject specifying the Container whose Item set has changed (items added, removed or reordered).Container.ItemSetChangeListener Container Item set change listener interface.Container.ItemSetChangeNotifier The interface for adding and removingItemSetChangeEventlisteners.Container.Ordered Interface for Container classes whoseItems can be traversed in order.Container.PropertySetChangeEvent AnEventobject specifying the Container whose Property set has changed.Container.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Container.PropertySetChangeNotifier The interface for adding and removingPropertySetChangeEventlisteners.Container.Sortable Interface for Container classes whoseItems can be sorted.Container.Viewer Interface implemented by viewer classes capable of using a Container as a data source.Item Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier.Item.Editor Interface implemented by theEditorclasses capable of editing the Item.Item.PropertySetChangeEvent AnEventobject specifying the Item whose contents has been changed through thePropertyinterface.Item.PropertySetChangeListener The listener interface for receivingPropertySetChangeEventobjects.Item.Viewer Interface implemented by viewer classes capable of using an Item as a data source.Property ThePropertyis a simple data object that contains one typed value.Property.Editor Interface implemented by the editor classes capable of editing the Property.Property.ReadOnlyException Exceptionobject that signals that a requested Property modification failed because it's in read-only mode.Property.ReadOnlyStatusChangeEvent AnEventobject specifying the Property whose read-only status has been changed.Property.ReadOnlyStatusChangeListener The listener interface for receivingReadOnlyStatusChangeEventobjects.Property.ReadOnlyStatusChangeNotifier The interface for adding and removingReadOnlyStatusChangeEventlisteners.Property.ValueChangeEvent AnEventobject specifying the Property whose value has been changed.Property.ValueChangeListener Thelistenerinterface for receivingValueChangeEventobjects.Property.ValueChangeNotifier The interface for adding and removingValueChangeEventlisteners.Property.Viewer Interface implemented by the viewer classes capable of using a Property as a data source.Validatable Interface for validatable objects.Validator Interface that implements a method for validating if anObjectis valid or not.Validator.InvalidValueException Exception that is thrown by aValidatorwhen a value is invalid. -
Classes in com.vaadin.data used by com.vaadin.ui.components.calendar Class Description Container.Indexed Interface for Container classes whoseItems can be accessed by their position in the container.Container.ItemSetChangeEvent AnEventobject specifying the Container whose Item set has changed (items added, removed or reordered).Container.ItemSetChangeListener Container Item set change listener interface.Property.ValueChangeEvent AnEventobject specifying the Property whose value has been changed.Property.ValueChangeListener Thelistenerinterface for receivingValueChangeEventobjects. -
Classes in com.vaadin.data used by com.vaadin.ui.components.colorpicker Class Description Property.ValueChangeEvent AnEventobject specifying the Property whose value has been changed.Property.ValueChangeListener Thelistenerinterface for receivingValueChangeEventobjects.