Class AbstractValueFormatter
- java.lang.Object
-
- org.dashbuilder.displayer.client.formatter.AbstractValueFormatter
-
- All Implemented Interfaces:
ValueFormatter
public abstract class AbstractValueFormatter extends Object implements ValueFormatter
-
-
Constructor Summary
Constructors Constructor Description AbstractValueFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatValue(org.dashbuilder.dataset.DataSet dataSet, int row, int column)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dashbuilder.displayer.client.formatter.ValueFormatter
formatValue
-
-
-
-
Method Detail
-
formatValue
public String formatValue(org.dashbuilder.dataset.DataSet dataSet, int row, int column)
- Specified by:
formatValuein interfaceValueFormatter
-
-