HTML Client 5.0.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 Lightstreamer.
 
Method Summary
 SchemaDescriptor getUnderlyingSchema()
           Inquiry method that returns the SchemaDescriptor associated to the second-level data tables.
 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
getSchema, getGroup, setDataAdapter, getId, setSelector, setItemsRange, setRequestedMaxFrequency, setRequestedBufferSize, setSnapshotRequired, onItemUpdate, onLostUpdates, onEndOfSnapshot, onStart, getClassName
 

Constructor Detail

NonVisualTable

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

Method Detail

getUnderlyingSchema

SchemaDescriptor getUnderlyingSchema()

setCommandLogic

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

HTML Client 5.0.1

Lightstreamer HTML Client API
Documentation generated by JSDoc on Tue May 22 11:46:54 2012