Search results
From Documentation
Page title matches
- ZK's annotated data binding mechanism involves the following players to make it work: * Data Bean7 KB (857 words) - 09:33, 9 December 2013
- ...is section, we will explore how to leverage ZK's convenient annotated data binding to achieve the same end. ===How Data Binding and Controller Work Together===9 KB (1,198 words) - 10:47, 19 July 2011
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:53, 10 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:58, 10 February 2012
- For better control of data-binding manager, you can set the access mode of the attribute-name of the component ...stcell</code>, "<code>fullname</code>", will remain unchanged because Data Binding manager is informed not to update its value.2 KB (223 words) - 10:39, 19 January 2022
- Activates Data Binding Manager by defining the page Initializer at the top of the page. ...aBinder.loadAll()</code> to initiate all UI components from the associated data source.900 bytes (116 words) - 10:39, 19 January 2022
- #REDIRECT [[Small Talks/2007/March/Data Binding Collection Data with ZUML Annotations]]87 bytes (11 words) - 07:39, 20 September 2010
- |url=[[ZK Developer's Reference/Data Binding|ZK Developer's Reference: Data Binding]] ...es to the application developer's point, it is just as easy as any ZK data binding :-).12 KB (1,747 words) - 03:25, 9 February 2012
- ...View Component and its child components. The main difference from command binding is the event doesn't have to belong to the ViewModel's root view component ...a default global command method which is invoked only if a global command binding doesn't match any other global command methods. When a binder receives a gl10 KB (1,469 words) - 07:35, 8 July 2022
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 04:02, 10 February 2012
- ...er's Reference/MVVM/ViewModel/Commands]] </ref> without writing code. This binding is established by <code>@command</code> with command's name in a ZUL. We c '''Command binding example'''7 KB (1,001 words) - 07:35, 8 July 2022
- = Two Way Data Binding = Property binding makes developers bind any component's attribute to ViewModel's property and13 KB (1,799 words) - 07:35, 8 July 2022
- Children binding allows us to bind child components to a collection then we can create a gro ...nents and set its '''name''' attribute to '''children'''. Because children binding chooses the default template with name '''children'''.4 KB (484 words) - 07:35, 8 July 2022
- ...ace first then move to real target object after the user confirms it. Form binding provide a middle object to store unconfirmed input without implementing by ...ing ZK bind expression and it reduces developer's burden of cleaning dirty data manually or implementing buffer himself.8 KB (1,182 words) - 07:35, 8 July 2022
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:57, 10 February 2012
- ...Data Binding Manager when to save the attribute of the component into the data source. In the following example, Data Binding Manager will save the attribute "<code>value</code>" of <code>Textbox</code2 KB (224 words) - 10:40, 19 January 2022
- ...</code> tag expression to tell Data Binding Manager when to load data from data source into the component's attribute. Data Binding Manager will re-load <code>value</code> of <code>Label </code>whose id is<c2 KB (267 words) - 10:40, 19 January 2022
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:55, 10 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:57, 10 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:58, 10 February 2012
Page text matches
- |url=[[ZK Developer's Reference/MVVM/Data Binding]] ...ource to UI components) and saving (saving data from UI component into the data source) jobs automatically.625 bytes (82 words) - 03:47, 10 February 2012
- ...source to UI components) and saving (save data from UI component into the data source) job automatically.518 bytes (70 words) - 04:30, 18 January 2011
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding/Global Command Binding]]79 bytes (10 words) - 09:55, 8 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding/Command Binding]]72 bytes (9 words) - 09:54, 8 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding/Property Binding]]73 bytes (9 words) - 09:54, 8 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding/Children Binding]]73 bytes (9 words) - 09:55, 8 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding/Form Binding]]69 bytes (9 words) - 09:55, 8 February 2012
- ...integrating JSF, Ajax4jsf, EJB3 etc. Although Seam is powerful, but it is binding the presentation layout with JSF and Ajax4jsf. ...veloper's Reference: Data Binding]] and new feature of annotation for Data Binding in ZK 2.4 [[Small_Talks/2007/July/New_Features_of_ZK_2.4.1 |here]]924 bytes (146 words) - 03:27, 29 December 2010
- #REDIRECT [[Small Talks/2007/March/Data Binding Collection Data with ZUML Annotations]]87 bytes (11 words) - 07:39, 20 September 2010
- ...ation expression to tell data-binding manager the relationship between the data source and UI components. Its usage is very straightforward, simply declare * <code>attribute-name</code> represents an attribute of UI component or the data source2 KB (214 words) - 10:39, 19 January 2022
- The ''controller'' is a Java program that is used to glue UI (view) and Data (model) together. A simple UI does not require any controllers. For example, the data of a <javadoc>org.zkoss.zul.Listbox</javadoc> could be abstracted by implem1 KB (173 words) - 03:27, 29 January 2024
- ...Data Binding Manager when to save the attribute of the component into the data source. In the following example, Data Binding Manager will save the attribute "<code>value</code>" of <code>Textbox</code2 KB (224 words) - 10:40, 19 January 2022
- #REDIRECT [[Small Talks/2006/April/Data-Binding Implementation for ZK]]71 bytes (8 words) - 07:39, 20 September 2010
- #REDIRECT [[Small Talks/2006/December/Zero Code Data Binding with ZUML Annotations]]84 bytes (11 words) - 01:54, 21 September 2010
- #REDIRECT [[Small Talks/2009/September/Karn: Declarative Data-binding for ZK]]78 bytes (9 words) - 08:36, 20 September 2010
- #REDIRECT [[Small Talks/2006/November/Two-way Data Binding with ZUML Annotations]]82 bytes (10 words) - 01:06, 21 September 2010
- ...</code> tag expression to tell Data Binding Manager when to load data from data source into the component's attribute. Data Binding Manager will re-load <code>value</code> of <code>Label </code>whose id is<c2 KB (267 words) - 10:40, 19 January 2022
- This section explores ZK in more depth including data binding, macro components and style customization.203 bytes (18 words) - 03:31, 1 September 2010
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 03:53, 10 February 2012
- #REDIRECT [[ZK Developer's Reference/MVVM/Data Binding]]56 bytes (7 words) - 09:53, 8 February 2012