public interface EmptyViewMethodAccessor
Modifier and Type | Method and Description |
---|---|
void |
setEmptyView(View emptyView)
Should call PullToRefreshBase.setEmptyView() which will then
automatically call through to setEmptyViewInternal()
|
void |
setEmptyViewInternal(View emptyView)
Calls upto AdapterView.setEmptyView()
|
void setEmptyViewInternal(View emptyView)
View
- to set as Empty Viewvoid setEmptyView(View emptyView)
View
- to set as Empty View