Class TreeTestController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.test.TreeTestController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class TreeTestController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeTestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectclearSelected()CantorIntervalgetInfinite()DefaultMutableTreeNodegetSmall()org.apache.myfaces.tobago.model.TreeStategetState()DefaultMutableTreeNodegetTree()org.apache.myfaces.tobago.model.TreeDataModelgetTreeInSheet()StringopenAll()
-
-
-
Method Detail
-
getTree
public DefaultMutableTreeNode getTree()
-
getSmall
public DefaultMutableTreeNode getSmall()
-
getTreeInSheet
public org.apache.myfaces.tobago.model.TreeDataModel getTreeInSheet()
-
getState
public org.apache.myfaces.tobago.model.TreeState getState()
-
openAll
public String openAll()
-
getInfinite
public CantorInterval getInfinite()
-
clearSelected
public Object clearSelected()
-
-