com.esri.core.portal
Class WebMapPopupInfo

java.lang.Object
  extended by com.esri.core.portal.WebMapPopupInfo

public class WebMapPopupInfo
extends Object

Since:
10.1.1

Method Summary
protected static WebMapPopupInfo fromJson(org.codehaus.jackson.JsonParser parser)
           
 String getLayerUrl()
          Gets the layer url.
 com.esri.core.map.popup.PopupInfo getPopupInfo()
          Gets the popup info.
 void setLayerUrl(String layerUrl)
          Sets the layer url.
 void setPopupInfo(com.esri.core.map.popup.PopupInfo popupInfo)
          Sets the popup info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPopupInfo

public com.esri.core.map.popup.PopupInfo getPopupInfo()
Gets the popup info.

Returns:
the mPopupInfo
Since:
10.1.1

setPopupInfo

public void setPopupInfo(com.esri.core.map.popup.PopupInfo popupInfo)
Sets the popup info.

Parameters:
popupInfo - the mPopupInfo to set
Since:
10.1.1

getLayerUrl

public String getLayerUrl()
Gets the layer url.

Returns:
the mLayer
Since:
10.1.1

setLayerUrl

public void setLayerUrl(String layerUrl)
Sets the layer url.

Parameters:
layerUrl - the layer url
Since:
10.1.1

fromJson

protected static WebMapPopupInfo fromJson(org.codehaus.jackson.JsonParser parser)
                                   throws PortalException
Throws:
PortalException


Copyright © 2012. All Rights Reserved.