Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JFace Data Binding/Data Binding Context

< JFace Data Binding
Revision as of 15:27, 7 October 2008 by Boris Bokowski.ca.ibm.com (Talk | contribs) (New page: A data binding context manages a list of Bindings, and potentially other sources of validation results (such as model-side validators). Think of it as the co...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A data binding context manages a list of Bindings, and potentially other sources of validation results (such as model-side validators). Think of it as the context in which a number of bindings are created, and in which validation is performed. DataBindingContext offers methods for triggering re-validation, and (in the case of bindings that do not copy values to the model automatically) for triggering an update of the model.

Using an AggregateValidationStatus object, you can compute an aggregate validation status for the data binding context. The class WizardPageSupport can be used to connect the validation results of a data binding context to the title area in a wizard.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.