class PullToRefreshListView.InternalListView extends ListView implements EmptyViewMethodAccessor
Constructor and Description |
---|
PullToRefreshListView.InternalListView(Context context,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas) |
ContextMenuInfo |
getContextMenuInfo() |
void |
setAdapter(ListAdapter adapter) |
void |
setEmptyView(View emptyView)
Should call PullToRefreshBase.setEmptyView() which will then
automatically call through to setEmptyViewInternal()
|
void |
setEmptyViewInternal(View emptyView)
Calls upto AdapterView.setEmptyView()
|
public PullToRefreshListView.InternalListView(Context context, AttributeSet attrs)
public void setAdapter(ListAdapter adapter)
public void setEmptyView(View emptyView)
EmptyViewMethodAccessor
setEmptyView
in interface EmptyViewMethodAccessor
public void setEmptyViewInternal(View emptyView)
EmptyViewMethodAccessor
setEmptyViewInternal
in interface EmptyViewMethodAccessor
public ContextMenuInfo getContextMenuInfo()
public void draw(Canvas canvas)