|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DataSet | Represents a tabular DataSet where values are bound to columns and rows. |
| DataSetHeader | Represents the header of a DataSet, which define the
columns/SelectItems of it. |
| IRowFilter | A filter that is executed client-side because filter criteria are either more dynamic than the Query-functionality offer or because it cannot be expressed using datastore-neutral queries. |
| Row | Represents a row of data in a DataSet. |
| RowBuilder<RB extends RowBuilder<?>> | Abstract interface for objects that build rows, either for eg. insert or update purposes. |
| RowPublisher | An object on which a push-style data reader can publish records to a
RowPublisherDataSet. |
| Style | A Style represents the visual presentation ('styling') attributes of
a value in a Row. |
| Style.Color | Represents a color used for value highlighting. |
| WhereClauseBuilder<T> | An interface for builder components that formulate a WHERE clause, either for querying, updating, deleting or other purposes. |
| Class Summary | |
|---|---|
| AbstractDataSet | Abstract DataSet implementation. |
| AbstractRow | An abstract row that decorates another row. |
| AbstractRowBuilder<RB extends RowBuilder<?>> | Abstract RowBuilder implementation. |
| CachingDataSetHeader | Most common implementation of DataSetHeader. |
| DataSetIterator | Iterator implementation that iterates through a DataSet. |
| DataSetTableModel | TableModel implementation which wraps a DataSet and presents its data. |
| DefaultRow | Default Row implementation. |
| EmptyDataSet | An empty data set. |
| FilteredDataSet | Wraps another DataSet and transparently applies a set of filters to it. |
| FirstRowDataSet | Wraps another DataSet and enforces a first row offset. |
| InMemoryDataSet | DataSet implementation based on in-memory data. |
| MaxRowsDataSet | Wraps another DataSet and enforces a maximum number of rows constraint |
| RowPublisherDataSet | Abstract DataSet implementation for use in scenarios where a
pull-oriented style of reading data is not supported. |
| SimpleDataSetHeader | Simple implementation of DataSetHeader which does no magic to improve
performance. |
| StyleBuilder | Builder class for Style and related objects, like Style.Color. |
| SubSelectionDataSet | DataSet wrapper for doing subselection. |
| Enum Summary | |
|---|---|
| Style.SizeUnit | Represents a unit of sizing elements (eg. fonts) in a Style. |
| Style.TextAlignment | Represents the text alignment of a value. |
API for data sets
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||