| Package | Description |
|---|---|
| org.onosproject.ui.table |
Facilities for creating tabular models of data for the GUI.
|
| org.onosproject.ui.table.cell |
Set of table cell renderers and comparators for use by GUI apps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableModel.setComparator(String columnId,
CellComparator comparator)
Sets a cell comparator for the specified column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellComparator
Base implementation of a
CellComparator. |
class |
DefaultCellComparator
A default cell comparator.
|
| Modifier and Type | Field and Description |
|---|---|
static CellComparator |
DefaultCellComparator.INSTANCE
An instance of this class.
|
Copyright © 2015. All rights reserved.