@SessionScoped @Named public class TreeController extends Object implements Serializable
| Constructor and Description |
|---|
TreeController() |
| Modifier and Type | Method and Description |
|---|---|
DefaultMutableTreeNode |
getSample() |
boolean |
isTreeIndentRendered() |
boolean |
isTreeIndentShowJunction() |
boolean |
isTreeShowRoot() |
boolean |
isTreeShowRootJunction() |
void |
setTreeIndentRendered(boolean treeIndentRendered) |
void |
setTreeIndentShowJunction(boolean treeIndentShowJunction) |
void |
setTreeShowRoot(boolean treeShowRoot) |
void |
setTreeShowRootJunction(boolean treeShowRootJunction) |
public DefaultMutableTreeNode getSample()
public boolean isTreeShowRoot()
public void setTreeShowRoot(boolean treeShowRoot)
public boolean isTreeShowRootJunction()
public void setTreeShowRootJunction(boolean treeShowRootJunction)
public boolean isTreeIndentRendered()
public void setTreeIndentRendered(boolean treeIndentRendered)
public boolean isTreeIndentShowJunction()
public void setTreeIndentShowJunction(boolean treeIndentShowJunction)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.