Uses of Class
com.esri.core.map.popup.PopupFieldInfo

Packages that use PopupFieldInfo
com.esri.core.map.popup Contains classes that are used to define popups on the map. 
 

Uses of PopupFieldInfo in com.esri.core.map.popup
 

Methods in com.esri.core.map.popup that return PopupFieldInfo
static PopupFieldInfo PopupFieldInfo.fromJson(org.codehaus.jackson.JsonParser parser)
          Constructs a PopupFieldInfo object from its JSON representation.
 PopupFieldInfo PopupInfo.getFieldInfo(String fieldName)
          Given a field name, returns the definition of how a graphic's field should be displayed in the popup.
 PopupFieldInfo[] PopupInfo.getFieldInfos()
          Return an array of PopupFieldInfo objects which represent how a graphic's fields should be displayed in the popup.
 

Methods in com.esri.core.map.popup with parameters of type PopupFieldInfo
 void PopupInfo.setFieldInfos(PopupFieldInfo[] fieldInfos)
          Sets a list of a graphic’s fields to be displayed in the popup.
 



Copyright © 2012. All Rights Reserved.