类 RuleAttr
java.lang.Object
com.sh.wf.module.component.page.common.RuleAttr
- 所有已实现的接口:
Serializable,Cloneable
Description: 普通组件规则设置
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年3月25日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明checkValue(ModuleContext context, String containerId, String valueOri, String selector, String fullSelector) 检查并应用行为voidparserNode(org.jdom2.Element nodeEl, Component component, boolean isSetAsSelfSelector)
-
构造器详细资料
-
RuleAttr
public RuleAttr()
-
-
方法详细资料
-
parserNode
-
checkValue
public String checkValue(ModuleContext context, String containerId, String valueOri, String selector, String fullSelector) 检查并应用行为- 参数:
context- ModuleContextcontainerId- 容器的编号valueOri- 原始值,当没有匹配规则时,会返回这个值selector- 组件选择器fullSelector- 容器选择器- 返回:
- 表示没有匹配到任何规则,如果不为空,则需要替换原有显示值
-