Advanced
From Documentation
Revision as of 01:26, 18 February 2013 by Jimmyshiau (talk | contribs) (moved ZK Developer's Reference/MVVM/Advance to ZK Developer's Reference/MVVM/Advanced)
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.