-
New Feature
-
Resolution: Done
-
Major
-
8.0.0
-
None
For example,
@NotifyCommand(value="doCommandChange", onChange="data") public class DemoViewModel { public List<String> getData() {} }
Once the vm.data is loaded, the "doCommandChange" command will be sent.
- relates to
-
ZK-1972 ZK bind support access vm properties in client side
- Closed