Changeset View
Changeset View
Standalone View
Standalone View
src/lib/efl/interfaces/efl_ui_property_bind.eo
- This file was added.
1 | interface Efl.Ui.Property_Bind | ||||
---|---|---|---|---|---|
2 | { | ||||
3 | [[Efl UI Property_Bind interface. | ||||
4 | view object can have @Efl.Model to manage the data, | ||||
5 | the interface can help loading and tracking child data from the model property. | ||||
6 | see @Efl.Model | ||||
7 | see @Efl.Ui.Factory]] | ||||
8 | methods { | ||||
9 | property_bind { | ||||
10 | [[bind property data with the given key string. when the data is ready or changed, | ||||
11 | bind the data to the key action and process promised work.]] | ||||
12 | params { | ||||
13 | key: string; [[key string for bind model property data]] | ||||
14 | property: string; [[Model property name]] | ||||
15 | } | ||||
16 | } | ||||
17 | } | ||||
18 | } |