Properties' Summary |
char
Delimiter |
contains the character that marks the separation of columns.
|
boolean
IsSortInTable |
determines if the content of a table is to be sorted.
|
long
SortRowOrColumnNo0 |
contains the row or column index used in the first search key.
|
boolean
IsSortNumeric0 |
determines if the sorting in the first search key is done
numeric or alphanumeric order.
|
boolean
IsSortAscending0 |
determines if the sorting in the first search key is done
in ascending or descending order.
|
long
SortRowOrColumnNo1 |
contains the row or column index used in the second search key.
|
boolean
IsSortNumeric1 |
determines if the sorting in the second search key is done
in numeric or alphanumeric order.
|
boolean
IsSortAscending1 |
determines if the sorting in the second search key is done
in ascending or descending order.
|
long
SortRowOrColumnNo2 |
contains the row or column index used in the third search key.
|
boolean
IsSortNumeric2 |
determines if the sorting in the third search key is done
in numeric or alphanumeric order.
|
boolean
IsSortAscending2 |
determines if the sorting in the third search key is done
in ascending or descending order.
|
Properties' Details |
Delimiter
char Delimiter;
- Description
- contains the character that marks the separation of columns.
|
|
IsSortInTable
boolean IsSortInTable;
- Description
- determines if the content of a table is to be sorted.
|
|
SortRowOrColumnNo0
long SortRowOrColumnNo0;
- Description
- contains the row or column index used in the first search key.
|
|
IsSortNumeric0
boolean IsSortNumeric0;
- Description
- determines if the sorting in the first search key is done
numeric or alphanumeric order.
|
|
IsSortAscending0
boolean IsSortAscending0;
- Description
- determines if the sorting in the first search key is done
in ascending or descending order.
|
|
SortRowOrColumnNo1
long SortRowOrColumnNo1;
- Description
- contains the row or column index used in the second search key.
|
|
IsSortNumeric1
boolean IsSortNumeric1;
- Description
- determines if the sorting in the second search key is done
in numeric or alphanumeric order.
|
|
IsSortAscending1
boolean IsSortAscending1;
- Description
- determines if the sorting in the second search key is done
in ascending or descending order.
|
|
SortRowOrColumnNo2
long SortRowOrColumnNo2;
- Description
- contains the row or column index used in the third search key.
|
|
IsSortNumeric2
boolean IsSortNumeric2;
- Description
- determines if the sorting in the third search key is done
in numeric or alphanumeric order.
|
|
IsSortAscending2
boolean IsSortAscending2;
- Description
- determines if the sorting in the third search key is done
in ascending or descending order.
|
|
Copyright © 2011, 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.