@Deprecated public class TreeComponentModel extends Object implements Serializable
构造器和说明 |
---|
TreeComponentModel()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
addChild(TreeComponentModel child)
已过时。
添加子节点
|
String |
getAction()
已过时。
|
Boolean |
getChecked()
已过时。
|
List<TreeComponentModel> |
getChildren()
已过时。
|
String |
getCls()
已过时。
|
Boolean |
getExpanded()
已过时。
|
String |
getId()
已过时。
|
Boolean |
getLeaf()
已过时。
|
String |
getParam()
已过时。
|
String |
getParendId()
已过时。
|
TreeComponentModel |
getParentNodeObject(String parentId)
已过时。
获取指定ID的父节点对象
|
String |
getText()
已过时。
|
String |
getValue()
已过时。
|
void |
setAction(String action)
已过时。
|
void |
setChecked(Boolean checked)
已过时。
|
void |
setChildren(List<TreeComponentModel> children)
已过时。
|
void |
setCls(String cls)
已过时。
|
void |
setExpanded(Boolean expanded)
已过时。
|
void |
setId(String id)
已过时。
|
void |
setLeaf(Boolean leaf)
已过时。
|
void |
setParam(String param)
已过时。
|
void |
setParendId(String parendId)
已过时。
|
void |
setText(String text)
已过时。
|
void |
setValue(String value)
已过时。
|
public boolean addChild(TreeComponentModel child)
child
- TreePageComponentModel
子节点public TreeComponentModel getParentNodeObject(String parentId)
parentId
- TreePageComponentModel
null
public String getId()
public void setId(String id)
id
- the id to setpublic String getText()
public void setText(String text)
text
- the text to setpublic String getCls()
public void setCls(String cls)
cls
- the cls to setpublic Boolean getExpanded()
public void setExpanded(Boolean expanded)
expanded
- the expanded to setpublic Boolean getLeaf()
public void setLeaf(Boolean leaf)
leaf
- the leaf to setpublic Boolean getChecked()
public void setChecked(Boolean checked)
checked
- the checked to setpublic List<TreeComponentModel> getChildren()
public void setChildren(List<TreeComponentModel> children)
children
- the children to setpublic String getParendId()
public void setParendId(String parendId)
parendId
- the parendId to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic String getAction()
public void setAction(String action)
action
- the action to setpublic String getParam()
public void setParam(String param)
param
- the param to setCopyright © 2014 EPIC Team. All rights reserved.