Filter by API Level:
Package Index
|
Class Index
android
com.htc.app
com.htc.content
com.htc.fragment.content
com.htc.fragment.widget
com.htc.lockscreen.fusion.open
com.htc.lockscreen.open.phone
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.provider
com.htc.res
com.htc.util.skin
com.htc.view
com.htc.view.table
com.htc.view.util
com.htc.widget
Classes
ProxyListAdapter
Package Index
|
Class Index
Summary:
Inherited Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.0
public abstract class
ProxyListAdapter
extends
Object
implements
ListAdapter
java.lang.Object
↳
com.htc.view.util.ProxyListAdapter
Summary
[Expand]
Inherited Constants
From interface android.widget.Adapter
int
IGNORE_ITEM_VIEW_TYPE
int
NO_SELECTION
Public Constructors
ProxyListAdapter
()
[Expand]
Inherited Methods
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)
From interface
android.widget.Adapter
abstract int
getCount
()
abstract
Object
getItem
(int arg0)
abstract long
getItemId
(int arg0)
abstract int
getItemViewType
(int arg0)
abstract
View
getView
(int arg0,
View
arg1,
ViewGroup
arg2)
abstract int
getViewTypeCount
()
abstract boolean
hasStableIds
()
abstract boolean
isEmpty
()
abstract void
registerDataSetObserver
(
DataSetObserver
arg0)
abstract void
unregisterDataSetObserver
(
DataSetObserver
arg0)
From interface
android.widget.ListAdapter
abstract boolean
areAllItemsEnabled
()
abstract boolean
isEnabled
(int arg0)
Public Constructors
public
ProxyListAdapter
()
Since:
API Level 2.0