Syntax
struct NumberedSortingInfo;
Description
contains information for sorting a ContentResultSet .
In contrast to the struct SortingInfo this struct is
used to be on the safe side, that no one asks for sorting by a property
which is not contained in a ContentResultSet .
Field Summary
|
ColumnIndex |
sort the resultset by this column. Index starts with 1 .
|
|
Ascending |
contains a flag indicating the sort mode (ascending or descending).
|
|
Field Details
|
|
Syntax
long ColumnIndex;
Description
sort the resultset by this column. Index starts with 1 .
Syntax
boolean Ascending;
Description
contains a flag indicating the sort mode (ascending or descending).
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.