JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.ui.table
Interface CellFormatter
All Known Implementing Classes:
AbstractCellFormatter
,
AppIdFormatter
,
ConnectPointFormatter
,
DefaultCellFormatter
,
EnumFormatter
,
HexFormatter
,
HexLongFormatter
,
HostLocationFormatter
,
NumberFormatter
,
TimeFormatter
public interface
CellFormatter
Defines a formatter for cell values.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
format
(
Object
value)
Formats the specified value into a string appropriate for displaying in a table cell.
Method Detail
format
String
format(
Object
value)
Formats the specified value into a string appropriate for displaying in a table cell. Note that null values are acceptable, and will result in the empty string.
Parameters:
value
- the value
Returns:
the formatted string
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method