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
Description copied from interface:TableData.RowReturns the row key for this row.- Specified by:
getIndexin interfaceTableData.Row
-
get
Description copied from interface:TableData.RowReturns the value for the given column in this row.- Specified by:
getin interfaceTableData.Row- Parameters:
column- the column to read- Returns:
- the value in this row for the specified column
-
getFormat
Description copied from interface:TableData.RowReturns the server-specifiedFormatfor the given column in this row.- Specified by:
getFormatin interfaceTableData.Row- Parameters:
column- the column to read- Returns:
- the format details for the specified column in this row
-