| Package | Description |
|---|---|
| de.twenty11.skysail.common.grids |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<RowData> |
GridData.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridData.addRowData(RowData rowData)
Adds a row to the rows.
|
Copyright © 2011-2013. All Rights Reserved.