|
|||||||||
| 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.ejb.data.EJBTocLayerContent
@Deprecated public class EJBTocLayerContent
| 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 |
|---|
protected EJBTocFunctionality ejbTocFunctionality
protected java.lang.String layerName
protected int layerID
protected double fromScale
protected double toScale
protected boolean scaleIndependent
protected boolean visible
protected boolean symbolsGenerated
protected static final java.util.ArrayList<javax.faces.model.SelectItem> commonItems
| Constructor Detail |
|---|
public EJBTocLayerContent()
| Method Detail |
|---|
public EJBTocFunctionality getTocFunctionality()
public void initLayerContent(EJBTocFunctionality tocFunc,
com.esri.arcgisws.MapLayerInfo layerInfo)
public void handleNodeEvent(TocEvent args)
TocNodeContent
handleNodeEvent in class TocNodeContentargs - the TocEvent
public void handleExpandCollapseEvent(boolean expanded,
TocEvent args)
throws java.lang.Exception
TocNodeContent
handleExpandCollapseEvent in class TocNodeContentexpanded - if true, node is expandedargs - the TocEvent
java.lang.Exception
public void handleCheckedEvent(boolean checked,
TocEvent args)
throws java.lang.Exception
TocNodeContent
handleCheckedEvent in class TocNodeContentchecked - if true, node is checkedargs - the TocEvent
java.lang.Exceptionpublic java.lang.String getText()
TocNodeContent
getText in class TocNodeContentString- the textpublic boolean isCheckable()
TocNodeContent
isCheckable in class TocNodeContentpublic boolean isChecked()
TocNodeContent
isChecked in class TocNodeContentpublic boolean isDisabled()
TocNodeContent
isDisabled in class TocNodeContentpublic boolean isLayerVisible()
public void setLayerVisible(boolean visible)
public int getLayerId()
public boolean isSymbolsGenerated()
public void setSymbolsGenerated(boolean symbolsGenerated)
public java.util.List<javax.faces.model.SelectItem> getContextMenuItems()
TocNodeContent
getContextMenuItems in class TocNodeContent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||