com.esri.adf.web.faces.event
Class TocEvent.CheckedTocNode

java.lang.Object
  extended by com.esri.adf.web.faces.event.TocEvent.CheckedTocNode
All Implemented Interfaces:
Serializable
Enclosing class:
TocEvent

public static class TocEvent.CheckedTocNode
extends Object
implements Serializable

Represents a node for the checked/unchecked operation. The checkedNodes variable of TocEventArgs is a collection of these TocEvent.CheckedTocNode objects. The TOC control calls the handleCheckedEvent method of the TocNode for every CheckedTocNode object.

See Also:
Serialized Form

Constructor Summary
TocEvent.CheckedTocNode(TocNode node, boolean checked)
          Represents a node for the checked/unchecked operation.
 
Method Summary
 TocNode getNode()
          Returns a node in the TOC.
 boolean isChecked()
          Returns whether or not the node is checked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TocEvent.CheckedTocNode

public TocEvent.CheckedTocNode(TocNode node,
                               boolean checked)
Represents a node for the checked/unchecked operation.

Parameters:
node - the TocNode
checked - if true, node is checked
Method Detail

isChecked

public boolean isChecked()
Returns whether or not the node is checked.

Returns:
boolean- if true, the node is checked

getNode

public TocNode getNode()
Returns a node in the TOC.

Returns:
TocNode - the node