Ultra Light Client Guide and Reference
- notificationPolicy
- Determines how often the part signals the appropriate model-changed
event:
- If notificationPolicy is set to Focus Change, the part defers
the signal until the UI focus switches out of the table.
- If notificationPolicy is set to On Request, the part defers the
signal until your code sends the #saveInput message.
- If notificationPolicy is set to Row Change, the part signals an
event every time a row is changed.
- prefetch
- The number of rows sent from the application to the UI at
initialization.
- rowCount
- The number of rows represented in the model.
- rows
- Collection of rows in the model. This attribute is typically
associated with the underlying domain object.
- self
- The class instance itself.
- veto
- Indicates whether the application should be polled before changes to rows
are committed:
- If veto is set to true, interception and polling is
possible. In this case, your code must explicitly send changes back to
the application.
- If veto is set to false, changes are posted to the
UI Engine cache automatically.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]