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 FormatmainDecimalFormatDeprecated.FormatmainIntegerFormatDeprecated.FormatrowDecimalFormatDeprecated.FormatrowIntegerFormatDeprecated.FormattotalsDecimalFormatDeprecated.FormattotalsIntegerFormatDeprecated.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 FormatmaybeGetLegacyFormat(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:PivotOptionsGet any legacy formats. This method should be deleted whenLivePivotWidget.Optionsis deleted.- Overrides:
maybeGetLegacyFormatin classPivotOptions- Parameters:
role- the pivot roleisDecimal- is it a decimal format?- Returns:
- the format, or null.
-