Class ListGridNumberFormatter
java.lang.Object
com.jbstrap.ui.components.listgrid.formatters.ListGridNumberFormatter
- All Implemented Interfaces:
ListGridCellFormatter
Numeric formatter class for the ListGrid
component
The class converts the specified numeric format to a text format.
- Since:
- 4.0
- Author:
- JBStrap
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ListGridNumberFormatter
public ListGridNumberFormatter()
-
-
Method Details
-
format
Formats the value.- Specified by:
format
in interfaceListGridCellFormatter
- Parameters:
data
- The value to be formatted- Returns:
- The text equivalent of the received value or an empty string if the received value is
null
-