Skip navigation links
A C E G I L M O P R S T 

A

animateContentViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
Called to animate from loading view to content view
animateContentViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
Called to animate from loading view to content view
animateErrorViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
Animates the error view in (instead of displaying content view / loading view)
animateErrorViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
Animates the error view in (instead of displaying content view / loading view)
animateLoadingViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
Override this method if you want to provide your own animation for showing the loading view
animateLoadingViewIn() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
Override this method if you want to provide your own animation for showing the loading view

C

contentView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
contentView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 
createPresenter() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
Instantiate a presenter instance
createPresenter() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
Creates a new presenter instance, if needed.

E

errorView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
errorView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 

G

getErrorMessage(Throwable, boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
Get the error message for a certain Exception that will be shown on RxMvpLceAppCompatActivity.showError(Throwable, boolean)
getErrorMessage(Throwable, boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
Get the error message for a certain Exception that will be shown on {mylink #showError(Throwable, boolean)}
getMvpDelegate() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
Get the mvp delegate.
getMvpDelegate() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
* Get the mvp delegate.
getMvpView() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
getMvpView() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
getNonMosbyLastCustomNonConfigurationInstance() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
getPresenter() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
getPresenter() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 

I

isRetainInstance() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
isRetainInstance() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 

L

loadingView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
loadingView - Variable in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 

M

mvpDelegate - Variable in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
mvpDelegate - Variable in class threshold.rxlifecyclewithmvp.RxMvpFragment
 

O

onActivityCreated(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onAttach(Activity) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onContentChanged() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
onContentChanged() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onCreate(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onCreate(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onDestroy() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onDestroy() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onDestroyView() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 
onDestroyView() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onDetach() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onErrorViewClicked() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
Called if the error view has been clicked.
onErrorViewClicked() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
Called if the error view has been clicked.
onPause() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onPause() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onPostCreate(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onRestart() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onResume() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onResume() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onRetainCustomNonConfigurationInstance() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
Internally used by Mosby.
onRetainNonMosbyCustomNonConfigurationInstance() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onSaveInstanceState(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onSaveInstanceState(Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onStart() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onStart() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onStop() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
onStop() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
onViewCreated(View, Bundle) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 
onViewCreated(View, Bundle) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 

P

presenter - Variable in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
presenter - Variable in class threshold.rxlifecyclewithmvp.RxMvpFragment
The presenter for this view.

R

retainInstance - Variable in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
RxMvpAppCompatActivity<V extends com.hannesdorfmann.mosby.mvp.MvpView,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> - Class in threshold.rxlifecyclewithmvp
An Activity that uses an MvpPresenter to implement a Model-View-Presenter architecture.
RxMvpAppCompatActivity() - Constructor for class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
RxMvpFragment<V extends com.hannesdorfmann.mosby.mvp.MvpView,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> - Class in threshold.rxlifecyclewithmvp
A Fragment that uses an MvpPresenter to implement a Model-View-Presenter architecture
RxMvpFragment() - Constructor for class threshold.rxlifecyclewithmvp.RxMvpFragment
 
RxMvpLceAppCompatActivity<CV extends android.view.View,M,V extends com.hannesdorfmann.mosby.mvp.lce.MvpLceView<M>,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> - Class in threshold.rxlifecyclewithmvp.lce
A RxMvpAppCompatActivity that implements MvpLceView which gives you 3 options: Display a loading view: A view with R.id.loadingView must be specified in your inflated xml layout Display a error view: A TextView with R.id.errorView must be declared in your inflated xml layout Display content view: A view with R.id.contentView must be specified in your inflated xml layout
RxMvpLceAppCompatActivity() - Constructor for class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
RxMvpLceFragment<CV extends android.view.View,M,V extends com.hannesdorfmann.mosby.mvp.lce.MvpLceView<M>,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> - Class in threshold.rxlifecyclewithmvp.lce
A {mylink RxMvpFragment} that implements {mylink MvpLceView} which gives you 3 options: Display a loading view: A view with R.id.loadingView must be specified in your inflated xml layout Display a error view: A TextView with R.id.errorView must be declared in your inflated xml layout Display content view: A view with R.id.contentView must be specified in your inflated xml layout
RxMvpLceFragment() - Constructor for class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 

S

setPresenter(P) - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
setPresenter(P) - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
setRetainInstance(boolean) - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
shouldInstanceBeRetained() - Method in class threshold.rxlifecyclewithmvp.RxMvpAppCompatActivity
 
shouldInstanceBeRetained() - Method in class threshold.rxlifecyclewithmvp.RxMvpFragment
 
showContent() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
showContent() - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 
showError(Throwable, boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
showError(Throwable, boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 
showLightError(String) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
The default behaviour is to display a toast message as light error (i.e.
showLightError(String) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
The default behaviour is to display a toast message as light error (i.e.
showLoading(boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceAppCompatActivity
 
showLoading(boolean) - Method in class threshold.rxlifecyclewithmvp.lce.RxMvpLceFragment
 

T

threshold.rxlifecyclewithmvp - package threshold.rxlifecyclewithmvp
 
threshold.rxlifecyclewithmvp.lce - package threshold.rxlifecyclewithmvp.lce
 
A C E G I L M O P R S T 
Skip navigation links