Package de.twenty11.skysail.common.grids

Class Summary
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-2012. All Rights Reserved.