Package org.onosproject.ui.table
Interface CellFormatter
-
- All Known Implementing Classes:
AbstractCellFormatter,AppIdFormatter,ConnectPointFormatter,DefaultCellFormatter,EnumFormatter,HexFormatter,HexLongFormatter,HostLocationFormatter,NumberFormatter,TimeFormatter
public interface CellFormatterDefines a formatter for cell values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(Object value)Formats the specified value into a string appropriate for displaying in a table cell.
-