public class ReplayCommentAdapter
extends android.widget.BaseAdapter
implements android.view.View.OnClickListener
限定符和类型 | 类和说明 |
---|---|
static interface |
ReplayCommentAdapter.Callback |
构造器和说明 |
---|
ReplayCommentAdapter(CommentPresenter commentPresenter,
int source,
ReplayCommentAdapter.Callback callback) |
限定符和类型 | 方法和说明 |
---|---|
int |
getCount() |
java.lang.Object |
getItem(int position) |
long |
getItemId(int position) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
void |
onClick(android.view.View view) |
public ReplayCommentAdapter(CommentPresenter commentPresenter, int source, ReplayCommentAdapter.Callback callback)
public void onClick(android.view.View view)
onClick
在接口中 android.view.View.OnClickListener
public int getCount()
getCount
在接口中 android.widget.Adapter
public java.lang.Object getItem(int position)
getItem
在接口中 android.widget.Adapter
public long getItemId(int position)
getItemId
在接口中 android.widget.Adapter
public android.view.View getView(int position, android.view.View convertView, android.view.ViewGroup parent)
getView
在接口中 android.widget.Adapter