public abstract class FeatureCompatFragment<T_Presenter extends Presenter> extends ViewCompatFragment<T_Presenter> implements FeatureView
KEY_DEPENDENCY_SCOPE| Modifier | Constructor and Description |
|---|---|
protected |
FeatureCompatFragment() |
| Modifier and Type | Method and Description |
|---|---|
protected Feature |
getFeature() |
DependencyScope |
getScope() |
boolean |
isDialog()
Tests if this
FeatureView is a dialog, e.g. |
void |
onPause() |
void |
onResume() |
void |
onViewCreated(android.view.View view,
android.os.Bundle inState) |
void |
setFeature(Feature feature)
Sets the
Feature that owns this |
void |
setScope(DependencyScope scope) |
bind, bind, bind, getPresenter, getState, getView, getViewTag, onActivityCreated, onCreateBindings, onDestroy, onRestoreDependencies, onRestoreState, onSaveDependencies, onSaveInstanceState, onSaveState, onStart, onStop, resolvePresenterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetState, getViewTagprotected Feature getFeature()
public void setFeature(Feature feature)
FeatureViewFeature that owns thissetFeature in interface FeatureViewfeature - A Feature.public DependencyScope getScope()
getScope in interface ScopeablegetScope in class ViewCompatFragment<T_Presenter extends Presenter>public void setScope(DependencyScope scope)
setScope in interface ScopeablesetScope in class ViewCompatFragment<T_Presenter extends Presenter>public boolean isDialog()
FeatureViewFeatureView is a dialog, e.g. DialogFragment.isDialog in interface FeatureViewboolean value.public void onViewCreated(android.view.View view,
android.os.Bundle inState)
onViewCreated in class ViewCompatFragment<T_Presenter extends Presenter>public void onResume()
onResume in class ViewCompatFragment<T_Presenter extends Presenter>public void onPause()
onPause in class ViewCompatFragment<T_Presenter extends Presenter>