| Package | Description |
|---|---|
| de.twenty11.skysail.common.grids |
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
ColumnsBuilder.addColumn(String name)
Add a new column to the chain.
|
ColumnDefinition |
ColumnDefinition.setWidth(Integer colWidth) |
ColumnDefinition |
ColumnDefinition.sortAsc(Integer weight) |
ColumnDefinition |
ColumnDefinition.sortDesc(Integer weight) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDefinition> |
Columns.getAsList() |
List<ColumnDefinition> |
ColumnsBuilder.getColumns()
return the chain of columns (which should have been created in the configure method).
|
List<ColumnDefinition> |
Columns.getColumnsInSortOrder() |
List<ColumnDefinition> |
Columns.sort(String sortingInstructionFromRequest,
Integer colIdToToggle) |
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnSortOrderComparator.compare(ColumnDefinition colA,
ColumnDefinition colB)
sorts the columnDefinitions according to their absolute sorting value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Columns.setColumnsList(List<ColumnDefinition> theColumns)
needed for json deserialization.
|
Copyright © 2011-2013. All Rights Reserved.