| 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 |
|---|---|
CellFormatter |
TableModel.getFormatter(String columnId)
Returns the cell formatter to use on values in the specified column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableModel.setFormatter(String columnId,
CellFormatter formatter)
Sets a cell formatter for the specified column.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellFormatter
Base implementation of a
CellFormatter. |
class |
AppIdFormatter
Formats an application identifier as "(app-id) : (app-name)".
|
class |
ConnectPointFormatter
Formats a connect point as "(element-id)/(port)".
|
class |
DefaultCellFormatter
A default cell formatter.
|
class |
EnumFormatter
Formats enum types to be readable strings.
|
class |
HexFormatter
Formats integer values as hex strings with a "0x" prefix.
|
class |
HostLocationFormatter
Formats a host location as "(device-id)/(port)".
|
class |
TimeFormatter
Formats time values using
DateTimeFormatter. |
| Modifier and Type | Field and Description |
|---|---|
static CellFormatter |
HostLocationFormatter.INSTANCE
An instance of this class.
|
static CellFormatter |
HexFormatter.INSTANCE
An instance of this class.
|
static CellFormatter |
EnumFormatter.INSTANCE
An instance of this class.
|
static CellFormatter |
DefaultCellFormatter.INSTANCE
An instance of this class.
|
static CellFormatter |
ConnectPointFormatter.INSTANCE
An instance of this class.
|
static CellFormatter |
AppIdFormatter.INSTANCE
An instance of this class.
|
Copyright © 2015. All rights reserved.