org.apache.myfaces.custom.tree2
public class HtmlTree extends UITreeData
Version: $Revision: 227470 $ $Date: 2005-08-04 22:28:49 +0200 (Thu, 04 Aug 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlTree()
Constructor | |
| Method Summary | |
|---|---|
| UICommand | getExpandControl()
Gets the expand/collapse control that can be used to handle expand/collapse nodes. |
| boolean | isNodeSelected()
Indicates whether or not the current TreeNode is selected. |
| protected void | processChildNodes(FacesContext context, TreeNode parentNode, int processAction)
Indicates whether or not the current TreeNode is expanded. |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setNodeId(String nodeId) |
| void | setNodeSelected(ActionEvent event)
Implements the javax.faces.event.ActionListener interface. |
| void | setVarNodeToggler(String varNodeToggler) |
Returns: UICommand
Returns: boolean
Returns: boolean
Parameters: event ActionEvent