public class TreeNodeBean extends Object
Constructor and Description |
---|
TreeNodeBean() |
Modifier and Type | Method and Description |
---|---|
void |
collapse() |
void |
expand() |
Map<String,TreeNodeBean> |
getChildMap() |
Collection<TreeNodeBean> |
getChildren()
return the collection of children
|
String |
getIconId() |
Map<String,String> |
getIconIdRequest() |
String |
getNodeName()
The node name property.
|
String |
getRefId() |
Map<String,String> |
getRequest() |
String |
getStyleClass() |
boolean |
isHasChildren()
Getter for the "hasChildren" property.
|
boolean |
isShowChildren()
Getter method for the "showChildren"
property.
|
void |
setChildMap(Map<String,TreeNodeBean> childMap) |
void |
setHasChildren(boolean hasChildren)
Called by the
TreeNodeBuilder |
void |
setIconId(String iconId) |
void |
setNodeName(String nodeName)
Set the node name.
|
void |
setRefId(String refId) |
void |
setStyleClass(String styleClass) |
void |
setTreeNodeBeanBuilder(TreeNodeBeanBuilder builder) |
public void setTreeNodeBeanBuilder(TreeNodeBeanBuilder builder)
public Collection<TreeNodeBean> getChildren()
public void setChildMap(Map<String,TreeNodeBean> childMap)
public Map<String,TreeNodeBean> getChildMap()
public String getNodeName()
public void setNodeName(String nodeName)
nodeName
- The node name.public boolean isShowChildren()
public boolean isHasChildren()
public void setHasChildren(boolean hasChildren)
TreeNodeBuilder
hasChildren
- public void expand()
public void collapse()
public String getRefId()
public void setRefId(String refId)
public void setIconId(String iconId)
public String getIconId()
public String getStyleClass()
public void setStyleClass(String styleClass)