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 classMondrianDef.CellFormatterPlugin that formats the values of cells.static classMondrianDef.MemberFormatterPlugin that formats members.static classMondrianDef.PropertyFormatterPlugin 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.BuilderFormatterCreateContext.Builder. formatterDef(MondrianDef.ElementFormatter formatterDef)Data from Mondrian xml schema file to create a custom implementation of a requested formatter.
-