public interface FactoryViewModel extends ViewModel
Modifier and Type | Interface and Description |
---|---|
static class |
FactoryViewModel.Factory |
Modifier and Type | Method and Description |
---|---|
void |
bindViews() |
android.app.Activity |
getActivity() |
Controller |
getController() |
PanFragment |
getFragment() |
void |
setActivity(android.app.Activity activity) |
void |
setController(GeneralController c) |
void |
setFragment(PanFragment fragment) |
void |
setRootView(android.view.View rootView) |
getRootView, render
Controller getController()
void setController(GeneralController c)
android.app.Activity getActivity()
PanFragment getFragment()
void setFragment(PanFragment fragment)
void setActivity(android.app.Activity activity)
void bindViews()
void setRootView(android.view.View rootView)