Interface TableData.Row

All Known Subinterfaces:
TreeViewportData.TreeRow, ViewportData.ViewportRow
All Known Implementing Classes:
AbstractTableSubscription.SubscriptionRow, JsTreeTable.TreeSubscription.TreeRowImpl
Enclosing interface:
TableData

@JsType(namespace="dh") public static interface TableData.Row
Represents a row available in a subscription/snapshot on the client. Do not retain references to rows - they will not function properly when the event isn't actively going off (or promise resolving). Instead, wait for the next event, or re-request the viewport data.
  • Method Details

    • getIndex

      @JsProperty LongWrapper getIndex()
    • get

      @JsMethod jsinterop.base.Any get(Column column)
    • getFormat

      @JsMethod Format getFormat(Column column)