| java.lang.Object | ||
| ↳ | com.esri.android.map.popup.ArcGISAttributesAdapter | |
| ↳ | com.esri.android.map.popup.ArcGISEditAttributesAdapter | |
Default attribute adapter to display graphic's attributes in edit mode
|
[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<String, Object> |
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
| |||||||||||
Constructor taking acontext and a poup.
| context | the context |
|---|---|
| popup | the popup |
Checks if values in the view are valid.
Perform housekeeping when needed