-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major
-
Affects Version/s: 8.0.0
-
Component/s: Databind 2
-
None
-
None
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
- relates to
-
ZK-1972 ZK bind support access vm properties in client side
-
- Closed
-