~~Title: Efl.Ui.Factory_Bind~~ ====== Efl.Ui.Factory_Bind (interface) ====== ===== Description ===== %%Efl UI Property interface. view object can have %%[[:develop:api:efl:model|Efl.Model]]%% and need to set cotent with those model stored data. the interface can help binding the factory to create object with model property data. see %%[[:develop:api:efl:model|Efl.Model]]%% see %%[[:develop:api:efl:ui:factory|Efl.Ui.Factory]]%%%% {{page>:develop:api-include:efl:ui:factory_bind:description&nouser&nolink&nodate}} ===== Members ===== **[[:develop:api:efl:ui:factory_bind:method:factory_bind|factory_bind]]**\\ > %%bind the factory with the given key string. when the data is ready or changed, factory create the object and bind the data to the key action and process promised work. Note: the input %%[[:develop:api:efl:ui:factory|Efl.Ui.Factory]]%% need to be %%[[:develop:api:efl:ui:property_bind:method:property_bind|Efl.Ui.Property_Bind.property_bind]]%% at least once.%% Eina_Error efl_ui_factory_bind(Eo *obj, const char *key, Efl_Ui_Factory *factory); \\ ===== Events =====