ColumnSortDecorator
adds sort behaviour to the column headers. This is activated by a
click on the column header and results in the sort order changing between none, ascending and descending,
in that order.
Attributes | Name and Description |
---|---|
|
caplin.grid.decorator.ColumnSortDecorator(Object oGridConfig)
Constructs a |
Attributes | Name and Description |
---|---|
<static>
|
caplin.grid.decorator.ColumnSortDecorator.SORT_ACTION
What action on the column header triggers sorting. |
►
caplin.grid.decorator.ColumnSortDecorator(Object oGridConfig)
Constructs a caplin.grid.decorator.ColumnSortDecorator
instance — end-users will never need to do
this themselves since grids are fully constructed based on their XML definition files by the
caplin.grid.GridComponentFactory class.
Object | oGridConfig | config object |
►
<static>
String
caplin.grid.decorator.ColumnSortDecorator.SORT_ACTION
What action on the column header triggers sorting.