Class PivotFormatOption
java.lang.Object
com.illumon.iris.console.utils.pivot.PivotFormatOption
- All Implemented Interfaces:
Serializable
@InternalUseOnly public class PivotFormatOption extends Object implements Serializable
A Holder class for pivot formatting options. Not for external use.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PivotFormatOption.RenderType
-
Field Summary
Fields Modifier and Type Field Description String
mainDecimalFormat
String
mainIntegerFormat
String
rowDecimalFormat
String
rowIntegerFormat
String
totalsDecimalFormat
String
totalsIntegerFormat
-
Constructor Summary
Constructors Constructor Description PivotFormatOption()
Create a new FormatOption prepopulated with default values.PivotFormatOption(boolean preInit)
Create a new FormatOption, optionally initializing with default values. -
Method Summary
Modifier and Type Method Description static PivotFormatOption.RenderType
getTypeRenderer(Class<?> type)
static Map<Class<?>,PivotFormatOption.RenderType>
getTypeRendererMap()
-
Field Details
-
Constructor Details
-
PivotFormatOption
public PivotFormatOption()Create a new FormatOption prepopulated with default values. -
PivotFormatOption
public PivotFormatOption(boolean preInit)Create a new FormatOption, optionally initializing with default values. If preInit is false, initial formats will be null.- Parameters:
preInit
- if the values should be pre initialized
-
-
Method Details