public static interface EmptyViewHelper.OnEmptyViewListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdateEmptyDataView(int size)
Called at startup and every time a main item is inserted or removed.
|
void |
onUpdateEmptyFilterView(int size)
Called at each filter request.
|
void onUpdateEmptyDataView(int size)
Note: Having any Scrollable Headers/Footers visible, the size
will represents only the main items.
size - the current number of main items in the adapter, result of
FlexibleAdapter#getMainItemCount()void onUpdateEmptyFilterView(int size)
size - the current number of filtered items.