Class TreeListboxController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.TreeListboxController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class TreeListboxController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeListboxController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultMutableTreeNodegetSample()TreeStategetState()voidsetState(TreeState state)Stringsubmit()
-
-
-
Method Detail
-
submit
public String submit()
-
getSample
public DefaultMutableTreeNode getSample()
-
getState
public TreeState getState()
-
setState
public void setState(TreeState state)
-
-