类 TreeDataSelfShowAreaInfo
java.lang.Object
com.sh.wf.module.component.page.common.TreeDataSelfShowAreaInfo
- 所有已实现的接口:
ParserThisExp_I,Serializable,Cloneable
public class TreeDataSelfShowAreaInfo
extends Object
implements Serializable, Cloneable, ParserThisExp_I
Description: 树控件自定义单选/多选显示结点
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2019-02-26
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancheckAndShowArea(ModuleContext context, ZTreeNode treeNode, Datastore ds, int index) boolean检查数据是否有效voidparser(org.jdom2.Element nodeEl) parserThisValue(ModuleContext context, String thisExpStr) 解析当前对象的this表达式
-
构造器详细资料
-
TreeDataSelfShowAreaInfo
public TreeDataSelfShowAreaInfo()
-
-
方法详细资料
-
parser
public void parser(org.jdom2.Element nodeEl) -
checkValid
public boolean checkValid()检查数据是否有效- 返回:
- 结果
-
checkAndShowArea
-
parserThisValue
从接口复制的说明:ParserThisExp_I解析当前对象的this表达式- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-