com.pmease.quickbuild.web.component.configuration
Class ConfigurationTreeState

java.lang.Object
  extended by com.pmease.quickbuild.web.component.configuration.ConfigurationTreeState
All Implemented Interfaces:
TreeState, java.io.Serializable

public class ConfigurationTreeState
extends java.lang.Object
implements TreeState

See Also:
Serialized Form

Constructor Summary
ConfigurationTreeState()
           
 
Method Summary
 boolean isExpanded(java.io.Serializable nodeKey)
           
 void setExpanded(java.io.Serializable nodeKey, boolean expanded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationTreeState

public ConfigurationTreeState()
Method Detail

isExpanded

public boolean isExpanded(java.io.Serializable nodeKey)
Specified by:
isExpanded in interface TreeState

setExpanded

public void setExpanded(java.io.Serializable nodeKey,
                        boolean expanded)
Specified by:
setExpanded in interface TreeState


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.