Class LeafViewCARQ.LeafViewCARQResponse
java.lang.Object
io.deephaven.multiviewwidget.query.LeafViewCARQ.LeafViewCARQResponse
- All Implemented Interfaces:
Deflatable<LeafViewCARQ.LeafViewCARQResponse>
- Enclosing class:
- LeafViewCARQ
public static class LeafViewCARQ.LeafViewCARQResponse
extends Object
implements Deflatable<LeafViewCARQ.LeafViewCARQResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondeflate(ExportedObjectClient client) Convert this object into an Inflatable suitable for serialization.@Nullable FetchQuery.ViewportPair@Nullable FetchQuery.ViewportPair
-
Method Details
-
getMainTable
-
getTotalsTable
-
deflate
Description copied from interface:DeflatableConvert this object into an Inflatable suitable for serialization.- Specified by:
deflatein interfaceDeflatable<LeafViewCARQ.LeafViewCARQResponse>- Parameters:
client- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-