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()org.apache.myfaces.tobago.model.TreeStategetState()voidsetState(org.apache.myfaces.tobago.model.TreeState state)Stringsubmit()
-
-
-
Method Detail
-
submit
public String submit()
-
getSample
public DefaultMutableTreeNode getSample()
-
getState
public org.apache.myfaces.tobago.model.TreeState getState()
-
setState
public void setState(org.apache.myfaces.tobago.model.TreeState state)
-
-