Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 8.0.0
-
Fix Version/s: 8.0.0
-
Component/s: Databind 2
-
Labels:None
Description
For example,
@ToClientCommand({"doEventClicked", "doDayClicked"}) public class DemoViewModel { @Command public void doEventClicked() {} @Command public void doDayClicked() {} }
The both commands will be sent to client side for client binder to use
Attachments
Issue Links
- relates to
-
ZK-1972 ZK bind support access vm properties in client side
-
- Closed
-