|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDisplayTableCell | |
com.retek.commons.gui.table |
Uses of RDisplayTableCell in com.retek.commons.gui.table |
Methods in com.retek.commons.gui.table that return RDisplayTableCell | |
protected RDisplayTableCell |
RDisplayTableSortTest.createTableCell(java.lang.String string)
|
RDisplayTableCell[] |
RDisplayTable.getFullRowData(int row)
Retrieves the entire row data for a given row number. |
Methods in com.retek.commons.gui.table with parameters of type RDisplayTableCell | |
void |
RDisplayTable.addRow(RDisplayTableCell[] rowArray)
Adds a row of data to the table. |
void |
RDisplayTable.insertRow(RDisplayTableCell[] rowArray,
int rowNumber)
Inserts a row of data into the table. |
void |
RDisplayTable.updateRow(RDisplayTableCell[] rowArray,
int rowNumber)
Updates a row of data in the table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |