Web Client 4.2.3

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 Lightstreamer.
 
Method Summary
 void setCommandLogic(<boolean> enable, <Number> commandPos, <Number> keyPos)
           Setter method that configures the "COMMAND logic" behaviour.
 
Methods inherited from class Table
setItemsRange, setSnapshotRequired, setRequestedMaxFrequency, setRequestedBufferSize, setSelector, getId, getClassName, onItemUpdate, onLostUpdates, onEndOfSnapshot, onStart
 

Constructor Detail

NonVisualTable

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

Method Detail

setCommandLogic

void setCommandLogic(<boolean> enable, <Number> commandPos, <Number> keyPos)

Web Client 4.2.3

Lightstreamer Web Client API
Documentation generated by JSDoc on Wed Mar 5 11:49:21 2008