Ultra Light Client Guide and Reference
- model
- The domain object for which Form Model acts as proxy.
- notificationPolicy
- Determines how often the part signals its modelChanged
event:
- If notificationPolicy is set to Immediate, the part signals
each change as it occurs.
- If notificationPolicy is set to On Request, the part defers the
signal until your code sends the #saveInput message.
- self
- The class instance itself.
- veto
- Indicates whether changes are to be sent from the UI back to the domain
object without polling. If set to true, changes are sent
automatically without polling.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]