| com.flexive.faces.components.TreeNode
TreeNode | public class TreeNode extends UIOutput (Code) | | Tree node component. Specifies a node in a Tree. Must be nested in
a fxTree component. May include nested nodes in its body.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
Constructor Summary | |
public | TreeNode() Default constructor. |
TreeNode | public TreeNode()(Code) | | Default constructor.
|
getRendersChildren | public boolean getRendersChildren()(Code) | | |
restoreState | public void restoreState(FacesContext facesContext, Object o)(Code) | | |
saveState | public Object saveState(FacesContext facesContext)(Code) | | |
setTitleClass | public void setTitleClass(String titleClass)(Code) | | |
writeTreeNodes | public void writeTreeNodes(TreeNodeWriter writer) throws IOException(Code) | | Write all tree nodes, including optional child nodes, to the
given tree writer.
Parameters: writer - the tree node writer throws: IOException - if the tree could not be written to the output writer |
|
|