Binding in Special Attribute

From Documentation
< User:Hawk
Revision as of 09:22, 13 March 2013 by Hawk (talk | contribs)

location:

MVVM/Advanced/Binding in Special Attributes


When a ViewModel's property changes, ZK will re-load those corresponding bindings on attributes. Then this reloading usually causes a UI change because attributes control a component's status and behavior. This is the basic way we change an attribute's value in MVVM approach. But there are some special attributes that we can't do so. ZK will not reload value of these special attributes after a component is created and their value is determined and fixed at creation phase.