Modifier and Type | Method | Description |
---|---|---|
Column |
ListViewOptions.getColumn(int index) |
|
Column |
ListViewOptions.getColumn(Id id) |
|
default Column[] |
ListViewOptions.getColumns() |
|
Column[] |
ListViewOptions.getColumns(String filter) |
|
Column |
ListViewOptions.getSortColumn() |
The column that the list view is sorted on.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ListViewOptions.setSortColumn(Column sortColumn) |
The column that the list view is sorted on.
|