Uses of Interface
com.activeviam.tech.core.api.format.IFormatter
Packages that use IFormatter
Package
Description
-
Uses of IFormatter in com.activeviam.activepivot.core.intf.api.contextvalues.mdx
Methods in com.activeviam.activepivot.core.intf.api.contextvalues.mdx that return IFormatterModifier and TypeMethodDescriptionICubeFormatter.getLevelFormatter(LevelIdentifier level) Gets the formatter associated with the given level.ICubeFormatter.getMeasureFormatter(String measureName) Gets the formatter of the given measure.Methods in com.activeviam.activepivot.core.intf.api.contextvalues.mdx that return types with arguments of type IFormatterModifier and TypeMethodDescriptionICubeFormatter.getFormatters()Deprecated, for removal: This API element is subject to removal in a future version.formatters should be accessed individually, without extracting a specific map. -
Uses of IFormatter in com.activeviam.activepivot.server.intf.api.database.config
Methods in com.activeviam.activepivot.server.intf.api.database.config that return types with arguments of type IFormatterModifier and TypeMethodDescriptiondefault Map<String, IFormatter> IDatabaseServiceConfiguration.getCustomFormatter(String tableName) Custom formatter enable formatting on the UI side.IDatabaseServiceConfiguration.getCustomFormatters()Custom formatters enable formatting on the UI side. -
Uses of IFormatter in com.activeviam.tech.core.api.format
Subinterfaces of IFormatter in com.activeviam.tech.core.api.formatModifier and TypeInterfaceDescriptioninterfaceSpecialization ofIFormatterconfigured with a pattern.Methods in com.activeviam.tech.core.api.format that return IFormatterModifier and TypeMethodDescriptionstatic IFormatterReturns the formatter matching the key, based on the system locale.static IFormatterReturns the formatter matching the key and the pattern.static IFormatterIFormatter.createWithLocale(String key, String pattern, Locale locale) Returns the formatter matching the key and the pattern.static IFormatterIFormatter.createWithLocale(String key, Locale locale) Returns the formatter matching the key, based on the given locale.