|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.SortRecord
A storage area for the last Sort dialog box area
| Constructor Summary | |
SortRecord(Record r)
Constructs this object from the raw data |
|
| Method Summary | |
boolean |
getSortCaseSensitive()
Accessor for the Sort Case Sensitivity flag |
java.lang.String |
getSortCol1Name()
Accessor for the 1st Sort Column Name |
java.lang.String |
getSortCol2Name()
Accessor for the 2nd Sort Column Name |
java.lang.String |
getSortCol3Name()
Accessor for the 3rd Sort Column Name |
boolean |
getSortColumns()
Accessor for the Sort by Columns flag |
boolean |
getSortKey1Desc()
Accessor for the Sort Column 1 Descending flag |
boolean |
getSortKey2Desc()
Accessor for the Sort Column 2 Descending flag |
boolean |
getSortKey3Desc()
Accessor for the Sort Column 3 Descending flag |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SortRecord(Record r)
r - the raw data| Method Detail |
public java.lang.String getSortCol1Name()
public java.lang.String getSortCol2Name()
public java.lang.String getSortCol3Name()
public boolean getSortColumns()
public boolean getSortKey1Desc()
public boolean getSortKey2Desc()
public boolean getSortKey3Desc()
public boolean getSortCaseSensitive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||