com.arsdigita.ui.sitemap
Class DisplayActions.NodeState

java.lang.Object
  extended bycom.arsdigita.ui.sitemap.DisplayActions.NodeState
Enclosing class:
DisplayActions

public class DisplayActions.NodeState
extends Object


Field Summary
 boolean hasChildren
           
 boolean hasInstance
           
 PageState ps
           
 
Constructor Summary
DisplayActions.NodeState(PageState s, boolean children, boolean instance)
           
 
Method Summary
 boolean getHasChildren()
           
 boolean getHasInstance()
           
 PageState getPageState()
           
 void setHasChildren(boolean val)
           
 void setHasInstance(boolean val)
           
 void setPageState(PageState s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasChildren

public boolean hasChildren

hasInstance

public boolean hasInstance

ps

public PageState ps
Constructor Detail

DisplayActions.NodeState

public DisplayActions.NodeState(PageState s,
                                boolean children,
                                boolean instance)
Method Detail

setHasChildren

public void setHasChildren(boolean val)

setHasInstance

public void setHasInstance(boolean val)

setPageState

public void setPageState(PageState s)

getHasChildren

public boolean getHasChildren()

getHasInstance

public boolean getHasInstance()

getPageState

public PageState getPageState()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC