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 FormatterCreateContext
FormatterCreateContext.Builder. build()
Methods in mondrian.rolap.format with parameters of type FormatterCreateContext Modifier and Type Method Description CellFormatter
FormatterFactory. createCellFormatter(FormatterCreateContext context)
Given the name of a cell formatter class and/or a cell formatter script, returns a cell formatter.PropertyFormatter
FormatterFactory. createPropertyFormatter(FormatterCreateContext context)
Given the name of a property formatter class and/or a property formatter script, returns a property formatter.MemberFormatter
FormatterFactory. createRolapMemberFormatter(FormatterCreateContext context)
Given the name of a member formatter class and/or a member formatter script, returns a member formatter.
-