Class TreeController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.TreeController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class TreeController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultMutableTreeNodegetSample()booleanisTreeIndentRendered()booleanisTreeIndentShowJunction()booleanisTreeShowRoot()booleanisTreeShowRootJunction()voidsetTreeIndentRendered(boolean treeIndentRendered)voidsetTreeIndentShowJunction(boolean treeIndentShowJunction)voidsetTreeShowRoot(boolean treeShowRoot)voidsetTreeShowRootJunction(boolean treeShowRootJunction)
-
-
-
Method Detail
-
getSample
public DefaultMutableTreeNode getSample()
-
isTreeShowRoot
public boolean isTreeShowRoot()
-
setTreeShowRoot
public void setTreeShowRoot(boolean treeShowRoot)
-
isTreeShowRootJunction
public boolean isTreeShowRootJunction()
-
setTreeShowRootJunction
public void setTreeShowRootJunction(boolean treeShowRootJunction)
-
isTreeIndentRendered
public boolean isTreeIndentRendered()
-
setTreeIndentRendered
public void setTreeIndentRendered(boolean treeIndentRendered)
-
isTreeIndentShowJunction
public boolean isTreeIndentShowJunction()
-
setTreeIndentShowJunction
public void setTreeIndentShowJunction(boolean treeIndentShowJunction)
-
-