Class Dictionary<C extends AbstractChartBuilder<C>>
Object
ObjectIdentity
BacklinkBuilder<C>
Dictionary<C>
Builder for a chart's Dictionary, the Data Analyzer panel that controls formatting of dates, numbers, and
other display labels (see the Dictionary option in the Data Analyzer UI), obtained from
AbstractChartBuilder.getDictionary() rather than instantiated directly.- See Also:
-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildFromOpaqueString(String opaqueStringDictDef) Builds this Dictionary from a single opaque, pre-serialized string, the same string the View Expression function generates when a user configures the Dictionary in the Pricefx UI.Methods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
Dictionary
-
-
Method Details
-
buildFromOpaqueString
Builds this Dictionary from a single opaque, pre-serialized string, the same string the View Expression function generates when a user configures the Dictionary in the Pricefx UI. This is not meant to be hand-authored field by field; construct the Dictionary in the UI and copy the generated string instead.- Parameters:
opaqueStringDictDef- the opaque, pre-serialized Dictionary definition- Returns:
- this Dictionary builder, for chaining further configuration
-