NC按钮拦截器

来源:互联网 发布:淘宝做广告多少钱 编辑:程序博客网 时间:2024/06/08 13:38
 <!-- 销售出库库单保存按钮拦截器配置  -->
  <bean class="nc.ui.pubapp.plugin.action.ActionInterceptorInfo">
    <property name="target" ref="saveAction"/>
    
    <property name="interceptor" ref="saveActionInterceptor"/>  
</bean>

<bean id="saveActionInterceptor" class="nc.ui.ic.m4c.action.interceptor.SaveActionInterceptor">
<property name="editor" ref="card"/>
<property name="model" ref="icBizModel" />
<property name="refreshCardAction" ref="refreshCardAction"/>
</bean>




按钮拦截器


nc.ui.uif2.actions.ActionInterceptor



<property name="target" ref="saveAction"/> target就是你要拦击的按钮id