|
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AxisChartView | This class is a delegated view that can be used to draw axis charts based on some columns of the original view. |
| ChartView | This abstract class holds some common methods to PieChartView and AxisChartView |
| ColumnView | This delegated view allows to present original view in several columns and optionally transposed. |
| DelegatedView | This abstract class represents a View that implements a delegation pattern with another view. |
| FormattedView | This delegated view allows formatting columns. |
| I18NView | This delegated view supports internationalized columns, that is, text columns that are stored as references. |
| JointView | This class allows to join two views row by row. |
| MappedView | This class implements a view with columns mapped to arbitrary names Notice that real column names always return right values even when they are mapped to arbitrary names. |
| PieChartView | This class implements a pie chart view |
| RandomAccessView | This view allows to change the order of the rows of another view. |
| ResultSetView | A view is a collection of rows where a row is a collection of columns. |
| RowView | This class is a view of a single row. |
| TableView | This class implements a view that renders into a table. |
| VectorRowView | This class implements a Vector of rows. |
| View | A view is a collection of rows, being a row a collection of columns, so views are a bidimentional table of data. |
| View.Empty | An empty ResultSetView implementation |
A view is a collection of rows, being a row is a collection of columns, so views are a bidimentional table of data. Views are the preferred way to manipulate data in 2step.
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||