|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Browser Iterator Interface
Method Summary | |
int |
getBottom()
This method returns the last index of the row in the window displayed. |
java.util.List |
getResultSet()
This method returns the result set vector. |
int |
getResultSetSize()
This method returns the number of rows in the result set. |
java.util.List |
getResultSetTitleList()
This method returns the List containg the column labels of the result set. |
java.util.List |
getResultSetTypesList()
This method returns the List containg the Types of the columns the result set. |
int |
getTop()
This method returns the index of the row to which the cursor is pointing at. |
int |
getWindowSize()
This method returns the window size. |
void |
setTop(int start)
This method points the cursor to the index provided. |
void |
sort(java.lang.String sortColumnName)
This method sorts the result set according to the value of the column as specified by the parameter column name. |
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Methods inherited from interface java.util.Comparator |
compare, equals |
Method Detail |
public int getTop()
public int getWindowSize()
public int getBottom()
public void setTop(int start)
start
- Index to which cursor should point topublic java.util.List getResultSet()
public int getResultSetSize()
public java.util.List getResultSetTitleList()
public java.util.List getResultSetTypesList()
Types
public void sort(java.lang.String sortColumnName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |