|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.adf.web.aims.data.AIMSTocFunctionality
| Field Summary | |
protected AIMSMapResource |
aimsResource
|
| Fields inherited from interface com.esri.adf.web.data.TocFunctionality |
FUNCTIONALITY_NAME |
| Constructor Summary | |
AIMSTocFunctionality()
|
|
| Method Summary | |
void |
createTocHierarchy(TocNode parentNode)
Creates the content hierarchy for this TOC. |
void |
destroyFunctionality()
The cleanup chores (such as releasing held resources) for the functionality must be performed in this method. |
java.lang.String |
getHideLayers()
|
GISResource |
getResource()
Returns the GISResource associated with this functionality. |
java.lang.String |
getSwatchBackgroundColor()
|
int |
getSwatchHeight()
|
int |
getSwatchWidth()
|
void |
initFunctionality(GISResource resource)
The initialization chores for the functionality must be performed in this method. |
boolean |
isShowAllLayers()
|
boolean |
isShowSwatches()
|
void |
setHideLayers(java.lang.String hideLayers)
|
void |
setShowAllLayers(boolean showAllLayer)
|
void |
setShowSwatches(boolean showSwatches)
|
void |
setSwatchBackgroundColor(java.lang.String swatchBackgroundColor)
|
void |
setSwatchHeight(int swatchHeight)
|
void |
setSwatchWidth(int swatchWidth)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AIMSMapResource aimsResource
| Constructor Detail |
public AIMSTocFunctionality()
| Method Detail |
public void initFunctionality(GISResource resource)
GISFunctionality
The initialization chores for the functionality must be performed in this method. This method is called by the
resource when the functionality needs to be initialized. This happens either when the resource
itself is being initialized or if users add this functionality to the resource using the
GISResource.addFunctionality(String, GISFunctionality) method after the resource has already
been initialized.
Classes which implement this method should maintain the resource as a class instance variable and
return the same in the GISFunctionality.getResource() method. The functionality is ready for use only after this method has
been called.
initFunctionality in interface GISFunctionalityresource - the GISResource that this functionality supportsGISResource.init(WebContext)public void destroyFunctionality()
GISFunctionality
The cleanup chores (such as releasing held resources) for the functionality must be performed in this method. This
method is called by the GISResource when the resource itself is being destroyed.
The functionality is no longer usable after this method has been called.
destroyFunctionality in interface GISFunctionalityGISResource.destroy()public void createTocHierarchy(TocNode parentNode)
TocFunctionalityCreates the content hierarchy for this TOC.
The content generated should be structured as a tree of TocNodes. The WebToc
calls this method on each TOC functionality when it first creates the TOC
hierarchy. It passes the TocNode representing the node for the resource of the
functionality to this method. The TOC functionality is reponsible for generating its content as children nodes of
this resource node.
createTocHierarchy in interface TocFunctionalityparentNode - the parent TocNode for the content generated by this TOC functionalitypublic GISResource getResource()
GISFunctionality
Returns the GISResource associated with this functionality.
The resource passed to GISFunctionality.initFunctionality(GISResource) is maintained as a class variable and is accessible
through this method.
getResource in interface GISFunctionalityGISResource associated with this functionalitypublic void setShowAllLayers(boolean showAllLayer)
public void setShowSwatches(boolean showSwatches)
public void setHideLayers(java.lang.String hideLayers)
public void setSwatchHeight(int swatchHeight)
public void setSwatchWidth(int swatchWidth)
public void setSwatchBackgroundColor(java.lang.String swatchBackgroundColor)
public boolean isShowAllLayers()
public boolean isShowSwatches()
public java.lang.String getHideLayers()
public int getSwatchHeight()
public int getSwatchWidth()
public java.lang.String getSwatchBackgroundColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||