类 ButtonSystemLogic

java.lang.Object
com.sh.wf.module.component.page.common.ButtonSystemLogic
所有已实现的接口:
Serializable, Cloneable

public class ButtonSystemLogic extends Object implements Cloneable, Serializable

Description: 逻辑对象

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年3月24日
另请参阅:
  • 字段详细资料

    • label

      protected String label
  • 构造器详细资料

    • ButtonSystemLogic

      public ButtonSystemLogic()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, ButtonLogicAttr logicAttr, Component component)
    • toHtml

      public void toHtml(ModuleContext context, StringBuilder html, String btype, int index)
    • checkFormSave

      public boolean checkFormSave(ModuleContext context)
      检查表单保存处的逻辑
      参数:
      context - ModuleContext
      返回:
      结果
    • processLogic

      public String[] processLogic(ModuleContext context, int index)