|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.iisc.jwc.jsheet.SortKeys
SortKeys is used to set and get sort keys.
JSClient.setSortKeys(java.util.Vector),
JSClient.getSortKeys()| Field Summary | |
boolean |
ascordsc
Indicated whether the sort key is ascending or decending sort order. |
short |
roworcol
Indicates whether the sort key is row or column based. |
| Constructor Summary | |
SortKeys()
Constructs an empty SortKeys. |
|
SortKeys(short roworcol,
boolean ascordsc)
Constructs a SortKeys with the specified information. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of the current SortKeys information. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean ascordsc
public short roworcol
| Constructor Detail |
public SortKeys()
public SortKeys(short roworcol,
boolean ascordsc)
roworcol - applies to the row or column.ascordsc - ascending or decending sort order.| Method Detail |
public java.lang.Object clone()
|
Email JSheet Support | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||