如何获取从调用者表单中单击的控件?
How to get the control that was clicked from the caller form?
在命令链中使用以下代码 class,我能够找到调用者表单:
Object caller = this.args().caller();
如何从命令链中找到在调用方表单中单击的控件?
方法如下:
this.args().callerFormControl().name();
在命令链中使用以下代码 class,我能够找到调用者表单:
Object caller = this.args().caller();
如何从命令链中找到在调用方表单中单击的控件?
方法如下:
this.args().callerFormControl().name();