public class FetchedRecyclerFragment<E extends IAndroidViewModel,VM extends> extends RecyclerFragment<E,VM>
emptyView, recyclerView| Constructor and Description |
|---|
FetchedRecyclerFragment() |
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
protected |
onCreateViewBinder() |
void |
onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState) |
void |
presentFetchingNextPage(boolean fetchingNextPage) |
void |
presentRefreshing(boolean refreshing) |
onCreateAdapter, onCreateLayoutManager, onDataSetChanged, setLocalizedEmptyMessage, setLocalizedEmptyMessageVisibilitypublic android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
onCreateView in class RecyclerFragment<E extends IAndroidViewModel,VM extends > public void onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState)
onViewCreated in class RecyclerFragment<E extends IAndroidViewModel,VM extends > protectedonCreateViewBinder()
onCreateViewBinder in class RecyclerFragment<E extends IAndroidViewModel,VM extends > public void presentRefreshing(boolean refreshing)
public void presentFetchingNextPage(boolean fetchingNextPage)