Package 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 Description java.lang.String
format(java.lang.Object value)
Formats the specified value into a string appropriate for displaying in a table cell.
-