| Package | Description |
|---|---|
| org.onosproject.ui.table |
Facilities for creating tabular models of data for the GUI.
|
| Modifier and Type | Method and Description |
|---|---|
static TableModel.SortDir |
TableModel.sortDir(String s)
Returns the appropriate sort direction for the given string.
|
static TableModel.SortDir |
TableModel.SortDir.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableModel.SortDir[] |
TableModel.SortDir.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableModel.sort(String columnId,
TableModel.SortDir dir)
Sorts the table rows based on the specified column, in the
specified direction.
|
Copyright © 2015. All rights reserved.