Global

Type Definitions

ChangedFieldCallback(field, value)

Parameters:
Name Type Description
field String name of the involved changed field.
value String the new value for the field. See #getChangedFieldValue for details. Note that changes to the values made through #setCellValue calls will not be reflected by the iterator, as they don't affect the model.

ItemUpdateChangedFieldCallback(fieldName, fieldPos, value)

Parameters:
Name Type Description
fieldName String of the involved changed field. If the related Subscription was initialized using a "Field Schema" it will be null.
fieldPos Number 1-based position of the field within the "Field List" or "Field Schema".
value String the value for the field. See ItemUpdate#getValue for details.