HTML Client 5.0.1

Class RowInfo

Object
   |
   +--RowInfo

class RowInfo


Contains all the information related to a row pertaining to a ScrollTable or MetapushTable that is about to be displayed in a screen table. In these cases, the same data row can be displayed more than once on different cells, because of scrolling operations. Each time, a call to the "onRowUpdate" event handler is issued and a RowInfo instance is supplied. Specifically, for each row it supplies:


The class constructor, its prototype and any other properties should never be used directly; actually, RowInfo is not even defined as a global name.
Defined in lspushpage.js

See:


Constructor Summary
RowInfo ()
            Used by Lightstreamer to provide a value object to each call of the various onRowUpdate event handlers.
 
Method Summary
 String getCellValue(<FieldDescriptor> field)
           Inquiry method that gets the formatted value for a specified field.
 String getServerValue(<FieldDescriptor> field)
           Inquiry method that gets the value for a specified field.

Constructor Detail

RowInfo

RowInfo()

Method Detail

getCellValue

String getCellValue(<FieldDescriptor> field)

getServerValue

String getServerValue(<FieldDescriptor> field)

HTML Client 5.0.1

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