Package org.apache.myfaces.tobago.model
Class TreeState
java.lang.Object
org.apache.myfaces.tobago.model.TreeState
- All Implemented Interfaces:
Serializable
,ScrollPositionState
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTreeState
(ExpandedState expandedState, SelectedState selectedState) TreeState
(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TreeState
public TreeState() -
TreeState
-
TreeState
public TreeState(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition)
-
-
Method Details
-
getExpandedState
-
getSelectedState
-
getScrollPosition
- Specified by:
getScrollPosition
in interfaceScrollPositionState
-