| Package | Description |
|---|---|
| org.onosproject.ui.table |
Facilities for creating tabular models of data for the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
TableModel.Row |
TableModel.addRow()
Adds a row to the table model.
|
TableModel.Row |
TableModel.Row.cell(String columnId,
Object value)
Sets the cell value for the given column of this row.
|
TableModel.Row[] |
TableModel.getRows()
Returns the raw
TableModel.Row representation of the rows in this table. |
Copyright © 2015. All rights reserved.