在命令类链中使用以下代码,我能够找到调用者表单:
Object caller = this.args().caller();
如何从命令链中查找调用者表单中单击的控件?
方法如下:
this.args().callerFormControl().name();