|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.faces.event.TocEvent.CheckedTocNode
public static class TocEvent.CheckedTocNode
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.
| 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 |
|---|
public TocEvent.CheckedTocNode(TocNode node,
boolean checked)
node - the TocNodechecked - if true, node is checked| Method Detail |
|---|
public boolean isChecked()
public TocNode getNode()
TocNode - the node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||