com.tonbeller.wcf.tree
Class TreeHandler
java.lang.Object
com.tonbeller.wcf.form.NodeHandlerSupport
com.tonbeller.wcf.tree.TreeHandler
- All Implemented Interfaces:
- NodeHandler
- public class TreeHandler
- extends NodeHandlerSupport
Manages a TreeComponent inside a FormComponent
- Author:
- av
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeHandler
public TreeHandler()
initialize
public void initialize(RequestContext context,
XmlComponent xmlComp,
org.w3c.dom.Element element)
throws java.lang.Exception
- Description copied from interface:
NodeHandler
- initializes the handler
- Specified by:
initialize in interface NodeHandler- Overrides:
initialize in class NodeHandlerSupport
- Throws:
java.lang.Exception
destroy
public void destroy(javax.servlet.http.HttpSession session)
throws java.lang.Exception
- Specified by:
destroy in interface NodeHandler- Overrides:
destroy in class NodeHandlerSupport
- Throws:
java.lang.Exception
render
public void render(RequestContext context)
throws java.lang.Exception
- Description copied from class:
NodeHandlerSupport
- does nothing
- Specified by:
render in interface NodeHandler- Overrides:
render in class NodeHandlerSupport
- Throws:
java.lang.Exception
getFormComp
public FormComponent getFormComp()
- Returns:
getTree
public TreeComponent getTree()
- Returns: