public class RecyclerFragment<E extends IAndroidViewModel,VM extends> extends
| Modifier and Type | Field and Description |
|---|---|
protected android.view.View |
emptyView |
protected RecyclerView |
recyclerView |
| Constructor and Description |
|---|
RecyclerFragment() |
| Modifier and Type | Method and Description |
|---|---|
protected RecyclerView.Adapter |
onCreateAdapter(RecyclerView.LayoutManager layoutManger) |
protected RecyclerView.LayoutManager |
onCreateLayoutManager() |
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
protected |
onCreateViewBinder() |
void |
onDataSetChanged() |
void |
onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState) |
void |
setLocalizedEmptyMessage(java.lang.CharSequence localizedEmptyMessage) |
void |
setLocalizedEmptyMessageVisibility(boolean visibility) |
protected RecyclerView recyclerView
protected android.view.View emptyView
protectedonCreateViewBinder()
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)
public void onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState)
protected RecyclerView.LayoutManager onCreateLayoutManager()
protected RecyclerView.Adapter onCreateAdapter(RecyclerView.LayoutManager layoutManger)
public void onDataSetChanged()
public void setLocalizedEmptyMessage(java.lang.CharSequence localizedEmptyMessage)
public void setLocalizedEmptyMessageVisibility(boolean visibility)