Class PivotFormatResponse
java.lang.Object
io.deephaven.multiviewwidget.query.pivot.PivotFormatResponse
- All Implemented Interfaces:
Deflatable<PivotFormatResponse>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondeflate(ExportedObjectClient client) Convert this object into an Inflatable suitable for serialization.
-
Field Details
-
columnIntegerFormat
-
columnDecimalFormat
-
heatMap
-
-
Method Details
-
deflate
Description copied from interface:DeflatableConvert this object into an Inflatable suitable for serialization.- Specified by:
deflatein interfaceDeflatable<PivotFormatResponse>- Parameters:
client- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-