| java.lang.Object | |
| ↳ | com.esri.android.map.popup.ArcGISMediaAdapter |
Default media adapter.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.widget.Adapter
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| protected ArrayList<PopupMediaInfo> | mMediaInfos | ||||||||||
| protected ArrayList<ArcGISMediaAdapter.MediaView> | mMediaViewCache | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ArcGISMediaAdapter(Context context, Popup popup)
Constructor taking a context and a popup.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | areAllItemsEnabled() | ||||||||||
| int |
getColumnWidth()
Gets the column width.
| ||||||||||
| int | getCount() | ||||||||||
| PopupMediaInfo | getItem(int position) | ||||||||||
| long | getItemId(int position) | ||||||||||
| int | getItemViewType(int position) | ||||||||||
| View | getView(int position, View convertView, ViewGroup parent) | ||||||||||
| int | getViewTypeCount() | ||||||||||
| boolean | hasStableIds() | ||||||||||
| boolean | isEmpty() | ||||||||||
| boolean | isEnabled(int position) | ||||||||||
| void | registerDataSetObserver(DataSetObserver observer) | ||||||||||
| void |
setColumnWidth(int columnWidth)
Sets the column width.
| ||||||||||
| void | unregisterDataSetObserver(DataSetObserver observer) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.widget.Adapter
| |||||||||||
From interface
android.widget.ListAdapter
| |||||||||||
Constructor taking a context and a popup.
| context | the context |
|---|---|
| popup | the popup |
Gets the column width.
Sets the column width.
| columnWidth | the column width |
|---|