public class

ArcGISDescriptionAdapter

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

Class Overview

Default attribute adapter displaying only the description in a WebView

Summary

[Expand]
Inherited Constants
From interface android.widget.Adapter
[Expand]
Inherited Fields
From class com.esri.android.map.popup.ArcGISAttributesAdapter
Public Constructors
ArcGISDescriptionAdapter(Context context, Popup popup)
Constructor taking a context and a popup.
Public Methods
void applyStyle(ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)
int getCount()
Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle()
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 ArcGISDescriptionAdapter (Context context, Popup popup)

Constructor taking a context and a popup.

Parameters
context the context
popup the popup
Throws
Exception An exception is thrown if the context passed in parameter is not an Activity

Public Methods

public void applyStyle (ArcGISPopupStyle style, ArcGISPopupStyle.STYLE_ELEMENT styleElement)

public int getCount ()

public Set<ArcGISPopupStyle.STYLE_ELEMENT> getRegisteredStyle ()

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

public void refresh ()

Perform housekeeping when needed