Uses of Interface
org.dashbuilder.displayer.client.formatter.ValueFormatter
-
Packages that use ValueFormatter Package Description org.dashbuilder.displayer.client org.dashbuilder.displayer.client.formatter -
-
Uses of ValueFormatter in org.dashbuilder.displayer.client
Fields in org.dashbuilder.displayer.client with type parameters of type ValueFormatter Modifier and Type Field Description protected Map<String,ValueFormatter>AbstractDisplayer. formatterMapMethods in org.dashbuilder.displayer.client that return ValueFormatter Modifier and Type Method Description ValueFormatterAbstractDisplayer. getFormatter(String columnId)Methods in org.dashbuilder.displayer.client with parameters of type ValueFormatter Modifier and Type Method Description voidAbstractDisplayer. addFormatter(String columnId, ValueFormatter formatter)voidDisplayer. addFormatter(String columnId, ValueFormatter formatter)Registers a custom formatter for the given column -
Uses of ValueFormatter in org.dashbuilder.displayer.client.formatter
Classes in org.dashbuilder.displayer.client.formatter that implement ValueFormatter Modifier and Type Class Description classAbstractValueFormatterMethods in org.dashbuilder.displayer.client.formatter that return types with arguments of type ValueFormatter Modifier and Type Method Description Map<String,ValueFormatter>ValueFormatterRegistry. get(String displayerUuid)Methods in org.dashbuilder.displayer.client.formatter with parameters of type ValueFormatter Modifier and Type Method Description voidValueFormatterRegistry. register(String displayerUuid, String columnId, ValueFormatter formatter)voidValueFormatterRegistry. register(String columnId, ValueFormatter formatter)
-