|
|||||||||
| 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.aims.data.AIMSTocLayerContent
public class AIMSTocLayerContent
| Field Summary | |
|---|---|
protected static java.util.ArrayList<javax.faces.model.SelectItem> |
commonItems
|
static java.lang.String |
ZOOM_TO_LAYER_CONTEXT_MENU_ITEM
|
protected static javax.faces.model.SelectItem |
zoomToLayer
|
| Constructor Summary | |
|---|---|
AIMSTocLayerContent()
|
|
AIMSTocLayerContent(AIMSTocFunctionality aimsTocFunc,
com.esri.aims.mtier.model.map.layer.Layer layer)
Constructs the AIMSTocLayerContent object and stores the information needed for the layer. |
|
| Method Summary | |
|---|---|
java.util.List<javax.faces.model.SelectItem> |
getContextMenuItems()
The list of javax.faces.model.SelectItem objects representing each item of this node's context menu. |
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 |
handleContextMenuEvent(java.lang.String contextMenuItemValue,
TocEvent args)
Handles the context menu event occuring at a node. |
void |
handleNodeEvent(TocEvent args)
Handles the event which occurs at a content node. |
void |
initLayerContent(AIMSTocFunctionality aimsTocFunc,
com.esri.aims.mtier.model.map.layer.Layer layer)
|
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 |
|---|
getImageUrl, handleExpandCollapseEvent, isSelected, isUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ZOOM_TO_LAYER_CONTEXT_MENU_ITEM
protected static final javax.faces.model.SelectItem zoomToLayer
protected static final java.util.ArrayList<javax.faces.model.SelectItem> commonItems
| Constructor Detail |
|---|
public AIMSTocLayerContent()
public AIMSTocLayerContent(AIMSTocFunctionality aimsTocFunc,
com.esri.aims.mtier.model.map.layer.Layer layer)
aimsTocFunc - AIMSTocFunctionality objectlayer - the Layer object| Method Detail |
|---|
public void initLayerContent(AIMSTocFunctionality aimsTocFunc,
com.esri.aims.mtier.model.map.layer.Layer layer)
public java.lang.String getText()
getText in class TocNodeContentString- the text
public void handleCheckedEvent(boolean checked,
TocEvent args)
throws java.lang.Exception
handleCheckedEvent in class TocNodeContentchecked - if true, node is checkedargs - the TocEvent
java.lang.Exception
public void handleNodeEvent(TocEvent args)
throws java.lang.Exception
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 TocNodeContentpublic java.util.List<javax.faces.model.SelectItem> getContextMenuItems()
TocNodeContent
getContextMenuItems in class TocNodeContent
public void handleContextMenuEvent(java.lang.String contextMenuItemValue,
TocEvent args)
throws java.lang.Exception
TocNodeContent
handleContextMenuEvent in class TocNodeContentcontextMenuItemValue - the value of the context menu item to be processedargs - the TocEvent
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||