Binding source contains all the persistent data that you need to access a source value for the binding.
More...
#include <kanzi/core.ui/binding/binding_source.hpp>
Binding source contains all the persistent data that you need to access a source value for the binding.
To implement specialized ways to get the values, use the specialized binding sources DataSourceBindingSource, ManualBindingSource, ObjectPropertyBindingSource, ValueBindingSource.
When an AbstractBindingRuntime is created for an AbstractBinding, a BindingSourceRuntime is created for the BindingSource in that binding. BindingSourceRuntime specifies the virtual functions required for the binding runtime to read values.
- See also
- AbstractBinding, DataSourceBindingSource, ExpressionBindingSource, ManualBindingSource, MessageBindingSource, ObjectPropertyBindingSource, ResourceBindingSource, ValueBindingSource
- Since
- Kanzi 3.7.0
◆ ~BindingSource()
virtual kanzi::BindingSource::~BindingSource |
( |
| ) |
|
|
inlinevirtual |
◆ BindingSource()
kanzi::BindingSource::BindingSource |
( |
| ) |
|
|
inlineexplicitprotected |
◆ createRuntime()
Creates binding source runtime.
- Parameters
-
lookupContext | Lookup context for this binding source runtime. |
- Returns
- The binding source runtime.
◆ createRuntimeOverride()
The documentation for this class was generated from the following file: