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

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

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

Subclasses of PopupFormatValue in com.esri.core.map.popup
 class PopupDateFormatValue
          The PopupDateFormatValue class extends PopupFormatValue and represents the date format.
 class PopupNumberFormatValue
          The PopupNumberFormatValue class extends PopupFormatValue and represents the number format.
 

Methods in com.esri.core.map.popup that return PopupFormatValue
static PopupFormatValue PopupFormatValue.fromJson(org.codehaus.jackson.JsonParser parser)
          Constructs a PopupFormatValue object from its JSON representation.
 PopupFormatValue PopupFieldInfo.getFormat()
          Returns the format of the field.
 

Methods in com.esri.core.map.popup with parameters of type PopupFormatValue
 void PopupFieldInfo.setFormat(PopupFormatValue format)
          Sets the popup field's format from a PopupFormatValue.
 



Copyright © 2012. All Rights Reserved.