org.apache.myfaces.tobago.model
Class TreeState

java.lang.Object
  extended by org.apache.myfaces.tobago.model.TreeState
All Implemented Interfaces:
Serializable

public class TreeState
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TreeState(ExpandedState expandedState, SelectedState selectedState)
           
 
Method Summary
 ExpandedState getExpandedState()
           
 SelectedState getSelectedState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeState

public TreeState(ExpandedState expandedState,
                 SelectedState selectedState)
Method Detail

getExpandedState

public ExpandedState getExpandedState()

getSelectedState

public SelectedState getSelectedState()


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.