| Package | Description |
|---|---|
| de.twenty11.skysail.common.grids |
| Class and 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")...
|
| 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.