|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.RolapResult.CellFormatterValueFormatter
static class RolapResult.CellFormatterValueFormatter
A CellFormatterValueFormatter uses a user-defined CellFormatter
to format values.
| Field Summary | |
|---|---|
(package private) CellFormatter |
cf
|
| Fields inherited from interface mondrian.rolap.RolapResult.ValueFormatter |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
RolapResult.CellFormatterValueFormatter(CellFormatter cf)
Creates a CellFormatterValueFormatter |
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.lang.Object value,
java.lang.String formatString)
Formats a value according to a format string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final CellFormatter cf
| Constructor Detail |
|---|
RolapResult.CellFormatterValueFormatter(CellFormatter cf)
cf - Cell formatter| Method Detail |
|---|
public java.lang.String format(java.lang.Object value,
java.lang.String formatString)
RolapResult.ValueFormatter
format in interface RolapResult.ValueFormattervalue - ValueformatString - Format string
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||