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:
  • Field Details

    • mainDecimalFormat

      public Format mainDecimalFormat
      Deprecated.
    • rowDecimalFormat

      public Format rowDecimalFormat
      Deprecated.
    • totalsDecimalFormat

      public Format totalsDecimalFormat
      Deprecated.
    • mainIntegerFormat

      public Format mainIntegerFormat
      Deprecated.
    • rowIntegerFormat

      public Format rowIntegerFormat
      Deprecated.
    • totalsIntegerFormat

      public Format totalsIntegerFormat
      Deprecated.
  • Constructor Details

    • Options

      public Options()
      Deprecated.
  • Method Details