| Class | Description |
|---|---|
| ColumnDefinition |
Defines a grid column.
|
| Columns |
Manages a data grids' list of columns.
|
| ColumnsBuilder |
Subclasses have to implement the configure method, which typically looks something like
addColumn("col1").setWidth(100).addColumn("col2")...
|
| ColumnSortOrderComparator |
must be "consistent with equals", see treeMap javadoc.
|
| GridData |
A grid-like data structure implementing the interface
SkysailData. |
| RowData |
A rowData object basically holds a map between the columns name and a value, thus providing access to the cells
making up the row.
|
Copyright © 2011-2013. All Rights Reserved.