Uses of Class
mondrian.olap.MondrianDef.ElementFormatter
-
Packages that use MondrianDef.ElementFormatter Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap.format -
-
Uses of MondrianDef.ElementFormatter in mondrian.olap
Subclasses of MondrianDef.ElementFormatter in mondrian.olap Modifier and Type Class Description static class
MondrianDef.CellFormatter
Plugin that formats the values of cells.static class
MondrianDef.MemberFormatter
Plugin that formats members.static class
MondrianDef.PropertyFormatter
Plugin that formats properties. -
Uses of MondrianDef.ElementFormatter in mondrian.rolap.format
Methods in mondrian.rolap.format with parameters of type MondrianDef.ElementFormatter Modifier and Type Method Description FormatterCreateContext.Builder
FormatterCreateContext.Builder. formatterDef(MondrianDef.ElementFormatter formatterDef)
Data from Mondrian xml schema file to create a custom implementation of a requested formatter.
-