|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.itmill.toolkit.data | |
---|---|
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.util | Provides various utility classes that implement the data layer functionality. |
com.itmill.toolkit.data.validator | Provides validators for data contained in data-bound objects.. |
com.itmill.toolkit.event | Provides classes and interfaces for the inheritable event model. |
com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
Classes in com.itmill.toolkit.data used by com.itmill.toolkit.data | |
---|---|
Buffered
Defines the interface to commit and discard changes to an object, supporting read-through and write-through modes. |
|
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.ItemSetChangeEvent
An Event object specifying the Container whose Item set has
changed. |
|
Container.ItemSetChangeListener
Container Item set change listener interface. |
|
Container.Ordered
Interface for Container classes whose Items can be traversed in order. |
|
Container.PropertySetChangeEvent
An Event object specifying the Container whose Property set
has changed. |
|
Container.PropertySetChangeListener
The listener interface for receiving PropertySetChangeEvent
objects. |
|
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
An Event object specifying the Item whose contents has been
changed through the Property interface. |
|
Item.PropertySetChangeListener
The listener interface for receiving PropertySetChangeEvent
objects. |
|
Item.Viewer
Interface implemented by viewer classes capable of using an Item as a data source. |
|
Property
The Property is a simple data object that contains one typed
value. |
|
Property.ConversionException
An exception that signals that the value passed to the setValue method couldn't be converted to the native type of
the Property. |
|
Property.ReadOnlyException
Exception object that signals that a requested Property
modification failed because it's in read-only mode. |
|
Property.ReadOnlyStatusChangeEvent
An Event object specifying the Property whose read-only
status has been changed. |
|
Property.ReadOnlyStatusChangeListener
The listener interface for receiving ReadOnlyStatusChangeEvent objects. |
|
Property.ValueChangeEvent
An Event object specifying the Property whose value has been
changed. |
|
Property.ValueChangeListener
The listener interface for receiving
ValueChangeEvent objects. |
|
Property.Viewer
Interface implemented by the viewer classes capable of using a Property as a data source. |
|
Validatable
Interface for validatable objects. |
|
Validator
Object validator interface. |
|
Validator.InvalidValueException
Invalid value exception can be thrown by Validator when a given
value is not valid. |
Classes in com.itmill.toolkit.data used by com.itmill.toolkit.data.util | |
---|---|
Container
A specialized set of identified Items. |
|
Container.Filterable
Interface is implemented by containers that allow reducing their visiblecontents with set of filters. |
|
Container.Hierarchical
Interface for Container classes whose Items can be arranged
hierarchically. |
|
Container.Indexed
Interface for Container classes whose Items can be indexed. |
|
Container.ItemSetChangeEvent
An Event object specifying the Container whose Item set has
changed. |
|
Container.ItemSetChangeListener
Container Item set change listener interface. |
|
Container.ItemSetChangeNotifier
The interface for adding and removing ItemSetChangeEvent
listeners. |
|
Container.Ordered
Interface for Container classes whose Items can be traversed in order. |
|
Container.PropertySetChangeListener
The listener interface for receiving PropertySetChangeEvent
objects. |
|
Container.PropertySetChangeNotifier
The interface for adding and removing PropertySetChangeEvent
listeners. |
|
Container.Sortable
Interface for Container classes whose Items 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 receiving PropertySetChangeEvent
objects. |
|
Item.PropertySetChangeNotifier
The interface for adding and removing PropertySetChangeEvent
listeners. |
|
Property
The Property is a simple data object that contains one typed
value. |
|
Property.ConversionException
An exception that signals that the value passed to the setValue method couldn't be converted to the native type of
the Property. |
|
Property.ReadOnlyException
Exception object that signals that a requested Property
modification failed because it's in read-only mode. |
|
Property.ReadOnlyStatusChangeEvent
An Event object specifying the Property whose read-only
status has been changed. |
|
Property.ReadOnlyStatusChangeListener
The listener interface for receiving ReadOnlyStatusChangeEvent objects. |
|
Property.ReadOnlyStatusChangeNotifier
The interface for adding and removing ReadOnlyStatusChangeEvent listeners. |
|
Property.ValueChangeEvent
An Event object specifying the Property whose value has been
changed. |
|
Property.ValueChangeListener
The listener interface for receiving
ValueChangeEvent objects. |
|
Property.ValueChangeNotifier
The interface for adding and removing ValueChangeEvent
listeners. |
Classes in com.itmill.toolkit.data used by com.itmill.toolkit.data.validator | |
---|---|
Validator
Object validator interface. |
|
Validator.InvalidValueException
Invalid value exception can be thrown by Validator when a given
value is not valid. |
Classes in com.itmill.toolkit.data used by com.itmill.toolkit.event | |
---|---|
Item
Provides a mechanism for handling a set of Properties, each associated to a locally unique non-null identifier. |
Classes in com.itmill.toolkit.data used by com.itmill.toolkit.ui | |
---|---|
Buffered
Defines the interface to commit and discard changes to an object, supporting read-through and write-through modes. |
|
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 of Validatable and
Buffered interfaces. |
|
Container
A specialized set of identified Items. |
|
Container.Hierarchical
Interface for Container classes whose Items can be arranged
hierarchically. |
|
Container.ItemSetChangeEvent
An Event object specifying the Container whose Item set has
changed. |
|
Container.ItemSetChangeListener
Container Item set change listener interface. |
|
Container.ItemSetChangeNotifier
The interface for adding and removing ItemSetChangeEvent
listeners. |
|
Container.Ordered
Interface for Container classes whose Items can be traversed in order. |
|
Container.PropertySetChangeEvent
An Event object specifying the Container whose Property set
has changed. |
|
Container.PropertySetChangeListener
The listener interface for receiving PropertySetChangeEvent
objects. |
|
Container.PropertySetChangeNotifier
The interface for adding and removing PropertySetChangeEvent
listeners. |
|
Container.Sortable
Interface for Container classes whose Items 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 the Editor classes capable of
editing the Item. |
|
Item.PropertySetChangeEvent
An Event object specifying the Item whose contents has been
changed through the Property interface. |
|
Item.PropertySetChangeListener
The listener interface for receiving PropertySetChangeEvent
objects. |
|
Item.Viewer
Interface implemented by viewer classes capable of using an Item as a data source. |
|
Property
The Property is a simple data object that contains one typed
value. |
|
Property.ConversionException
An exception that signals that the value passed to the setValue method couldn't be converted to the native type of
the Property. |
|
Property.Editor
Interface implemented by the editor classes capable of editing the Property. |
|
Property.ReadOnlyException
Exception object that signals that a requested Property
modification failed because it's in read-only mode. |
|
Property.ReadOnlyStatusChangeEvent
An Event object specifying the Property whose read-only
status has been changed. |
|
Property.ReadOnlyStatusChangeListener
The listener interface for receiving ReadOnlyStatusChangeEvent objects. |
|
Property.ReadOnlyStatusChangeNotifier
The interface for adding and removing ReadOnlyStatusChangeEvent listeners. |
|
Property.ValueChangeEvent
An Event object specifying the Property whose value has been
changed. |
|
Property.ValueChangeListener
The listener interface for receiving
ValueChangeEvent objects. |
|
Property.ValueChangeNotifier
The interface for adding and removing ValueChangeEvent
listeners. |
|
Property.Viewer
Interface implemented by the viewer classes capable of using a Property as a data source. |
|
Validatable
Interface for validatable objects. |
|
Validator
Object validator interface. |
|
Validator.InvalidValueException
Invalid value exception can be thrown by Validator when a given
value is not valid. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |