Package io.deephaven.web.client.api.tree
Class JsTreeTable.TreeSubscription
java.lang.Object
io.deephaven.web.client.api.event.HasEventHandling
io.deephaven.web.client.api.subscription.AbstractTableSubscription
io.deephaven.web.client.api.tree.JsTreeTable.TreeSubscription
- Enclosing class:
- JsTreeTable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
Nested classes/interfaces inherited from class io.deephaven.web.client.api.subscription.AbstractTableSubscription
AbstractTableSubscription.Status, AbstractTableSubscription.SubscriptionEventData, AbstractTableSubscription.SubscriptionRow, AbstractTableSubscription.UpdateEventData, AbstractTableSubscription.ViewportEventData
Nested classes/interfaces inherited from class io.deephaven.web.client.api.event.HasEventHandling
HasEventHandling.EventPair<T>
-
Field Summary
Fields inherited from class io.deephaven.web.client.api.subscription.AbstractTableSubscription
barrageSubscription, EVENT_UPDATED, rowStyleColumn, status, viewportRowSet
Fields inherited from class io.deephaven.web.client.api.event.HasEventHandling
INTERNAL_EVENT_RELEASED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BitSet
makeColumnBitset
(elemental2.core.JsArray<Column> columns) protected void
notifyUpdate
(RangeSet rowsAdded, RangeSet rowsRemoved, RangeSet totalMods, ShiftedRange[] shifted) protected void
protected void
void
setViewport
(double firstRow, double lastRow, elemental2.core.JsArray<Column> columns, Double updateInterval) Methods inherited from class io.deephaven.web.client.api.subscription.AbstractTableSubscription
close, connection, getColumns, hasValidSize, isClosed, isSubscriptionReady, revive, sendBarrageSubscriptionRequest, size, state, subscriptionRequest
Methods inherited from class io.deephaven.web.client.api.event.HasEventHandling
addEventListener, addEventListenerOneShot, addEventListenerOneShot, failureHandled, fireCriticalEvent, fireCriticalEvent, fireEvent, fireEvent, fireEvent, hasListener, hasListeners, isSuppress, logPrefix, nextEvent, removeEventListener, suppressEvents, unsuppressEvents
-
Constructor Details
-
TreeSubscription
-
-
Method Details
-
sendFirstSubscriptionRequest
protected void sendFirstSubscriptionRequest()- Specified by:
sendFirstSubscriptionRequest
in classAbstractTableSubscription
-
makeColumnBitset
- Overrides:
makeColumnBitset
in classAbstractTableSubscription
-
onStreamEnd
- Overrides:
onStreamEnd
in classAbstractTableSubscription
-
setViewport
-