FormatterCreateContext.Builder |
FormatterCreateContext.Builder.formatterAttr(String formatterClassName) |
In order to support previous version's configurations,
a custom formatter can be specified by only specifying
its class name in attribute "formatter".
|
FormatterCreateContext.Builder |
FormatterCreateContext.Builder.formatterDef(MondrianDef.ElementFormatter formatterDef) |
Data from Mondrian xml schema file to create
a custom implementation of a requested formatter.
|
FormatterCreateContext.Builder |
FormatterCreateContext.Builder.script(String scriptText,
String scriptLanguage) |
A script data used to create
a script based implementation of a requested formatter.
|
FormatterCreateContext.Builder |
FormatterCreateContext.Builder.script(MondrianDef.Script script) |
A script data used to create
a script based implementation of a requested formatter.
|