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