public class

ArcGISReadOnlyAttributesAdapter

extends ArcGISAttributesAdapter
java.lang.Object
   ↳ com.esri.android.map.popup.ArcGISAttributesAdapter
     ↳ com.esri.android.map.popup.ArcGISReadOnlyAttributesAdapter

Class Overview

Default adapter to display graphic's attributes in read-only mode.

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
[Expand]
Inherited Fields
From class com.esri.android.map.popup.ArcGISAttributesAdapter
Public Constructors
ArcGISReadOnlyAttributesAdapter(Context context, Popup popup)
Constructor taking a context and a popup.
Public Methods
View getView(int position, View convertView, ViewGroup parent)
void refresh()
Perform housekeeping when needed
[Expand]
Inherited Methods
From class com.esri.android.map.popup.ArcGISAttributesAdapter
From class java.lang.Object
From interface android.widget.Adapter

Public Constructors

public ArcGISReadOnlyAttributesAdapter (Context context, Popup popup)

Constructor taking a context and a popup.

Parameters
context the context
popup the popup

Public Methods

public View getView (int position, View convertView, ViewGroup parent)

public void refresh ()

Perform housekeeping when needed