Properties' Details |
SortFields
sequence< TableSortField > SortFields;
- Description
- specifies a list of individual sort fields.
Each entry specifies properties that state the
row/column to be sorted and how that should be done.
|
|
MaxSortFieldsCount
[ readonly ] long MaxSortFieldsCount;
- Description
- contains the maximum number of sort fields the descriptor can hold.
|
|
IsSortColumns
boolean IsSortColumns;
- Description
- specifies if the columns or rows are to be sorted.
- true
- The columns are to be sorted.
- false
- The rows are to be sorted.
|
|
Copyright © 2003 Sun Microsystems, Inc.