org.zkoss.bind.viewModel.autoNotifyChange.enable
Property:
org.zkoss.bind.viewModel.autoNotifyChange.enable
Applicable:
-
globally in
zk.xml
via<library-property>
-
not as
<custom-attribute>
Default: false
Enable posting NotifyChange when a setter method is called.
If the feature is turned on, every setter method in @Command
and
@GlobalCommand
will post NotifyChange after being called.