Class PivotViewCARQResponse
java.lang.Object
io.deephaven.multiviewwidget.query.pivot.PivotViewCARQResponse
- All Implemented Interfaces:
Deflatable<PivotViewCARQResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondeflate(ExportedObjectClient client) Convert this object into an Inflatable suitable for serialization.int
-
Method Details
-
getHeaderTable
-
getHeaderNames
-
getHeaderObjs
-
getMainTable
-
getTotalsTable
-
getFormatResponse
-
getStateRef
public int getStateRef() -
deflate
Description copied from interface:DeflatableConvert this object into an Inflatable suitable for serialization.- Specified by:
deflatein interfaceDeflatable<PivotViewCARQResponse>- Parameters:
client- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-