com.esri.adf.web.ejb.data
Class EJBTocLayerContent

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

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

@Deprecated
public class EJBTocLayerContent
extends TocNodeContent

See Also:
Serialized Form

Field Summary
protected static java.util.ArrayList<javax.faces.model.SelectItem> commonItems
          Deprecated.  
protected  EJBTocFunctionality ejbTocFunctionality
          Deprecated.  
protected  double fromScale
          Deprecated.  
protected  int layerID
          Deprecated.  
protected  java.lang.String layerName
          Deprecated.  
protected  boolean scaleIndependent
          Deprecated.  
protected  boolean symbolsGenerated
          Deprecated.  
protected  double toScale
          Deprecated.  
protected  boolean visible
          Deprecated.  
 
Constructor Summary
EJBTocLayerContent()
          Deprecated.  
 
Method Summary
 java.util.List<javax.faces.model.SelectItem> getContextMenuItems()
          Deprecated. The list of javax.faces.model.SelectItem objects representing each item of this node's context menu.
 int getLayerId()
          Deprecated.  
 java.lang.String getText()
          Deprecated. Returns the text displayed on the node.
 EJBTocFunctionality getTocFunctionality()
          Deprecated.  
 void handleCheckedEvent(boolean checked, TocEvent args)
          Deprecated. Handles the checked/unchecked event occuring at a node.
 void handleExpandCollapseEvent(boolean expanded, TocEvent args)
          Deprecated. Handles the expand/collapse event occuring at a node.
 void handleNodeEvent(TocEvent args)
          Deprecated. Handles the event which occurs at a content node.
 void initLayerContent(EJBTocFunctionality tocFunc, com.esri.arcgisws.MapLayerInfo layerInfo)
          Deprecated.  
 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.
 boolean isLayerVisible()
          Deprecated.  
 boolean isSymbolsGenerated()
          Deprecated.  
 void setLayerVisible(boolean visible)
          Deprecated.  
 void setSymbolsGenerated(boolean symbolsGenerated)
          Deprecated.  
 
Methods inherited from class com.esri.adf.web.data.TocNodeContent
getImageUrl, handleContextMenuEvent, isSelected, isUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbTocFunctionality

protected EJBTocFunctionality ejbTocFunctionality
Deprecated. 

layerName

protected java.lang.String layerName
Deprecated. 

layerID

protected int layerID
Deprecated. 

fromScale

protected double fromScale
Deprecated. 

toScale

protected double toScale
Deprecated. 

scaleIndependent

protected boolean scaleIndependent
Deprecated. 

visible

protected boolean visible
Deprecated. 

symbolsGenerated

protected boolean symbolsGenerated
Deprecated. 

commonItems

protected static final java.util.ArrayList<javax.faces.model.SelectItem> commonItems
Deprecated. 
Constructor Detail

EJBTocLayerContent

public EJBTocLayerContent()
Deprecated. 
Method Detail

getTocFunctionality

public EJBTocFunctionality getTocFunctionality()
Deprecated. 

initLayerContent

public void initLayerContent(EJBTocFunctionality tocFunc,
                             com.esri.arcgisws.MapLayerInfo layerInfo)
Deprecated. 

handleNodeEvent

public void handleNodeEvent(TocEvent args)
Deprecated. 
Description copied from class: TocNodeContent
Handles the event which occurs at a content node. The TocNode delegates event handling for node content operations to this method, typically when the node is clicked.

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

handleExpandCollapseEvent

public void handleExpandCollapseEvent(boolean expanded,
                                      TocEvent args)
                               throws java.lang.Exception
Deprecated. 
Description copied from class: TocNodeContent
Handles the expand/collapse event occuring at a node.

Overrides:
handleExpandCollapseEvent in class TocNodeContent
Parameters:
expanded - if true, node is expanded
args - the TocEvent
Throws:
java.lang.Exception

handleCheckedEvent

public void handleCheckedEvent(boolean checked,
                               TocEvent args)
                        throws java.lang.Exception
Deprecated. 
Description copied from class: TocNodeContent
Handles the checked/unchecked event occuring at a node.

Overrides:
handleCheckedEvent in class TocNodeContent
Parameters:
checked - if true, node is checked
args - the TocEvent
Throws:
java.lang.Exception

getText

public java.lang.String getText()
Deprecated. 
Description copied from class: TocNodeContent
Returns the text displayed on the node.

Specified by:
getText in class TocNodeContent
Returns:
String- the text

isCheckable

public boolean isCheckable()
Deprecated. 
Description copied from class: TocNodeContent
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. 
Description copied from class: TocNodeContent
If isCheckable() is true, it indicates whether it is checked. If isCheckable() is false, this method has no significance.

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

isDisabled

public boolean isDisabled()
Deprecated. 
Description copied from class: TocNodeContent
Returns an indicator whether this node disabled.

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

isLayerVisible

public boolean isLayerVisible()
Deprecated. 

setLayerVisible

public void setLayerVisible(boolean visible)
Deprecated. 

getLayerId

public int getLayerId()
Deprecated. 

isSymbolsGenerated

public boolean isSymbolsGenerated()
Deprecated. 

setSymbolsGenerated

public void setSymbolsGenerated(boolean symbolsGenerated)
Deprecated. 

getContextMenuItems

public java.util.List<javax.faces.model.SelectItem> getContextMenuItems()
Deprecated. 
Description copied from class: TocNodeContent
The list of javax.faces.model.SelectItem objects representing each item of this node's context menu. This default implementation returns null.

Overrides:
getContextMenuItems in class TocNodeContent
Returns:
a List of javax.faces.model.SelectItem objects