org.zkoss.bind.viewModel.autoNotifyChange.enable"
From Documentation
(AutoNotifyChange) |
m ((via JWB)) |
||
Line 6: | Line 6: | ||
Default: <i>false</i> | Default: <i>false</i> | ||
− | + | {{versionSince|8.5.1}} | |
Enable posting NotifyChange when setter method called. | Enable posting NotifyChange when setter method called. |
Latest revision as of 09:30, 14 March 2022
Property:
org.zkoss.bind.viewModel.autoNotifyChange.enable
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false
Since 8.5.1
Enable posting NotifyChange when setter method called.
If the feature is turned on, every setter method in @Command
and @GlobalCommand
will post NotifyChange after being called.