| Package | Description |
|---|---|
| org.onosproject.ui.table |
Facilities for creating tabular models of data for the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableModel |
TableRequestHandler.createTableModel()
Creates the table model (devoid of data) using
TableRequestHandler.getColumnIds()
to initialize it, ready to be populated. |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.node.ArrayNode |
TableUtils.generateArrayNode(TableModel tm)
Generates a JSON array node from a table model.
|
protected abstract void |
TableRequestHandler.populateTable(TableModel tm,
com.fasterxml.jackson.databind.node.ObjectNode payload)
Subclasses should populate the table model by adding
rows. |
Copyright © 2015. All rights reserved.