Package org.apache.myfaces.tobago.model
Class TreeState
- java.lang.Object
-
- org.apache.myfaces.tobago.model.TreeState
-
- All Implemented Interfaces:
Serializable
,ScrollPositionState
public class TreeState extends Object implements Serializable, ScrollPositionState
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeState()
TreeState(ExpandedState expandedState, SelectedState selectedState)
TreeState(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpandedState
getExpandedState()
ScrollPosition
getScrollPosition()
SelectedState
getSelectedState()
-
-
-
Constructor Detail
-
TreeState
public TreeState()
-
TreeState
public TreeState(ExpandedState expandedState, SelectedState selectedState)
-
TreeState
public TreeState(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition)
-
-
Method Detail
-
getExpandedState
public ExpandedState getExpandedState()
-
getSelectedState
public SelectedState getSelectedState()
-
getScrollPosition
public ScrollPosition getScrollPosition()
- Specified by:
getScrollPosition
in interfaceScrollPositionState
-
-