Flash Client 1.3

Class FlashUpdateItemInfo

Object
   |
   +--FlashUpdateItemInfo

class FlashUpdateItemInfo


Contains the information related to an update of the field values for an item. It reports all the new and old values of the fields.
Defined in lsjavascriptbridge.as


Constructor Summary
FlashUpdateItemInfo ()
            Used by Lightstreamer to provide a value object to each call of the FlashTable.onItemUpdate() event handler.
 
Method Summary
 String getNewValue(<Number> fieldId)
           Inquiry method that gets the new value for a specified field, as received from the Server with the current update.
 Number getNumFields()
           Inquiry method that gets the number of fields received from the Server with the current update.
 String getOldValue(<Number> fieldId)
           Inquiry method that gets the previous value for a specified field, after the reception of an update from the Server for an item.
 boolean isValueChanged(<Number> fieldId)
           Inquiry method that asks whether the value for a field has changed after the reception of an update from the Server for an item.

Constructor Detail

FlashUpdateItemInfo

FlashUpdateItemInfo()

Method Detail

getNewValue

String getNewValue(<Number> fieldId)

getNumFields

Number getNumFields()

getOldValue

String getOldValue(<Number> fieldId)

isValueChanged

boolean isValueChanged(<Number> fieldId)

Flash Client 1.3

Lightstreamer Flash Client
Documentation generated by JSDoc on Wed Nov 27 17:51:13 2019