Web Client 4.4.1

Class NonVisualTable

Object
   |
   +--Table
         |
         +--NonVisualTable

class NonVisualTable
extends Table


Represents a data table that can be fed with real-time data (delivered by Lightstreamer Server) that are entirely processed and displayed by custom code. The class contains the subscription details and the event handlers needed to process the real-time data.
A NonVisualTable is not associated to a screen table. All the actions that should be triggered by pushed values can only be performed through the event handlers.
Defined in lspushpage.js


Constructor Summary
NonVisualTable (<GroupDescriptor> tGroup, <SchemaDescriptor> tSchema, <String> tSubscriptionMode)
            Creates an object to be used to describe a data table whose visualization on the page is not managed by The object can be supplied to PushPage.addTable() and PushPage.removeTable(), in order to bring the data table to "running" or back to "inactive" state.
 
Method Summary
 void setCommandLogic(<boolean> flag, <Number> commandPos, <Number> keyPos, <SchemaDescriptor> underSchema, <String> underDataAdapter)
           Setter method that configures the "COMMAND logic" behaviour.
 
Methods inherited from class Table
setDataAdapter, getId, setSelector, setItemsRange, setRequestedMaxFrequency, setRequestedBufferSize, setSnapshotRequired, onItemUpdate, onLostUpdates, onEndOfSnapshot, onStart, getClassName
 

Constructor Detail

NonVisualTable

NonVisualTable(<GroupDescriptor> tGroup, <SchemaDescriptor> tSchema, <String> tSubscriptionMode)

Method Detail

setCommandLogic

void setCommandLogic(<boolean> flag, <Number> commandPos, <Number> keyPos, <SchemaDescriptor> underSchema, <String> underDataAdapter)

Web Client 4.4.1

Lightstreamer Web Client API
Documentation generated by JSDoc on Tue Apr 13 12:59:06 2010