public class

ArcGISEditAttributesAdapter

extends ArcGISAttributesAdapter
implements PopupValid
java.lang.Object
   ↳ com.esri.android.map.popup.ArcGISAttributesAdapter
     ↳ com.esri.android.map.popup.ArcGISEditAttributesAdapter

Class Overview

Default attribute adapter to display graphic's attributes in edit mode

Summary

Nested Classes
class ArcGISEditAttributesAdapter.AttributeValueSpinner  
class ArcGISEditAttributesAdapter.CodedValueSpinnerAdapter  
class ArcGISEditAttributesAdapter.DateButton  
class ArcGISEditAttributesAdapter.EditTextBackgroundDrawable  
class ArcGISEditAttributesAdapter.RangeSpinnerAdapter  
class ArcGISEditAttributesAdapter.SpinnerBackgroundDrawable  
class ArcGISEditAttributesAdapter.TextViewSpinner  
[Expand]
Inherited Constants
From interface android.widget.Adapter
[Expand]
Inherited Fields
From class com.esri.android.map.popup.ArcGISAttributesAdapter
Public Constructors
ArcGISEditAttributesAdapter(Context context, Popup popup)
Constructor taking acontext and a poup.
Public Methods
Map<StringObject> getAttributes()
Gets the attributes.
View getView(int position, View convertView, ViewGroup parent)
boolean isValid()
Checks if values in the view are valid.
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
From interface com.esri.android.map.popup.PopupValid

Public Constructors

public ArcGISEditAttributesAdapter (Context context, Popup popup)

Constructor taking acontext and a poup.

Parameters
context the context
popup the popup

Public Methods

public Map<StringObject> getAttributes ()

Gets the attributes.

Returns
  • the attributes

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

public boolean isValid ()

Checks if values in the view are valid.

Returns
  • true, if all the criteria defined for this view were met.

public void refresh ()

Perform housekeeping when needed