BaseAdapter
java.lang.Object
BaseAdapter
An adapter that uses decoration through annotations to display
elements in a list view or spinner. This class is used internally by widgets
like ListView
and Spinner
, so most users won't need to use
this class directly unless they want to add Sofia-like decoration features
to other widgets that aren't yet supported.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
DecoratingAdapter(Context context, int defaultViewResId, List<E> list)
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int
|
getCount()
| ||||||||||
View
|
getDropDownView(int position, View convertView, ViewGroup parent)
| ||||||||||
Filter
|
getFilter()
| ||||||||||
E
|
getItem(int position)
| ||||||||||
long
|
getItemId(int position)
| ||||||||||
View
|
getView(int position, View convertView, ViewGroup parent)
|
Methods inherited from
class
java.lang.Object
| |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object
|
clone()
| ||||||||||
boolean
|
equals(Object arg0)
| ||||||||||
void
|
finalize()
| ||||||||||
final
Class<?>
|
getClass()
| ||||||||||
int
|
hashCode()
| ||||||||||
final
void
|
notify()
| ||||||||||
final
void
|
notifyAll()
| ||||||||||
String
|
toString()
| ||||||||||
final
void
|
wait()
| ||||||||||
final
void
|
wait(long arg0, int arg1)
| ||||||||||
final
void
|
wait(long arg0)
|