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 Details

    • index

      protected final long index
    • indexCached

      public LongWrapper indexCached
  • Constructor Details

    • SubscriptionRow

      public SubscriptionRow(WebBarrageSubscription subscription, int rowStyleColumn, long index)
  • Method Details

    • getIndex

      public LongWrapper getIndex()
      Description copied from interface: TableData.Row
      Returns the row key for this row.
      Specified by:
      getIndex in interface TableData.Row
    • get

      public jsinterop.base.Any get(Column column)
      Description copied from interface: TableData.Row
      Returns the value for the given column in this row.
      Specified by:
      get in interface TableData.Row
      Parameters:
      column - the column to read
      Returns:
      the value in this row for the specified column
    • getFormat

      public Format getFormat(Column column)
      Description copied from interface: TableData.Row
      Returns the server-specified Format for the given column in this row.
      Specified by:
      getFormat in interface TableData.Row
      Parameters:
      column - the column to read
      Returns:
      the format details for the specified column in this row