| java.lang.Object | ||
| ↳ | com.esri.android.map.popup.ArcGISAttributesAdapter | |
| ↳ | com.esri.android.map.popup.ArcGISDescriptionAdapter | |
Default attribute adapter displaying only the description in a WebView
|
[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
| |||||||||||
Constructor taking a context and a popup.
| context | the context |
|---|---|
| popup | the popup |
| Exception | An exception is thrown if the context passed in parameter is not an Activity |
|---|
Perform housekeeping when needed