Web Client 4.3

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:


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)

Web Client 4.3

Lightstreamer Web Client API
Documentation generated by JSDoc on Fri Sep 19 14:49:42 2008