Advanced"
From Documentation
Jimmyshiau (talk | contribs) |
|||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
+ | {{Deprecated | url=[http://books.zkoss.org/zk-mvvm-book/8.0/advanced/index.html zk-mvvm-book/8.0/data_binding/advanced]|}} | ||
Latest revision as of 07:19, 28 May 2015
This article is out of date, please refer to zk-mvvm-book/8.0/data_binding/advanced for more up to date information.
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.