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 public static class LivePivotWidget.Options extends PivotOptions
Deprecated.
This class has been replaced by PivotOptions and will be removed in a future release.
Options that define the pivot behavior.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.console.utils.pivot.PivotOptions
PivotOptions.OverrideFormatOption
-
Field Summary
Fields Modifier and Type Field Description Format
mainDecimalFormat
Deprecated.Format
mainIntegerFormat
Deprecated.Format
rowDecimalFormat
Deprecated.Format
rowIntegerFormat
Deprecated.Format
totalsDecimalFormat
Deprecated.Format
totalsIntegerFormat
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 Constructor Description Options()
Deprecated. -
Method Summary
Modifier and Type Method Description protected 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.
-