Class AbstractTableSubscription.SubscriptionRow
java.lang.Object
io.deephaven.web.client.api.subscription.AbstractTableSubscription.SubscriptionRow
- All Implemented Interfaces:
TableData.Row
- Direct Known Subclasses:
JsTreeTable.TreeSubscription.TreeRowImpl
- Enclosing class:
- AbstractTableSubscription
public static class AbstractTableSubscription.SubscriptionRow
extends Object
implements TableData.Row
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionRow
(WebBarrageSubscription subscription, int rowStyleColumn, long index) -
Method Summary
-
Field Details
-
index
protected final long index -
indexCached
-
-
Constructor Details
-
SubscriptionRow
-
-
Method Details
-
getIndex
- Specified by:
getIndex
in interfaceTableData.Row
-
get
- Specified by:
get
in interfaceTableData.Row
-
getFormat
- Specified by:
getFormat
in interfaceTableData.Row
-