public interface XFTTableI
Modifier and Type | Method and Description |
---|---|
Object |
getCellValue(String header)
If this header is found in the collection of column names, then that index
is used to return the Object from the current row at that index.
|
String[] |
getColumns()
returns all columns
|
int |
getNumCols()
returns number of columns
|
int |
getNumRows() |
int |
getRowCursor() |
boolean |
hasMoreRows()
returns true if more rows are available
|
Object[] |
nextRow()
Returns next row and increments row cursor.
|
Hashtable |
nextRowHash() |
Object[] |
removeRow(int rowNumber) |
void |
resetRowCursor()
Resets row cursor to row 0
|
ArrayList |
rowHashs() |
ArrayList |
rows() |
int |
size() |
String |
toHTML(boolean insertTDTags,
String lightColor,
String darkColor,
Hashtable tableProperties,
int startCount) |
void |
toHTML(boolean insertTDTags,
String lightColor,
String darkColor,
Hashtable tableProperties,
int startCount,
OutputStream out) |
String |
toString(String delimiter)
Outputs table headers and contents as a delimited string
|
String[] getColumns()
int getNumCols()
boolean hasMoreRows()
Object[] nextRow()
Hashtable nextRowHash()
Object getCellValue(String header)
header
- void resetRowCursor()
String toString(String delimiter)
delimiter
- String toHTML(boolean insertTDTags, String lightColor, String darkColor, Hashtable tableProperties, int startCount)
void toHTML(boolean insertTDTags, String lightColor, String darkColor, Hashtable tableProperties, int startCount, OutputStream out)
int getNumRows()
int size()
ArrayList rows()
ArrayList rowHashs()
int getRowCursor()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.