Uses of Class
mondrian.rolap.format.FormatterCreateContext
-
Packages that use FormatterCreateContext Package Description mondrian.rolap.format -
-
Uses of FormatterCreateContext in mondrian.rolap.format
Methods in mondrian.rolap.format that return FormatterCreateContext Modifier and Type Method Description FormatterCreateContextFormatterCreateContext.Builder. build()Methods in mondrian.rolap.format with parameters of type FormatterCreateContext Modifier and Type Method Description CellFormatterFormatterFactory. createCellFormatter(FormatterCreateContext context)Given the name of a cell formatter class and/or a cell formatter script, returns a cell formatter.PropertyFormatterFormatterFactory. createPropertyFormatter(FormatterCreateContext context)Given the name of a property formatter class and/or a property formatter script, returns a property formatter.MemberFormatterFormatterFactory. createRolapMemberFormatter(FormatterCreateContext context)Given the name of a member formatter class and/or a member formatter script, returns a member formatter.
-