| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.ItemEvent
Field Summary | ||
| item: Object | ||
| Reference to the item . | ||
| property: String | ||
| Reference to the property in item that may have caused this event to be raised. | ||
| ||
Constructor | ||
| public | ItemEvent ( type: String, item: Object, property: String) | |
| Constructs a new item event | ||
| var item: Object |
| Reference to the item . |
| var property: String |
| Reference to the property in item that may have caused this event to be raised. |
|
| Constructs a new item event | |||||||||
|
calcFields: Broadcast when calculated fields should be updated. Generated when values of calculated fields for the current item in the collection need to be determined. A calculated field is one whose Kind property is set to Calculated on the Schema tab of the Component inspector. The calcFields event listener that you create should perform the required calculation and set the value for the calculated field. This event is also called when the value of a noncalculated field is updated.
beforeApplyUpdates: Broadcast by the DBMSResolver component to allow u to make custom modifications to the XML of the updatePacket property before it is bound to the connector. The item is the XML object about to be applied. This event handler provides a way for you to make custom modifications to the XML before sending the updated data to a connector.