Advanced"
From Documentation
(Created page with "{{ZKDevelopersReferencePageHeader}} We'll talk about some advanced topic including how to retrieve and manipulate implicit object or UI components. These approaches certainly g...") |
Jimmyshiau (talk | contribs) |
(No difference)
|
Revision as of 01:26, 18 February 2013
We'll talk about some advanced topic including how to retrieve and manipulate implicit object or UI components. These approaches certainly give application developers more flexibility, but most of them increase the coupling between ViewModel and View. Therefore they weaken the strength of using MVVM pattern. Hence, we only suggest them to experienced ZK user.