|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.adf.web.data.TocNodeContent
com.esri.adf.web.aws.data.AWSTocLayerContent
| Field Summary | |
protected AWSTocFunctionality |
tFunc
|
| Constructor Summary | |
AWSTocLayerContent(AWSTocFunctionality tocFunc,
com.esri.aws.LayerInfo layer)
Constructs the ArcWebTocFunctionality object and stores the information needed for the layer. |
|
| Method Summary | |
java.lang.String |
getText()
Returns the text displayed on the node. |
void |
handleCheckedEvent(boolean checked,
TocEvent args)
Handles the checked/unchecked event occuring at a node. |
void |
handleNodeEvent(TocEvent args)
Handles the event which occurs at a content node. |
boolean |
isCheckable()
Returns an indicator whether this node is checkable. |
boolean |
isChecked()
If isCheckable() is true, it indicates whether it is checked. |
boolean |
isDisabled()
Returns an indicator whether this node disabled. |
| Methods inherited from class com.esri.adf.web.data.TocNodeContent |
getContextMenuItems, getImageUrl, handleContextMenuEvent, handleExpandCollapseEvent, isSelected, isUrl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AWSTocFunctionality tFunc
| Constructor Detail |
public AWSTocLayerContent(AWSTocFunctionality tocFunc,
com.esri.aws.LayerInfo layer)
layer - the LayerInfo object| Method Detail |
public java.lang.String getText()
getText in class TocNodeContentString- the text
public void handleCheckedEvent(boolean checked,
TocEvent args)
handleCheckedEvent in class TocNodeContentchecked - if true, node is checkedargs - the TocEvent
java.lang.Exceptionpublic void handleNodeEvent(TocEvent args)
handleNodeEvent in class TocNodeContentargs - the TocEvent
java.lang.Exceptionpublic boolean isCheckable()
isCheckable in class TocNodeContentpublic boolean isChecked()
isChecked in class TocNodeContentpublic boolean isDisabled()
isDisabled in class TocNodeContent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||