com.esri.adf.web.data
Class TocModel

java.lang.Object
  extended by com.esri.adf.web.data.TocModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebResultsToc, WebToc

public abstract class TocModel
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  boolean init
           
protected  boolean showContextMenu
           
protected  boolean visible
           
 
Constructor Summary
TocModel()
           
 
Method Summary
 void addTimer(String timerName)
           
 TocNode findNode(long nodeId)
           
 TocNode findNode(String key)
           
abstract  Collection<TocNode> getRootNodes()
           
 List<String> getTimers()
           
abstract  String getTocModelType()
           
 boolean isInit()
           
 boolean isShowContextMenu()
           
 boolean isShowOpenResultLink()
           
 boolean isVisible()
           
 boolean removeNode(long nodeId)
           
 void setInit(boolean init)
           
 void setShowContextMenu(boolean showContextMenu)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visible

protected boolean visible

showContextMenu

protected boolean showContextMenu

init

protected boolean init
Constructor Detail

TocModel

public TocModel()
Method Detail

getRootNodes

public abstract Collection<TocNode> getRootNodes()

getTocModelType

public abstract String getTocModelType()

findNode

public TocNode findNode(String key)

findNode

public TocNode findNode(long nodeId)

removeNode

public boolean removeNode(long nodeId)

isShowContextMenu

public boolean isShowContextMenu()

setShowContextMenu

public void setShowContextMenu(boolean showContextMenu)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

isInit

public boolean isInit()

setInit

public void setInit(boolean init)

isShowOpenResultLink

public boolean isShowOpenResultLink()

addTimer

public void addTimer(String timerName)

getTimers

public List<String> getTimers()