Ultra Light Client Guide and Reference


Table Model events

inputCanceled
Data held for the table has been cleared from the table model.

inputSaved
Data has been sent from the UI to the domain object.

rowsAdded
Rows have been added to the table model.

rowsChanged
Rows have been changed in the table model.

rowsRemoved
Rows have been removed from the table model.

setData
Data has been changed in the model, and the domain object is about to be updated. Use this event to trigger adjustment of the data before it is used to update the domain object.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]