Package com.illumon.iris.console.utils
Class LivePivotWidget.Options
java.lang.Object
com.illumon.iris.console.utils.pivot.PivotOptions
com.illumon.iris.console.utils.LivePivotWidget.Options
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LivePivotWidget
Deprecated.
This class has been replaced by PivotOptions and will be removed in a future release.
Options that define the pivot behavior.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.console.utils.pivot.PivotOptions
PivotOptions.OverrideFormatOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Fields inherited from class com.illumon.iris.console.utils.pivot.PivotOptions
aggregateAcross, aggregateDown, colorRowColumns, filterFetchSizes, fixedTotalColumn, heatMap, heatMapMaxColor, heatMapMinColor, sortColumns, sortColumnsBy, sortRows, sortRowsBy, sortRowsByName, totalsAggregation, useColorFormat, useColumnNameTransform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Format
maybeGetLegacyFormat
(PivotRole role, boolean isDecimal) Deprecated.Get any legacy formats.Methods inherited from class com.illumon.iris.console.utils.pivot.PivotOptions
getDecimalFormat, getIntegerFormat, overrideDecimalFormat, overrideIntegerFormat, setDecimalFormat, setDefaultDecimalFormat, setDefaultIntegerFormat, setIntegerFormat
-
Field Details
-
mainDecimalFormat
Deprecated. -
rowDecimalFormat
Deprecated. -
totalsDecimalFormat
Deprecated. -
mainIntegerFormat
Deprecated. -
rowIntegerFormat
Deprecated. -
totalsIntegerFormat
Deprecated.
-
-
Constructor Details
-
Options
public Options()Deprecated.
-
-
Method Details
-
maybeGetLegacyFormat
Deprecated.Description copied from class:PivotOptions
Get any legacy formats. This method should be deleted whenLivePivotWidget.Options
is deleted.- Overrides:
maybeGetLegacyFormat
in classPivotOptions
- Parameters:
role
- the pivot roleisDecimal
- is it a decimal format?- Returns:
- the format, or null.
-