class PullToRefreshExpandableListView.InternalExpandableListView extends ExpandableListView implements EmptyViewMethodAccessor
Constructor and Description |
---|
PullToRefreshExpandableListView.InternalExpandableListView(Context context,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
ContextMenuInfo |
getContextMenuInfo() |
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 PullToRefreshExpandableListView.InternalExpandableListView(Context context, AttributeSet attrs)
public void setEmptyView(View emptyView)
EmptyViewMethodAccessor
setEmptyView
in interface EmptyViewMethodAccessor
public void setEmptyViewInternal(View emptyView)
EmptyViewMethodAccessor
setEmptyViewInternal
in interface EmptyViewMethodAccessor
public ContextMenuInfo getContextMenuInfo()