类 PageRuleInfo

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

public class PageRuleInfo extends Object implements Cloneable, Serializable

Description: 页面行为

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年3月25日
另请参阅:
  • 构造器详细资料

    • PageRuleInfo

      public PageRuleInfo()
  • 方法详细资料

    • parserNode

      public void parserNode(org.jdom2.Element nodeEl, Component component)
    • setRule

      public String setRule(ModuleContext context, String containerId, StringBuilder script, String selector, String fullSelector)
      检查并应用行为
      参数:
      context - ModuleContext
      containerId - 容器的编号
      script - 脚本
      selector - 组件选择器
      fullSelector - 容器选择器
      返回:
      返回函数名
    • getCondition

      public String getCondition()
    • getDataValue

      public String getDataValue()
    • getAction

      public String getAction()
    • getActionValue

      public String getActionValue()