:: com :: sun :: star :: awt :: grid ::
|
unpublished |
interface XSortableGridData |
|
|
|
- Usage Restrictions
- not published
- Description
- allows to sort the data represented by a XGridDataModel
|
Methods' Details |
sortByColumn
- Description
- sorts the rows represented by the model by a given column's data.
- Parameter ColumnIndex
- the index of the column whose data should be used as sort key
- Parameter SortAscending
- is true if the data should be sorted ascending, false otherwise.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if
ColumnIndex does not denote a valid column.
|
|
removeColumnSort
- Description
- removes any possibly present sorting of the grid data
|
|
getCurrentSortOrder
::com::sun::star::beans::Pair< any, any > |
getCurrentSortOrder(); |
- Description
- returns the current sort order.
- Returns
- a structure describing the current sort order. ::com::sun::star::beans::Pair::First
denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
::com::sun::star::beans::Pair::Second is true if the data is sorted ascending,
false otherwise.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.