Ultra Light Client Guide and Reference


Table Model attributes

notificationPolicy
Determines how often the part signals the appropriate model-changed event:

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:


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