|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowData | |
|---|---|
| de.twenty11.skysail.common.grids | |
| Uses of RowData in de.twenty11.skysail.common.grids |
|---|
| Methods in de.twenty11.skysail.common.grids that return RowData | |
|---|---|
RowData |
RowData.add(Object data)
A value object (think of a cell in a grid) gets added to the rowData instance, taking into account the position of the column (by increasing an internal counter each time 'add' is called). |
RowData |
RowData.add(String colName,
String value)
|
| Methods in de.twenty11.skysail.common.grids that return types with arguments of type RowData | |
|---|---|
List<RowData> |
GridData.getRows()
|
| Methods in de.twenty11.skysail.common.grids with parameters of type RowData | |
|---|---|
void |
GridData.addRowData(RowData rowData)
Adds a row to the rows. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||