Uses of Class
com.esri.map.popup.PopupView

Packages that use PopupView
com.esri.map.popup   
 

Uses of PopupView in com.esri.map.popup
 

Methods in com.esri.map.popup that return PopupView
static PopupView PopupView.createAttributesView(String title, Field[] fields)
          Create an instance of the PopupView that displays a simple list of attributes and values.
static PopupView PopupView.createAttributesView(String itemTitle, Graphic graphic)
          Create an instance of the PopupView that displays a simple list of attributes and values.
static PopupView PopupView.createEditView(String title, ArcGISFeatureLayer featureLayer)
          Create an instance of the PopupView that can be used to edit the attributes of features in the given layer.
static PopupView PopupView.createEditView(String title, ArcGISFeatureLayer featureLayer, Map<String,com.esri.core.map.popup.PopupFieldInfo> fieldInfos)
          Create an instance of the PopupView that can be used to edit the attributes of features in the given layer.
 PopupView PopupViewEvent.getPopup()
          Gets the popup view that fired the event.
 



Copyright © 2012. All Rights Reserved.