|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Constructors | |
---|---|
org.apache.click.extras.control.Menu(Element, AccessController)
use MenuFactory.buildMenu(org.w3c.dom.Element, org.apache.click.extras.security.AccessController, java.lang.Class)
instead |
|
org.apache.click.extras.tree.TreeNode(Object, String, TreeNode)
use TreeNode(java.lang.Object, java.lang.String)
instead and add to parent node through add(org.apache.click.extras.tree.TreeNode) .
Creates a node and sets the value, id and parent to the specified arguments. |
|
org.apache.click.extras.tree.TreeNode(Object, String, TreeNode, boolean)
use TreeNode(java.lang.Object, java.lang.String, boolean)
instead and add to parent node through add(org.apache.click.extras.tree.TreeNode) .
Creates a node and sets the value, id and parent to the specified arguments. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |