com.esri.adf.web.aws.data
Class AWSTocLayerContent

java.lang.Object
  extended by com.esri.adf.web.data.TocNodeContent
      extended by com.esri.adf.web.aws.data.AWSTocLayerContent
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, no replacement

@Deprecated
public class AWSTocLayerContent
extends TocNodeContent

See Also:
Serialized Form

Field Summary
protected  AWSTocFunctionality tFunc
          Deprecated.  
 
Constructor Summary
AWSTocLayerContent(AWSTocFunctionality tocFunc, com.esri.aws.LayerInfo layer)
          Deprecated. Constructs the ArcWebTocFunctionality object and stores the information needed for the layer.
 
Method Summary
 java.lang.String getText()
          Deprecated. Returns the text displayed on the node.
 void handleCheckedEvent(boolean checked, TocEvent args)
          Deprecated. Handles the checked/unchecked event occuring at a node.
 void handleNodeEvent(TocEvent args)
          Deprecated. Handles the event which occurs at a content node.
 boolean isCheckable()
          Deprecated. Returns an indicator whether this node is checkable.
 boolean isChecked()
          Deprecated. If isCheckable() is true, it indicates whether it is checked.
 boolean isDisabled()
          Deprecated. 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

tFunc

protected AWSTocFunctionality tFunc
Deprecated. 
Constructor Detail

AWSTocLayerContent

public AWSTocLayerContent(AWSTocFunctionality tocFunc,
                          com.esri.aws.LayerInfo layer)
Deprecated. 
Constructs the ArcWebTocFunctionality object and stores the information needed for the layer.

Parameters:
layer - the LayerInfo object
Method Detail

getText

public java.lang.String getText()
Deprecated. 
Returns the text displayed on the node.

Specified by:
getText in class TocNodeContent
Returns:
the text

handleCheckedEvent

public void handleCheckedEvent(boolean checked,
                               TocEvent args)
Deprecated. 
Handles the checked/unchecked event occuring at a node.

Overrides:
handleCheckedEvent in class TocNodeContent
Parameters:
checked - if true, node is checked
args - the TocEvent

handleNodeEvent

public void handleNodeEvent(TocEvent args)
Deprecated. 
Handles the event which occurs at a content node.

Specified by:
handleNodeEvent in class TocNodeContent
Parameters:
args - the TocEvent

isCheckable

public boolean isCheckable()
Deprecated. 
Returns an indicator whether this node is checkable.

Overrides:
isCheckable in class TocNodeContent
Returns:
boolean- if true, the node is checkable. The default is false.

isChecked

public boolean isChecked()
Deprecated. 
If isCheckable() is true, it indicates whether it is checked.

Overrides:
isChecked in class TocNodeContent
Returns:
boolean- returns false

isDisabled

public boolean isDisabled()
Deprecated. 
Returns an indicator whether this node disabled.

Overrides:
isDisabled in class TocNodeContent
Returns:
boolean- if true, the node is disabled. The default is false.