A B C D E F G H I L M N O P Q R S T U V W Z 

A

add(Subscription) - Method in class akha.yakhont.technology.rx.Rx
Adds Subscription to the registered subscriptions list.
add(Subscription) - Method in class akha.yakhont.technology.rx.Rx.RxSubscription
Adds a new Subscription.
add(Disposable) - Method in class akha.yakhont.technology.rx.Rx2
Adds Disposable to the registered disposables list.
add(Disposable) - Method in class akha.yakhont.technology.rx.Rx2.Rx2Disposable
Adds a new Disposable.
addColumn(String, BaseCacheProvider.CreateTableScriptBuilder.DataType) - Method in class akha.yakhont.BaseCacheProvider.CreateTableScriptBuilder
Adds column in the SQL table's columns list.
addColumns(SQLiteDatabase, String, Map<String, BaseCacheProvider.CreateTableScriptBuilder.DataType>) - Method in class akha.yakhont.BaseCacheProvider
Adds column(s) to the existing table.
addLoader(BaseCacheAdapter.CacheAdapter, BaseLoaderWrapper.LoaderBuilder) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
addLoader(BaseCacheAdapter.CacheAdapter, BaseRx.LoaderRx, BaseLoaderWrapper.LoaderBuilder) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
addLoader(BaseCacheAdapter.CacheAdapter, BaseLoaderWrapper) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
addLoader(BaseCacheAdapter.CacheAdapter, BaseRx.LoaderRx, BaseLoaderWrapper) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
addLoader(BaseCacheAdapter.CacheAdapter, BaseLoaderWrapper.LoaderBuilder) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Adds loader to the collection of loaders associated with the given CoreLoad component.
addLoader(BaseCacheAdapter.CacheAdapter, BaseRx.LoaderRx, BaseLoaderWrapper.LoaderBuilder) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Adds loader to the collection of loaders associated with the given CoreLoad component.
addLoader(BaseCacheAdapter.CacheAdapter, BaseLoaderWrapper) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Adds loader to the collection of loaders associated with the given CoreLoad component.
addLoader(BaseCacheAdapter.CacheAdapter, BaseRx.LoaderRx, BaseLoaderWrapper) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Adds loader to the collection of loaders associated with the given CoreLoad component.
adjustMeasuredView(View) - Method in class akha.yakhont.debug.BaseFragment
Allows the view layout adjusting keeping in mind the measured dimensions (height, width) of the view.
akha.yakhont - package akha.yakhont
 
akha.yakhont.adapter - package akha.yakhont.adapter
 
akha.yakhont.callback - package akha.yakhont.callback
 
akha.yakhont.callback.annotation - package akha.yakhont.callback.annotation
 
akha.yakhont.callback.lifecycle - package akha.yakhont.callback.lifecycle
 
akha.yakhont.debug - package akha.yakhont.debug
 
akha.yakhont.fragment - package akha.yakhont.fragment
 
akha.yakhont.fragment.dialog - package akha.yakhont.fragment.dialog
 
akha.yakhont.loader - package akha.yakhont.loader
 
akha.yakhont.loader.wrapper - package akha.yakhont.loader.wrapper
 
akha.yakhont.location - package akha.yakhont.location
 
akha.yakhont.technology - package akha.yakhont.technology
 
akha.yakhont.technology.retrofit - package akha.yakhont.technology.retrofit
 
akha.yakhont.technology.rx - package akha.yakhont.technology.rx
 
AlertDialogFragment - Class in akha.yakhont.fragment.dialog
The AlertDialogFragment class is intended to display standard alerts to the user.
AlertDialogFragment() - Constructor for class akha.yakhont.fragment.dialog.AlertDialogFragment
Initialises a newly created AlertDialogFragment object.
allowAccessToLocation(Boolean) - Static method in class akha.yakhont.location.LocationCallbacks
Sets whether the access to location should be allowed or not.
apply(BaseActivityLifecycleProceed.ActivityLifecycle, Activity, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Applies registered callbacks to the given activity.
apply(BaseFragmentLifecycleProceed.FragmentLifecycle, Fragment, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Applies registered callbacks to the given fragment.
areAllItemsEnabled() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
ARG_PARENT - Static variable in class akha.yakhont.fragment.dialog.CommonDialogFragment
The name of the entry in the bundle from which to retrieve the parent fragment reference.
ARG_TEXT - Static variable in class akha.yakhont.fragment.dialog.CommonDialogFragment
The name of the entry in the bundle from which to retrieve the text of the dialog message.
ARG_THEME - Static variable in class akha.yakhont.fragment.dialog.CommonDialogFragment
The name of the entry in the bundle from which to retrieve the dialog's theme.

B

BaseActivity - Class in akha.yakhont.debug
The BaseActivity class is intended for debug purposes.
BaseActivity() - Constructor for class akha.yakhont.debug.BaseActivity
Initialises a newly created BaseActivity object.
BaseActivityLifecycleProceed - Class in akha.yakhont.callback.lifecycle
Extends the BaseCallbacks.BaseLifecycleProceed class to provide the Activity lifecycle support.
BaseActivityLifecycleProceed() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Initialises a newly created BaseActivityLifecycleProceed object.
BaseActivityLifecycleProceed.ActivityLifecycle - Enum in akha.yakhont.callback.lifecycle
The Activity lifecycle.
BaseActivityLifecycleProceed.ActivityLifecycleProceed - Class in akha.yakhont.callback.lifecycle
Extends the BaseActivityLifecycleProceed class to use on devices with API version >= Build.VERSION_CODES.ICE_CREAM_SANDWICH.
BaseActivityLifecycleProceed.ActivityLifecycleProceed() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Initialises a newly created ActivityLifecycleProceed object.
BaseActivityLifecycleProceed.BaseActivityCallbacks - Class in akha.yakhont.callback.lifecycle
Extends the BaseCallbacks.BaseCacheCallbacks class to provide the activity life cycle callbacks support.
BaseActivityLifecycleProceed.BaseActivityCallbacks() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
Initialises a newly created BaseActivityCallbacks object.
BaseActivityLifecycleProceed.HideKeyboardCallbacks - Class in akha.yakhont.callback.lifecycle
Hides the keyboard when activity paused.
BaseActivityLifecycleProceed.HideKeyboardCallbacks() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.HideKeyboardCallbacks
Initialises a newly created HideKeyboardCallbacks object.
BaseActivityLifecycleProceed.OrientationCallbacks - Class in akha.yakhont.callback.lifecycle
Sets the screen orientation.
BaseActivityLifecycleProceed.OrientationCallbacks() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.OrientationCallbacks
Initialises a newly created OrientationCallbacks object.
BaseApplication - Class in akha.yakhont.debug
The BaseApplication class is intended for debug purposes.
BaseApplication() - Constructor for class akha.yakhont.debug.BaseApplication
Initialises a newly created BaseApplication object.
BaseCacheAdapter<T,R,E,D> - Class in akha.yakhont.adapter
The Adapter which was designed for CacheLoader.
BaseCacheAdapter(Activity, int, String[], int[], BaseCacheAdapter.BaseArrayAdapter<T>, BaseCacheAdapter.ArrayConverter<T, R, E, D>) - Constructor for class akha.yakhont.adapter.BaseCacheAdapter
Initialises a newly created BaseCacheAdapter object.
BaseCacheAdapter(BaseCacheAdapter<T, R, E, D>) - Constructor for class akha.yakhont.adapter.BaseCacheAdapter
Initialises a newly created BaseCacheAdapter object.
BaseCacheAdapter(BaseCacheAdapter.BaseCursorAdapter, BaseCacheAdapter.BaseArrayAdapter<T>, BaseCacheAdapter.ArrayConverter<T, R, E, D>) - Constructor for class akha.yakhont.adapter.BaseCacheAdapter
Initialises a newly created BaseCacheAdapter object.
BaseCacheAdapter.ApiMCacheAdapter<T,R,E,D> - Class in akha.yakhont.adapter
The adapter intended to use on modern devices (API version >= M).
BaseCacheAdapter.ApiMCacheAdapter(Activity, int, String[], int[], BaseCacheAdapter.BaseArrayAdapter<T>, BaseCacheAdapter.ArrayConverter<T, R, E, D>) - Constructor for class akha.yakhont.adapter.BaseCacheAdapter.ApiMCacheAdapter
Initialises a newly created ApiMCacheAdapter object.
BaseCacheAdapter.ArrayConverter<T,R,E,D> - Interface in akha.yakhont.adapter
The API to convert a BaseResponse to collection.
BaseCacheAdapter.BaseArrayAdapter<T> - Class in akha.yakhont.adapter
Extends ArrayAdapter to provide additional view binding possibilities (the same way as in SimpleCursorAdapter).
BaseCacheAdapter.BaseCacheAdapterFactory<T,R,E,D> - Class in akha.yakhont.adapter
Factory used to create new BaseCacheAdapter instances.
BaseCacheAdapter.BaseCacheAdapterFactory() - Constructor for class akha.yakhont.adapter.BaseCacheAdapter.BaseCacheAdapterFactory
Initialises a newly created BaseCacheAdapterFactory object.
BaseCacheAdapter.BaseCursorAdapter - Interface in akha.yakhont.adapter
For internal use only.
BaseCacheAdapter.CacheAdapter<R,E,D> - Interface in akha.yakhont.adapter
The API to work with adapters (for example, ValuesCacheAdapterWrapper).
BaseCacheAdapter.Mergeable - Interface in akha.yakhont.adapter
The API related to data merging.
BaseCacheAdapter.SupportCacheAdapter<T,R,E,D> - Class in akha.yakhont.adapter
The adapter intended to use on devices with API version < M.
BaseCacheAdapter.SupportCacheAdapter(Activity, int, String[], int[], BaseCacheAdapter.BaseArrayAdapter<T>, BaseCacheAdapter.ArrayConverter<T, R, E, D>) - Constructor for class akha.yakhont.adapter.BaseCacheAdapter.SupportCacheAdapter
Initialises a newly created SupportCacheAdapter object.
BaseCacheAdapter.ViewBinder - Interface in akha.yakhont.adapter
This class can be used by external clients of BaseCacheAdapter to bind values to views.
BaseCacheProvider - Class in akha.yakhont
The ContentProvider which does not use predefined database schema but creates tables (or adds columns, if necessary) "on the fly".
BaseCacheProvider() - Constructor for class akha.yakhont.BaseCacheProvider
Initialises a newly created BaseCacheProvider object.
BaseCacheProvider.CreateTableScriptBuilder - Class in akha.yakhont
Simple class to generate typical CREATE TABLE script.
BaseCacheProvider.CreateTableScriptBuilder(String) - Constructor for class akha.yakhont.BaseCacheProvider.CreateTableScriptBuilder
Initialises a newly created CreateTableScriptBuilder object.
BaseCacheProvider.CreateTableScriptBuilder.DataType - Enum in akha.yakhont
The SQL data types.
BaseCallbacks<T> - Class in akha.yakhont.callback
The BaseCallbacks is the one of the base classes for working with callbacks.
BaseCallbacks() - Constructor for class akha.yakhont.callback.BaseCallbacks
Initialises a newly created BaseCallbacks object.
BaseCallbacks.BaseCacheCallbacks<T> - Class in akha.yakhont.callback
Extends the BaseCallbacks class to provide cache (of already checked objects) support.
BaseCallbacks.BaseCacheCallbacks() - Constructor for class akha.yakhont.callback.BaseCallbacks.BaseCacheCallbacks
Initialises a newly created BaseCacheCallbacks object.
BaseCallbacks.BaseLifecycleProceed - Class in akha.yakhont.callback
Extends the BaseCallbacks.BaseProceed class to provide the base object's lifecycle support.
BaseCallbacks.BaseLifecycleProceed() - Constructor for class akha.yakhont.callback.BaseCallbacks.BaseLifecycleProceed
Initialises a newly created BaseLifecycleProceed object.
BaseCallbacks.BaseProceed - Class in akha.yakhont.callback
The BaseProceed is intended for support of BaseCallbacks instances registration.
BaseCallbacks.BaseProceed() - Constructor for class akha.yakhont.callback.BaseCallbacks.BaseProceed
Initialises a newly created BaseProceed object.
BaseCallbacks.Validator - Interface in akha.yakhont.callback
The callbacks annotations validation API.
BaseConverter<D> - Class in akha.yakhont.loader
The data converter.
BaseConverter() - Constructor for class akha.yakhont.loader.BaseConverter
Initialises a newly created JsonConverter object.
BaseDialogFragment - Class in akha.yakhont.debug
The BaseDialogFragment class is intended for debug purposes.
BaseDialogFragment() - Constructor for class akha.yakhont.debug.BaseDialogFragment
Initialises a newly created BaseDialogFragment object.
BaseFragment - Class in akha.yakhont.debug
The BaseFragment class is intended for debug purposes.
BaseFragment() - Constructor for class akha.yakhont.debug.BaseFragment
Initialises a newly created BaseFragment object.
BaseFragmentLifecycleProceed - Class in akha.yakhont.callback.lifecycle
Extends the BaseCallbacks.BaseLifecycleProceed class to provide the Fragment lifecycle support.
BaseFragmentLifecycleProceed() - Constructor for class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Initialises a newly created BaseFragmentLifecycleProceed object.
BaseFragmentLifecycleProceed.BaseFragmentCallbacks - Class in akha.yakhont.callback.lifecycle
Extends the BaseCallbacks.BaseCacheCallbacks class to provide the fragment life cycle callbacks support.
BaseFragmentLifecycleProceed.BaseFragmentCallbacks() - Constructor for class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
Initialises a newly created BaseFragmentCallbacks object.
BaseFragmentLifecycleProceed.FragmentLifecycle - Enum in akha.yakhont.callback.lifecycle
The Fragment lifecycle.
BaseGoogleLocationClient - Class in akha.yakhont.location
The base class for clients to work with Google Play Services Location APIs.
BaseGoogleLocationClient() - Constructor for class akha.yakhont.location.BaseGoogleLocationClient
Initialises a newly created BaseGoogleLocationClient object.
BaseLoader<C,R,E,D> - Class in akha.yakhont.loader
A class that performs asynchronous loading of data.
BaseLoader(Context) - Constructor for class akha.yakhont.loader.BaseLoader
Initialises a newly created BaseLoader object.
BaseLoader(Context, String) - Constructor for class akha.yakhont.loader.BaseLoader
Initialises a newly created BaseLoader object.
BaseLoader(Context, String, String) - Constructor for class akha.yakhont.loader.BaseLoader
Initialises a newly created BaseLoader object.
BaseLoader(Context, int) - Constructor for class akha.yakhont.loader.BaseLoader
Initialises a newly created BaseLoader object.
BaseLoader(Context, int, String) - Constructor for class akha.yakhont.loader.BaseLoader
Initialises a newly created BaseLoader object.
BaseLoader.CoreLoadBuilder<R,E,D> - Class in akha.yakhont.loader
Builder class for BaseResponseLoaderWrapper.CoreLoad objects.
BaseLoader.CoreLoadBuilder(Fragment) - Constructor for class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Initialises a newly created CoreLoadBuilder object.
BaseLoader.CoreLoadExtendedBuilder<C,R,E,D,T> - Class in akha.yakhont.loader
Builder class for BaseResponseLoaderWrapper.CoreLoad objects.
BaseLoader.CoreLoadExtendedBuilder(Fragment, Type) - Constructor for class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Initialises a newly created CoreLoadExtendedBuilder object.
BaseLoader.CoreLoadExtendedBuilder(Fragment, TypeToken) - Constructor for class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Initialises a newly created CoreLoadExtendedBuilder object.
BaseLoader.ProgressWrapper - Class in akha.yakhont.loader
The ProgressWrapper class is intended to display a data loading progress to the user.
BaseLoader.ProgressWrapper(WeakReference<Fragment>, boolean) - Constructor for class akha.yakhont.loader.BaseLoader.ProgressWrapper
Initialises a newly created ProgressWrapper object.
BaseLoaderWrapper<D> - Class in akha.yakhont.loader.wrapper
The BaseLoaderWrapper class is a wrapper for LoaderManager and Loader instances associated with it.
BaseLoaderWrapper(Fragment, Integer) - Constructor for class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Initialises a newly created BaseLoaderWrapper object.
BaseLoaderWrapper.LoaderBuilder<D> - Interface in akha.yakhont.loader.wrapper
The API to create new BaseLoaderWrapper instances.
BaseLoaderWrapper.LoaderFactory<D> - Interface in akha.yakhont.loader.wrapper
The API to create new Loader instances.
BaseLoaderWrapper.SwipeRefreshWrapper - Class in akha.yakhont.loader.wrapper
The SwipeRefreshWrapper class is intended to support "swipe refresh" feature.
BaseLoaderWrapper.SwipeRefreshWrapper(SwipeRefreshLayout) - Constructor for class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Initialises a newly created SwipeRefreshWrapper object.
BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData - Class in akha.yakhont.loader.wrapper
The FragmentData class is a container to store data required to support "swipe refresh" feature.
BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData(Fragment, int, boolean, boolean, Runnable) - Constructor for class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData
Initialises a newly created FragmentData object.
BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData(View, int, boolean, boolean, boolean, Integer, Runnable) - Constructor for class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData
Initialises a newly created FragmentData object.
BaseRecyclerViewAdapter<T,R,E,D,VH extends RecyclerView.ViewHolder> - Class in akha.yakhont.adapter
This adapter is just a wrapper for the BaseCacheAdapter.
BaseRecyclerViewAdapter.ViewHolderCreator<VH extends RecyclerView.ViewHolder> - Interface in akha.yakhont.adapter
Called when RecyclerView needs a new RecyclerView.ViewHolder of the given type to represent an item.
BaseResponse<R,E,D> - Class in akha.yakhont.loader
The BaseResponse class represents the results of loading data.
BaseResponse(BaseResponse.Source) - Constructor for class akha.yakhont.loader.BaseResponse
Initialises a newly created BaseResponse object.
BaseResponse(D, R, Cursor, E, BaseResponse.Source, Throwable) - Constructor for class akha.yakhont.loader.BaseResponse
Initialises a newly created BaseResponse object.
BaseResponse.Converter<D> - Interface in akha.yakhont.loader
The API to convert data.
BaseResponse.LoaderCallback<D> - Interface in akha.yakhont.loader
Callback interface for a client to interact with loader manager.
BaseResponse.Source - Enum in akha.yakhont.loader
The source of data.
BaseResponseLoaderWrapper<C,R,E,D> - Class in akha.yakhont.loader.wrapper
Extends the BaseLoaderWrapper class to provide CacheLoader support.
BaseResponseLoaderWrapper(Context, Fragment, Integer, Core.Requester<C>, String, String, BaseResponse.Converter<D>, Core.UriResolver) - Constructor for class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Initialises a newly created BaseResponseLoaderWrapper object.
BaseResponseLoaderWrapper.BaseResponseLoaderBuilder<C,R,E,D> - Class in akha.yakhont.loader.wrapper
Builder class for BaseResponseLoaderWrapper objects.
BaseResponseLoaderWrapper.BaseResponseLoaderBuilder(Fragment) - Constructor for class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Initialises a newly created BaseResponseLoaderBuilder object.
BaseResponseLoaderWrapper.BaseResponseLoaderExtendedBuilder<C,R,E,D,T> - Class in akha.yakhont.loader.wrapper
Builder class for BaseResponseLoaderWrapper objects.
BaseResponseLoaderWrapper.BaseResponseLoaderExtendedBuilder(Fragment, Type) - Constructor for class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderExtendedBuilder
Initialises a newly created BaseResponseLoaderExtendedBuilder object.
BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper<C,R,E,D> - Class in akha.yakhont.loader.wrapper
Extends the BaseResponseLoaderWrapper class.
BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper(Context, Fragment, Integer, Core.Requester<C>, String, String, BaseResponse.Converter<D>, Core.UriResolver) - Constructor for class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper
Initialises a newly created BaseResponseLoaderExtendedWrapper object.
BaseResponseLoaderWrapper.CoreLoad - Interface in akha.yakhont.loader.wrapper
The CoreLoad component is responsible for data loading.
BaseRetrofit<T,B> - Class in akha.yakhont.technology.retrofit
The base component to work with Retrofit.
BaseRetrofit() - Constructor for class akha.yakhont.technology.retrofit.BaseRetrofit
Initialises a newly created BaseRetrofit object.
BaseRx<D> - Class in akha.yakhont.technology.rx
The base component to work with Rx.
BaseRx(BaseRx.CommonRx<D>, boolean) - Constructor for class akha.yakhont.technology.rx.BaseRx
Initialises a newly created BaseRx object.
BaseRx.CallbackRx<D> - Interface in akha.yakhont.technology.rx
Provides a common async callback mechanism (for both RxJava and RxJava 2) to receive Rx push-based notifications.
BaseRx.CommonRx<D> - Class in akha.yakhont.technology.rx
The base component to implement both RxJava and RxJava 2 support.
BaseRx.CommonRx() - Constructor for class akha.yakhont.technology.rx.BaseRx.CommonRx
Initialises a newly created CommonRx object.
BaseRx.LoaderRx<R,E,D> - Class in akha.yakhont.technology.rx
Extends the BaseRx class to provide BaseResponse support.
BaseRx.LoaderRx() - Constructor for class akha.yakhont.technology.rx.BaseRx.LoaderRx
Initialises a newly created LoaderRx object.
BaseRx.LoaderRx(boolean) - Constructor for class akha.yakhont.technology.rx.BaseRx.LoaderRx
Initialises a newly created LoaderRx object.
BaseRx.LoaderRx(boolean, boolean) - Constructor for class akha.yakhont.technology.rx.BaseRx.LoaderRx
Initialises a newly created LoaderRx object.
BaseRx.LoaderRx(BaseRx.CommonRx<BaseResponse<R, E, D>>) - Constructor for class akha.yakhont.technology.rx.BaseRx.LoaderRx
Initialises a newly created LoaderRx object.
BaseRx.LoaderRx(BaseRx.CommonRx<BaseResponse<R, E, D>>, boolean) - Constructor for class akha.yakhont.technology.rx.BaseRx.LoaderRx
Initialises a newly created LoaderRx object.
BaseRx.LocationRx - Class in akha.yakhont.technology.rx
Extends the BaseRx class to provide Location support.
BaseRx.LocationRx() - Constructor for class akha.yakhont.technology.rx.BaseRx.LocationRx
Initialises a newly created LocationRx object.
BaseRx.LocationRx(boolean, Activity) - Constructor for class akha.yakhont.technology.rx.BaseRx.LocationRx
Initialises a newly created LocationRx object.
BaseRx.LocationRx(BaseRx.CommonRx<Location>) - Constructor for class akha.yakhont.technology.rx.BaseRx.LocationRx
Initialises a newly created LocationRx object.
BaseRx.LocationRx(BaseRx.CommonRx<Location>, Activity) - Constructor for class akha.yakhont.technology.rx.BaseRx.LocationRx
Initialises a newly created LocationRx object.
BaseRx.SubscriberRx<D> - Class in akha.yakhont.technology.rx
Provides a common subscriber (for both RxJava and RxJava 2) to receive Rx push-based notifications.
BaseRx.SubscriberRx() - Constructor for class akha.yakhont.technology.rx.BaseRx.SubscriberRx
Initialises a newly created SubscriberRx object.
BaseSimpleCursorAdapter - Class in akha.yakhont.adapter
Extends SimpleCursorAdapter to provide additional view binding possibilities.
BaseSimpleCursorAdapter(Context, int, String[], int[]) - Constructor for class akha.yakhont.adapter.BaseSimpleCursorAdapter
Initialises a newly created BaseCursorAdapter object.
BaseSimpleCursorAdapter(Context, int, String[], int[], int) - Constructor for class akha.yakhont.adapter.BaseSimpleCursorAdapter
Initialises a newly created BaseCursorAdapter object (for using SimpleCursorAdapter on devices with API version < HONEYCOMB).
build() - Method in interface akha.yakhont.technology.Dagger2.DefaultComponent.Builder
 
buildClient(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Builds the client to work with Google Play Services Location APIs.
buildClient(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
buildClient(Activity) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
bulkInsert(Uri, ContentValues[]) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.

C

CacheLoader<C,R,E,D> - Class in akha.yakhont.loader
A class that performs asynchronous loading of data.
CacheLoader(Context, WeakReference<Fragment>, BaseResponse.Converter<D>, int, String, String, BaseCacheAdapter.BaseCursorAdapter, Core.UriResolver) - Constructor for class akha.yakhont.loader.CacheLoader
Initialises a newly created CacheLoader object.
callback(int) - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
If target fragment is not null, calls Fragment.onActivityResult(); otherwise, calls Activity.onActivityResult().
callbackHelper(boolean, BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader
Subject to call from the callback (see setCallback()).
Callbacks - Annotation Type in akha.yakhont.callback.annotation
Defines an annotation for determining what BaseCallbacks should be applied to the annotated element;
NOT automatically inherited.
CallbacksInherited - Annotation Type in akha.yakhont.callback.annotation
Defines an annotation for determining what BaseCallbacks should be applied to the annotated element;
automatically inherited.
cancel() - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
The callback which is called when user cancels the progress dialog.
cancel() - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment.ProgressLoaderDialogFragment
Cancels all currently running loaders.
cancelLoaders() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
cancelLoaders() - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Cancels all loaders associated with the given CoreLoad component.
check(Context, String) - Static method in class akha.yakhont.CorePermissions
Checks whether the given permission was granted or not.
checkBackKeyAndReset() - Method in class akha.yakhont.debug.BaseActivity
Handles the Back key in ActionMode.
cleanup() - Method in class akha.yakhont.technology.rx.BaseRx
Calls BaseRx.unsubscribe() and removes all registered callbacks.
clearCache(ContextWrapper, String) - Static method in class akha.yakhont.loader.BaseResponse
Clears cache table.
clearCache(BaseResponseLoaderWrapper.CoreLoad) - Static method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Clears all cache associated with given CoreLoad component.
clearLoaders() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
clearLoaders() - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Clears the collection of loaders associated with the given CoreLoad component.
clearLocationAccessDecision(Activity) - Static method in class akha.yakhont.location.LocationCallbacks
Clears the saved result of the location access confirmation dialog.
clearLocationClient() - Method in class akha.yakhont.location.LocationCallbacks
Clears the location client.
clearResolvingError() - Method in class akha.yakhont.location.GoogleLocationClient
Clears resolving error.
CommonDialogFragment - Class in akha.yakhont.fragment.dialog
The CommonDialogFragment is the base class for other dialogs.
CommonDialogFragment() - Constructor for class akha.yakhont.fragment.dialog.CommonDialogFragment
Initialises a newly created CommonDialogFragment object.
connect() - Method in class akha.yakhont.location.GoogleLocationClient
Connects the client.
convert(BaseResponse<R, E, D>) - Method in interface akha.yakhont.adapter.BaseCacheAdapter.ArrayConverter
Converts data in BaseResponse to collection.
copyDb(Context) - Static method in class akha.yakhont.BaseCacheProvider
Copies the current database to the default backup directory (in debug builds only, see Utils.isDebugMode()).
copyDb(Context, File, File) - Static method in class akha.yakhont.BaseCacheProvider
Copies the database to the file specified (in debug builds only, see Utils.isDebugMode()).
Core - Class in akha.yakhont
The base class for the library.
Core.BaseDialog - Interface in akha.yakhont
The dialog API that are common to the whole library.
Core.ConfigurableLoader - Interface in akha.yakhont
The API to configure loaders.
Core.ConfigurationChangedListener - Interface in akha.yakhont
The callback API which allows registered components to be notified about device configuration changes.
Core.Orientation - Enum in akha.yakhont
The screen orientations.
Core.Requester<C> - Interface in akha.yakhont
The API for data loading.
Core.UriResolver - Interface in akha.yakhont
The API to resolve URI.
Core.Utils - Class in akha.yakhont
An utility class.
CoreLogger - Class in akha.yakhont
The CoreLogger class is responsible for logging.
CoreLogger.Level - Enum in akha.yakhont
The logging priority levels.
CoreLogger.LoggerExtender - Interface in akha.yakhont
Allows usage of 3-rd party loggers.
CorePermissions - Class in akha.yakhont
The helper class for work with Android Permissions API.
CorePermissions.PermissionsNamesTranslator - Interface in akha.yakhont
This class can be used to customize the visual representation of permissions.
CorePermissions.RequestBuilder - Class in akha.yakhont
Builder class for permission(s) requests.
CorePermissions.RequestBuilder(Activity, String) - Constructor for class akha.yakhont.CorePermissions.RequestBuilder
Initialises a newly created RequestBuilder object.
CorePermissions.RequestBuilder(Activity, String[]) - Constructor for class akha.yakhont.CorePermissions.RequestBuilder
Initialises a newly created RequestBuilder object.
CoreReflection - Class in akha.yakhont
The helper class for work with Java Reflection API.
create() - Method in class akha.yakhont.BaseCacheProvider.CreateTableScriptBuilder
Creates a SQL script with the arguments supplied to this builder.
create() - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Creates a BaseResponseLoaderWrapper.CoreLoad with the arguments supplied to this builder.
create() - Method in interface akha.yakhont.loader.wrapper.BaseLoaderWrapper.LoaderBuilder
Returns a new BaseLoaderWrapper instance.
create() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Creates a BaseResponseLoaderWrapper with the arguments supplied to this builder.
create(boolean, boolean, boolean) - Static method in class akha.yakhont.technology.Dagger2.Parameters
Creates new Parameters object.
create() - Static method in class akha.yakhont.technology.Dagger2.Parameters
Creates new Parameters object with default settings.
create() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Please refer to the base method description.
create() - Method in class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitCoreLoadBuilder
Please refer to the base method description.
createCompletable() - Method in class akha.yakhont.technology.rx.Rx
Creates the Completable.
createCompletable() - Method in class akha.yakhont.technology.rx.Rx2
Creates the Completable.
createCookie(String, String, HttpUrl) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Creates a cookie.
createFlowable() - Method in class akha.yakhont.technology.rx.Rx2
Creates the Flowable.
createFlowable(BackpressureStrategy) - Method in class akha.yakhont.technology.rx.Rx2
Creates the Flowable.
createMaybe() - Method in class akha.yakhont.technology.rx.Rx2
Creates the Maybe.
createNewLocationRequest() - Method in class akha.yakhont.location.BaseGoogleLocationClient
Creates new LocationRequest.
createNewLocationSettingsRequest() - Method in class akha.yakhont.location.GoogleLocationClientNew
 
createObservable() - Method in class akha.yakhont.technology.rx.Rx
Creates the Observable.
createObservable() - Method in class akha.yakhont.technology.rx.Rx2
Creates the Observable.
createPendingIntentBroadcast(Activity, Class, String, int) - Static method in class akha.yakhont.location.GoogleLocationClientNew
createPendingIntentBroadcast(Activity, Class) - Static method in class akha.yakhont.location.GoogleLocationClientNew
Creates PendingIntent for FusedLocationProviderClient.requestLocationUpdates(LocationRequest, PendingIntent) with default intent parameters.
createPendingIntentService(Activity, Class, String, int) - Static method in class akha.yakhont.location.GoogleLocationClientNew
createPendingIntentService(Activity, Class) - Static method in class akha.yakhont.location.GoogleLocationClientNew
Creates PendingIntent for FusedLocationProviderClient.requestLocationUpdates(LocationRequest, PendingIntent) with default intent parameters.
createSingle() - Method in class akha.yakhont.technology.rx.Rx
Creates the Single.
createSingle() - Method in class akha.yakhont.technology.rx.Rx2
Creates the Single.
createTable(SQLiteDatabase, String, Map<String, BaseCacheProvider.CreateTableScriptBuilder.DataType>) - Method in class akha.yakhont.BaseCacheProvider
Creates table.
createWorkerFragment() - Method in class akha.yakhont.fragment.WorkerFragment.WorkerFragmentCallbacks
Creates new instance of WorkerFragment object.

D

Dagger2 - Interface in akha.yakhont.technology
The Dagger 2 component.
Dagger2.CallbacksValidationModule - Class in akha.yakhont.technology
The callbacks annotations validation component.
Dagger2.CallbacksValidationModule() - Constructor for class akha.yakhont.technology.Dagger2.CallbacksValidationModule
Initialises a newly created CallbacksValidationModule object.
Dagger2.DefaultComponent.Builder - Interface in akha.yakhont.technology
 
Dagger2.LocationModule - Class in akha.yakhont.technology
The location client component.
Dagger2.LocationModule() - Constructor for class akha.yakhont.technology.Dagger2.LocationModule
Initialises a newly created LocationModule object.
Dagger2.Parameters - Class in akha.yakhont.technology
The parameters defined at run-time.
Dagger2.UiModule - Class in akha.yakhont.technology
The user interface component.
Dagger2.UiModule() - Constructor for class akha.yakhont.technology.Dagger2.UiModule
Initialises a newly created UiModule object.
delete(Uri, String, String[]) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.
deliver(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader
Delivers the results of loading.
deliverResult(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
destroyLoader(LoaderManager, int) - Static method in class akha.yakhont.loader.BaseLoader
Destroys loader with the given ID.
destroyLoaders() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
destroyLoaders(LoaderManager, Collection<Integer>) - Static method in class akha.yakhont.loader.BaseLoader
Destroys loaders.
destroyLoaders() - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Destroys all loaders associated with the given CoreLoad component.
dismiss() - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Please refer to the base method description.
displayError(String) - Method in class akha.yakhont.loader.BaseLoader.ProgressWrapper
Displays error.
doProgress(boolean, String) - Method in class akha.yakhont.loader.BaseLoader.ProgressWrapper
Displays or hides progress.

E

execSQL(SQLiteDatabase, String) - Method in class akha.yakhont.BaseCacheProvider
Executes SQL.
executeSQLScript(Context, SQLiteDatabase, String) - Method in class akha.yakhont.BaseCacheProvider
Executes SQL from the Android's asset.

F

findField(Object, String) - Static method in class akha.yakhont.CoreReflection
Finds field.
findInstance(Fragment) - Static method in class akha.yakhont.fragment.WorkerFragment
Finds instance of WorkerFragment.
findInstance(Activity) - Static method in class akha.yakhont.fragment.WorkerFragment
Finds instance of WorkerFragment.
findLoader(Collection<BaseLoaderWrapper>) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Tries to find this BaseLoaderWrapper object in the given collection.
findLoader(Collection<BaseLoaderWrapper>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Please refer to the base method description.
findMethod(Object, String, Class...) - Static method in class akha.yakhont.CoreReflection
Finds method to invoke.
forceSupportMode() - Static method in class akha.yakhont.Core
Forces working in support mode (use weaving mechanism for calling the application callbacks instead of registering via Application.registerActivityLifecycleCallbacks(Application.ActivityLifecycleCallbacks) and Application.registerComponentCallbacks(ComponentCallbacks)).

G

geLoaderCallbacks() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Returns the loader callbacks.
geLoaderFactory() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Returns the loader factory.
generateLoaderId() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Generates new loader ID.
get(D) - Method in class akha.yakhont.loader.BaseConverter
Please refer to the base method description.
get(Cursor) - Method in class akha.yakhont.loader.BaseConverter
Please refer to the base method description.
get(Cursor) - Method in interface akha.yakhont.loader.BaseResponse.Converter
Converts cursor to data.
get(D) - Method in interface akha.yakhont.loader.BaseResponse.Converter
Converts data to content values.
getAdapter(Activity, int, String[], int[], BaseCacheAdapter.BaseArrayAdapter<T>, BaseCacheAdapter.ArrayConverter<T, R, E, D>, boolean) - Method in class akha.yakhont.adapter.BaseCacheAdapter.BaseCacheAdapterFactory
Returns a new BaseCacheAdapter instance.
getAdapter() - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Returns the BaseCacheAdapter wrapped by this object.
getAdapter() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Returns the adapter.
getAdapterViewBinder() - Method in class akha.yakhont.adapter.BaseCacheAdapter.BaseArrayAdapter
Gets the registered ViewBinder (if any).
getAdapterViewBinder() - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Gets the registered ViewBinder (if any).
getAdapterViewBinder() - Method in class akha.yakhont.adapter.BaseSimpleCursorAdapter
Gets the registered ViewBinder (if any).
getAlert(boolean, int, int, Boolean) - Method in class akha.yakhont.technology.Dagger2.UiModule
Creates new instance of the alert dialog.
getAnnotation(Object, Class<? extends Annotation>) - Static method in class akha.yakhont.CoreReflection
Gets the object's annotation.
getApi() - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Returns the API defined by the service interface (e.g.
getApi() - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Returns the Retrofit API defined by the service interface.
getApi() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Please refer to the base method description.
getApi() - Method in class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitCoreLoadBuilder
Please refer to the base method description.
getApplication() - Static method in class akha.yakhont.Core.Utils
Returns the current Application.
getArrayAdapter() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Returns the array adapter component.
getCallbacks() - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Returns the collection of registered callbacks handlers.
getCallbacks() - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Returns the collection of registered callbacks handlers.
getCallbacksValidator() - Method in class akha.yakhont.technology.Dagger2.CallbacksValidationModule
Creates new instance of the Validator.
getClient() - Method in class akha.yakhont.location.GoogleLocationClient
Returns the Google Play Services Location API client.
getClient() - Method in class akha.yakhont.location.GoogleLocationClientNew
Returns the Google Play Services Location API client.
getColumns(String, ContentValues[]) - Method in class akha.yakhont.BaseCacheProvider
Creates the list of columns to add.
getConnectionTimeout() - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Returns the connection timeout (in seconds).
getConverter() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Returns the converter.
getCoreLoad(Fragment) - Static method in class akha.yakhont.loader.BaseLoader
Returns the CoreLoad component for the given fragment.
getCoreLoad(Activity) - Static method in class akha.yakhont.loader.BaseLoader
Returns the CoreLoad component for the given activity.
getCount() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getCurrentActivity() - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Returns the current Activity (if any).
getCurrentActivity() - Static method in class akha.yakhont.Core.Utils
Returns the current Activity (if any).
getCurrentLocation() - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
getCurrentLocation() - Method in class akha.yakhont.location.LocationCallbacks
Returns the current location.
getCurrentLocation(Activity) - Static method in class akha.yakhont.location.LocationCallbacks
Returns the current location.
getCurrentLocation() - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Returns the current location.
getCursor() - Method in class akha.yakhont.loader.BaseResponse
Returns the cursor.
getCursorAdapter() - Method in interface akha.yakhont.adapter.BaseCacheAdapter.CacheAdapter
Returns the cursor adapter component.
getCursorAdapter() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Returns the cursor adapter component.
getCursorAdapter() - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Please refer to the base method description.
getDagger() - Static method in class akha.yakhont.Core
Returns the Dagger2 component.
getData(Cursor, int) - Static method in class akha.yakhont.loader.BaseResponse
Returns the value of the requested column (from the result set returned by a database query) as an Object.
getDbName() - Method in class akha.yakhont.BaseCacheProvider
Returns the database name.
getDbVersion() - Method in class akha.yakhont.BaseCacheProvider
Returns the database version.
getDebugLevel() - Method in class akha.yakhont.debug.BaseActivity
Override to change the logging level.
getDebugLevel() - Method in class akha.yakhont.debug.BaseApplication
Override to change the logging level.
getDebugLevel() - Method in class akha.yakhont.debug.BaseDialogFragment
Override to change the logging level.
getDebugLevel() - Method in class akha.yakhont.debug.BaseFragment
Override to change the logging level.
getDebugMessage() - Method in class akha.yakhont.debug.BaseActivity
Override to change the logging message.
getDebugMessage() - Method in class akha.yakhont.debug.BaseApplication
Override to change the logging message.
getDebugMessage() - Method in class akha.yakhont.debug.BaseDialogFragment
Override to change the logging message.
getDebugMessage() - Method in class akha.yakhont.debug.BaseFragment
Override to change the logging message.
getDefaultBuilder() - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Returns the default alert dialog builder.
getDefaultBuilder(String) - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Returns the default Retrofit builder.
getDefaultBuilder(String) - Method in class akha.yakhont.technology.retrofit.Retrofit
Please refer to the base method description.
getDefaultBuilder(String, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.Retrofit
Returns the default Retrofit builder.
getDefaultBuilder(String) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Please refer to the base method description.
getDefaultOkHttpClientBuilder() - Method in class akha.yakhont.technology.retrofit.Retrofit2
Returns the default OkHttpClient builder.
getDefaultOkHttpClientBuilder(int, int, Map<String, String>, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Returns the default OkHttpClient builder.
getDefaultView(Activity) - Static method in class akha.yakhont.Core.Utils
Returns the default View of the given Activity.
getDisplayNames(String[]) - Method in interface akha.yakhont.CorePermissions.PermissionsNamesTranslator
Returns the visual representation of permissions to use in GUI.
getDropDownView(int, View, ViewGroup) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getDropDownView(int, View, ViewGroup) - Method in class akha.yakhont.adapter.BaseCacheAdapter.SupportCacheAdapter
Please refer to the base method description.
getDropDownViewTheme() - Method in class akha.yakhont.adapter.BaseCacheAdapter.ApiMCacheAdapter
Please refer to the base method description.
getDropDownViewTheme() - Method in class akha.yakhont.adapter.BaseCacheAdapter.SupportCacheAdapter
Please refer to the base method description.
getError() - Method in class akha.yakhont.loader.BaseResponse
Returns the error.
getField(Object, String) - Static method in class akha.yakhont.CoreReflection
Gets the value of the field.
getField(Object, Field) - Static method in class akha.yakhont.CoreReflection
Gets the value of the field.
getFilter() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getFlagAlert(Dagger2.Parameters) - Method in class akha.yakhont.technology.Dagger2.UiModule
Gets the useSnackbarIsoAlert flag (please refer to Dagger2.UiModule.getAlert(boolean, int, int, java.lang.Boolean) method).
getFlagLocation(Dagger2.Parameters) - Method in class akha.yakhont.technology.Dagger2.LocationModule
Gets the oldApi flag (please refer to Dagger2.LocationModule.getLocationClient(boolean) method).
getFlagToast(Dagger2.Parameters) - Static method in class akha.yakhont.technology.Dagger2.UiModule
Gets the useSnackbarIsoToast flag (please refer to Dagger2.UiModule.getToast(boolean, boolean) method).
getFragment() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Returns fragment this BaseLoaderWrapper object is associated with.
getFragment() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Returns the fragment.
getFromBundle(Bundle) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Updates fields based on data stored in the bundle.
getFromBundle(Bundle) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
getFromBundle(Bundle) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
getHandlerMainThread() - Static method in class akha.yakhont.Core.Utils
Returns handler for the application's main thread.
getId() - Method in class akha.yakhont.loader.CacheLoader
Please refer to the base method description.
getInstance() - Static method in class akha.yakhont.technology.Dagger2.Parameters
Returns the Parameters object in use.
getItem(int) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getItemCount() - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Please refer to the base method description.
getItemId(int) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getItemViewType(int) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getJsonElement(D) - Method in class akha.yakhont.loader.BaseConverter
Converts data to JsonElement.
getLastUpdateTime() - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
getLastUpdateTime() - Method in class akha.yakhont.location.LocationCallbacks
Returns the location's last update time.
getLastUpdateTime() - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Returns the location's last update time.
getLoader(boolean) - Method in interface akha.yakhont.loader.wrapper.BaseLoaderWrapper.LoaderFactory
Returns a new Loader instance.
getLoaderId() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Returns the loader ID.
getLoaders() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
getLoaders() - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Returns the collection of loaders associated with the given CoreLoad component.
getLocation(Intent, String) - Static method in class akha.yakhont.location.GoogleLocationClientNew
Extracts location info from the Intent.
getLocation(Intent) - Static method in class akha.yakhont.location.GoogleLocationClientNew
Extracts location info from the Intent with default intent parameters.
getLocationCallbacks(Activity) - Static method in class akha.yakhont.location.LocationCallbacks
Returns the LocationCallbacks object for the given activity.
getLocationClient() - Method in class akha.yakhont.location.LocationCallbacks
Returns the location client.
getLocationClient(boolean) - Method in class akha.yakhont.technology.Dagger2.LocationModule
Creates new instance of the location client.
getLogCat(List<String>, boolean, String) - Static method in class akha.yakhont.CoreLogger
Collects records from the main log buffer of the Android logging system.
getLoggerExtender() - Static method in class akha.yakhont.CoreLogger
Gets the registered LoggerExtender (if any).
getMessage(Context) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Returns the message to display.
getProceeded() - Method in class akha.yakhont.callback.BaseCallbacks.BaseCacheCallbacks
Returns collection of already proceeded objects.
getProgress() - Method in class akha.yakhont.technology.Dagger2.UiModule
Creates new instance of the progress dialog.
getRecyclerViewAdapter() - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Returns the ContentValuesRecyclerViewAdapter wrapped by this object.
getResponse() - Method in class akha.yakhont.loader.BaseResponse
Returns the network response.
getResult() - Method in class akha.yakhont.loader.BaseResponse
Returns the loaded data.
getResult() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Returns the loaded data.
getResult() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Please refer to BaseRx.getResult() description.
getResult() - Method in class akha.yakhont.technology.rx.BaseRx
Returns the last observed item (if any), or null.
getResult() - Method in class akha.yakhont.technology.rx.BaseRx.LoaderRx
Please refer to the base method description.
getResult() - Method in class akha.yakhont.technology.rx.BaseRx.LocationRx
Please refer to the base method description.
getRx() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Returns the Rx component.
getRx() - Method in class akha.yakhont.technology.rx.BaseRx
Returns the BaseRx.CommonRx in use.
getRx2DisposableHandler() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Returns the Rx2.Rx2Disposable component.
getRx2DisposableHandler() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Returns the Rx2.Rx2Disposable component.
getRxSubscriptionHandler() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Returns the Rx.RxSubscription component.
getRxSubscriptionHandler() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Returns the Rx.RxSubscription component.
getRxWrapper(Callback<D>) - Static method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
getSafeSubscriber(Subscriber<? super D>) - Method in class akha.yakhont.technology.rx.Rx
getSafeSubscriber(Observer<? super D>) - Method in class akha.yakhont.technology.rx.Rx2
getService() - Method in class akha.yakhont.technology.retrofit.Retrofit2
Returns the service interface.
getSettingsClient() - Method in class akha.yakhont.location.GoogleLocationClientNew
Returns the Google Play Services Location API Settings client.
getSource() - Method in class akha.yakhont.loader.BaseResponse
Returns the source of data.
getSubscriber(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.Rx
getTableName() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Returns the table name.
getTableName() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Returns the table name.
getTag() - Static method in class akha.yakhont.CoreLogger
Gets the Android Log's tag.
getThrowable() - Method in class akha.yakhont.loader.BaseResponse
Returns the he additional error info (if any).
getToast(boolean, boolean) - Static method in class akha.yakhont.technology.Dagger2.UiModule
Creates new instance of a quick little text notification (using Toast or Snackbar).
getType(Uri) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.
getType() - Method in class akha.yakhont.loader.BaseConverter
Please refer to the base method description.
getType() - Method in interface akha.yakhont.loader.BaseResponse.Converter
Returns the type of data.
getType() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Returns the type of data to load.
getType() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderExtendedBuilder
 
getType() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper
Please refer to the base method description.
getType() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Returns the type of data to load.
getUri(String) - Method in interface akha.yakhont.Core.UriResolver
Finds URI for the given table.
getUri(String) - Static method in class akha.yakhont.Core.Utils
Finds URI for the given table.
getUriResolver() - Static method in class akha.yakhont.Core.Utils
Returns the URI resolver component.
getUriResolver() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Returns the URI resolver.
getView(int, View, ViewGroup) - Method in class akha.yakhont.adapter.BaseCacheAdapter.BaseArrayAdapter
Please refer to the base method description.
getView(int, View, ViewGroup) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
getViewHolderCreator() - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Gets the registered ViewHolderCreator (if any).
getViewTypeCount() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
GoogleLocationClient - Class in akha.yakhont.location
The client to work with GoogleApiClient-based Google Play Services Location API.
GoogleLocationClient() - Constructor for class akha.yakhont.location.GoogleLocationClient
Initialises a newly created GoogleLocationClient object.
GoogleLocationClientNew - Class in akha.yakhont.location
The client to work with FusedLocationProviderClient-based Google Play Services Location API.
GoogleLocationClientNew() - Constructor for class akha.yakhont.location.GoogleLocationClientNew
Initialises a newly created GoogleLocationClientNew object.

H

handle(Observable<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx
Handles the Observable provided.
handle(Single<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx
Handles the Single provided.
handle(Flowable<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx2
Handles the Flowable provided.
handle(Maybe<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx2
Handles the Maybe provided.
handle(Observable<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx2
Handles the Observable provided.
handle(Single<D>, BaseRx.CallbackRx<D>) - Static method in class akha.yakhont.technology.rx.Rx2
Handles the Single provided.
hasObservers() - Method in class akha.yakhont.technology.rx.BaseRx
Checks given Rx component for the registered observers.
hasStableIds() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
hideProgress(boolean) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
hideProgress(boolean) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Hides data loading progress indicator.

I

init(Application) - Static method in class akha.yakhont.Core
Initializes the library.
init(Application, boolean, boolean, boolean) - Static method in class akha.yakhont.Core
Initializes the library.
init(Application, Boolean, Dagger2) - Static method in class akha.yakhont.Core
Initializes the library.
init(Class<T>, String) - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Initialises Retrofit client.
init(Class<T>, B) - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Initialises Retrofit client.
init(Class<T>, String, int, int, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Initialises Retrofit client.
init(Class<T>, B, int, int) - Method in class akha.yakhont.technology.retrofit.BaseRetrofit
Initialises Retrofit client.
init(Class<T>, String, int, int, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.Retrofit
Please refer to the base method description.
init(Class<T>, RestAdapter.Builder, int, int) - Method in class akha.yakhont.technology.retrofit.Retrofit
Please refer to the base method description.
init(Class<T>, String, int, int, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Please refer to the base method description.
init(Class<T>, String, int, int, Map<String, String>, Map<String, String>) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Initialises Retrofit client.
init(Class<T>, Retrofit.Builder, int, int) - Method in class akha.yakhont.technology.retrofit.Retrofit2
Please refer to the base method description.
insert(Uri, ContentValues) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.
INTENT_DEFAULT_ACTION - Static variable in class akha.yakhont.location.GoogleLocationClientNew
The default pending intent action (the value is "akha.yakhont.location.GoogleLocationClientNew.ACTION_GET_LOCATION").
INTENT_DEFAULT_CODE - Static variable in class akha.yakhont.location.GoogleLocationClientNew
The default pending intent request code.
invoke(Object, String, Object...) - Static method in class akha.yakhont.CoreReflection
Invokes method and returns the result.
invoke(Object, Method, Object...) - Static method in class akha.yakhont.CoreReflection
Invokes method and returns the result.
invokeSafe(Object, String, Object...) - Static method in class akha.yakhont.CoreReflection
Same as CoreReflection.invoke(Object, String, Object...) but never throws exceptions.
isAccessToLocationAllowed() - Static method in class akha.yakhont.location.LocationCallbacks
Checks whether the access to location was allowed or not.
isAnnotated(Object, Class<? extends Annotation>) - Static method in class akha.yakhont.CoreReflection
Checks whether the object was annotated.
isAnnotatedField(Object, Class<? extends Annotation>, String) - Static method in class akha.yakhont.CoreReflection
Checks whether the field was annotated.
isAnnotatedMethod(Object, Class<? extends Annotation>, String, Class...) - Static method in class akha.yakhont.CoreReflection
Checks whether the method was annotated.
isConnected() - Static method in class akha.yakhont.Core.Utils
Returns true if network connected, false otherwise.
isCurrentThreadMain() - Static method in class akha.yakhont.Core.Utils
Returns true if the current thread is the main thread of the application, false otherwise.
isCursorAdapter() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Returns true if current adapter in use is the cursor one, false otherwise.
isDebugMode(String) - Static method in class akha.yakhont.Core.Utils
Checks the debug mode.
isEmpty() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
isEnabled(int) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
isExist(String, String) - Method in class akha.yakhont.BaseCacheProvider
Checks whether the given column exists or not.
isFullInfo() - Static method in class akha.yakhont.CoreLogger
Indicates whether the detailed logging should be enabled or not.
isLoaderIdAutoGenerated() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Indicates whether the loader ID was auto generated or not.
isLoaderIdAutoGenerated() - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Indicates whether the loader ID was auto generated or not.
isLoading() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Indicates whether the loader is busy with data loading or not.
isMerge() - Method in interface akha.yakhont.adapter.BaseCacheAdapter.Mergeable
Returns the "merge" flag.
isNullable() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Returns true if observed items can be nulls, false otherwise.
isNullable() - Method in class akha.yakhont.technology.rx.BaseRx
Please refer to CommonRx.isNullable() description.
isNullable() - Method in class akha.yakhont.technology.rx.Rx
Please refer to the base method description.
isNullable() - Method in class akha.yakhont.technology.rx.Rx2
Please refer to the base method description.
isSingle() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Please refer to BaseRx.isSingle() description.
isSingle() - Method in class akha.yakhont.technology.rx.BaseRx
Returns true if BaseRx.CommonRx either emits one value only or an error notification, false otherwise.

L

LocationCallbacks - Class in akha.yakhont.location
Extends the BaseActivityLifecycleProceed.BaseActivityCallbacks class to provide location APIs support.
LocationCallbacks() - Constructor for class akha.yakhont.location.LocationCallbacks
Initialises a newly created LocationCallbacks object.
LocationCallbacks.LocationClient - Interface in akha.yakhont.location
The location API.
LocationCallbacks.LocationListener - Interface in akha.yakhont.location
Activity should implement this interface for receiving notifications when the location has changed.
log(String) - Static method in class akha.yakhont.CoreLogger
Performs logging (the default level).
log(String, Throwable) - Static method in class akha.yakhont.CoreLogger
Performs logging (the default level).
log(CoreLogger.Level, String) - Static method in class akha.yakhont.CoreLogger
Performs logging.
log(CoreLogger.Level, String, Throwable) - Static method in class akha.yakhont.CoreLogger
Performs logging.
log(CoreLogger.Level, String, boolean) - Static method in class akha.yakhont.CoreLogger
Performs logging.
log(CoreLogger.Level, String, Throwable, boolean, StackTraceElement) - Method in interface akha.yakhont.CoreLogger.LoggerExtender
Intended to log the info provided.
logError(String) - Static method in class akha.yakhont.CoreLogger
Performs logging (the "error" level).
logError(String, Throwable) - Static method in class akha.yakhont.CoreLogger
Performs logging (the "error" level).
logWarning(String) - Static method in class akha.yakhont.CoreLogger
Performs logging (the "warning" level).

M

makeRequest(C) - Method in interface akha.yakhont.Core.Requester
Starts an asynchronous load (e.g.
makeRequest(C) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Please refer to the base method description.
makeRequest() - Method in class akha.yakhont.loader.BaseLoader
Starts an asynchronous load.
makeRequest(C) - Method in class akha.yakhont.loader.BaseLoader
Starts an asynchronous load.
makeRequest() - Method in class akha.yakhont.loader.CacheLoader
Please refer to the base method description.
mLayoutId - Variable in class akha.yakhont.adapter.BaseRecyclerViewAdapter
 
mViewHolderCreator - Variable in class akha.yakhont.adapter.BaseRecyclerViewAdapter
 

N

newInstance(int, Integer, Boolean) - Static method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Creates new instance of AlertDialogFragment object.
newInstance(String, Integer, Boolean) - Static method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Creates new instance of AlertDialogFragment object.
newInstance(String, Integer, Integer, Boolean, AlertDialogFragment) - Static method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Initialises the new instance of AlertDialogFragment object.
newInstance(String) - Static method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Creates new instance of ProgressDialogFragment object.
newInstance(String, ProgressDialogFragment) - Static method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Initialises the new instance of ProgressDialogFragment object.
newInstance(String) - Static method in class akha.yakhont.fragment.dialog.ProgressDialogFragment.ProgressLoaderDialogFragment
Creates new instance of ProgressLoaderDialogFragment object.
NOT_VALID_RES_ID - Static variable in class akha.yakhont.Core
Not valid resource ID (the value is 0).
NOT_VALID_VIEW_ID - Static variable in class akha.yakhont.Core
Not valid View ID (the value is -1).

O

onActionModeFinished(ActionMode) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onActionModeStarted(ActionMode) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onActivityCreated(Activity, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityCreated(Activity, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
onActivityCreated(Activity, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.OrientationCallbacks
Please refer to the base method description.
onActivityCreated(Fragment, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onActivityCreated(Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onActivityCreated(Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onActivityCreated(Bundle) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
onActivityCreated(Bundle) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
onActivityCreated(Activity, Bundle) - Method in class akha.yakhont.fragment.WorkerFragment.WorkerFragmentCallbacks
Please refer to the base method description.
onActivityCreated(Activity, Bundle) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivityDestroyed(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityDestroyed(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
The callback for Activity.onDestroy().
onActivityDestroyed(Activity) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivityPaused(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityPaused(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
The callback for Activity.onPause().
onActivityPaused(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.HideKeyboardCallbacks
Please refer to the base method description.
onActivityPaused(Activity) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivityReenter(int, Intent) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onActivityResult(Activity, int, int, Intent) - Static method in class akha.yakhont.CorePermissions
Called by the Yakhont Weaver.
onActivityResult(int, int, Intent) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onActivityResult(int, int, Intent) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onActivityResult(int, int, Intent) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onActivityResult(int, int, Intent) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
onActivityResult(Activity, Core.RequestCodes, int, Intent) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onActivityResult(Activity, Core.RequestCodes, int, Intent) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
onActivityResult(Activity, Core.RequestCodes, int, Intent) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
onActivityResult(Activity, int, int, Intent) - Static method in class akha.yakhont.location.LocationCallbacks
Called by the Yakhont Weaver.
onActivityResumed(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityResumed(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
The callback for Activity.onResume().
onActivityResumed(Activity) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivitySaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivitySaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
onActivitySaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivityStarted(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityStarted(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
The callback for Activity.onStart().
onActivityStarted(Activity) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onActivityStopped(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycleProceed
Please refer to the base method description.
onActivityStopped(Activity) - Method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.BaseActivityCallbacks
The callback for Activity.onStop().
onActivityStopped(Activity) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onAdjustMeasuredView(View) - Method in class akha.yakhont.debug.BaseFragment
The callback helper for calling BaseFragment.adjustMeasuredView(View).
onAttach(Activity) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onAttach(Context) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onAttach(Activity) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onAttach(Context) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onAttachedToWindow() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onAttachFragment(Fragment) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onAttachFragment(Fragment) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onBackPressed() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onBindViewHolder(VH, int) - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Please refer to the base method description.
onCancel(DialogInterface) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onCancel(DialogInterface) - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Please refer to the base method description.
onCancel(DialogInterface) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
onChangedConfiguration(Configuration) - Method in interface akha.yakhont.Core.ConfigurationChangedListener
Called by the system when the device configuration changes.
onChangedConfiguration(Configuration) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
onChangedConfiguration(Configuration) - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onClick(DialogInterface, int) - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Please refer to the base method description.
onCompleted() - Method in class akha.yakhont.technology.rx.BaseRx.SubscriberRx
Notifies the SubscriberRx that the Observable has finished sending push-based notifications.
onConfigurationChanged(Configuration) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onConfigurationChanged(Configuration) - Method in class akha.yakhont.debug.BaseApplication
Please refer to the base method description.
onConfigurationChanged(Configuration) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onConfigurationChanged(Configuration) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onConnected(Bundle) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onConnectionFailed(ConnectionResult) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onConnectionSuspended(int) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onCreate() - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.
onCreate(SQLiteDatabase) - Method in class akha.yakhont.BaseCacheProvider
Called when database created.
onCreate(Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onCreate() - Method in class akha.yakhont.debug.BaseApplication
Please refer to the base method description.
onCreate(Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onCreate(Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onCreate(Bundle) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
onCreate(Activity, Bundle) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onCreate(Activity, Bundle) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onCreate(Activity, Bundle) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
onCreate(Activity, Bundle) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onCreate(android.os.Bundle).
onCreated(Activity, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onCreated(Fragment, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onCreateDialog(int) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onCreateDialog(int, Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onCreateDialog(Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onCreateDialog(Bundle) - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Please refer to the base method description.
onCreateDialog(Bundle) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
onCreateLoader(int, Bundle) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Please refer to the base method description.
onCreateLoader(int, Bundle) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Please refer to the base method description.
onCreateView(View, String, Context, AttributeSet) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onCreateView(String, Context, AttributeSet) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onCreateViewHolder(ViewGroup, int) - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Please refer to the base method description.
onCreateViewHolder(ViewGroup, int, int) - Method in interface akha.yakhont.adapter.BaseRecyclerViewAdapter.ViewHolderCreator
Called when RecyclerView needs a new RecyclerView.ViewHolder of the given type to represent an item.
onCreateViewHolder(ViewGroup, int) - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper.ContentValuesRecyclerViewAdapter
Please refer to the base method description.
onDestroy() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onDestroy() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onDestroy() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onDestroy() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
onDestroy(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onDestroy(Activity) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onDestroy().
onDestroyed(Activity) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onDestroyed(Fragment) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onDestroyView() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onDestroyView() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onDetach() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onDetach() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onDetach() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
onDetachedFromWindow() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onDismiss(DialogInterface) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onError(Throwable) - Method in interface akha.yakhont.technology.rx.BaseRx.CallbackRx
Notifies the CallbackRx that the Observable has experienced an error condition.
onError(Throwable) - Method in class akha.yakhont.technology.rx.BaseRx
Called by external components to indicate errors.
onError(String) - Method in class akha.yakhont.technology.rx.BaseRx
Called by external components to indicate errors.
onError(Throwable) - Method in class akha.yakhont.technology.rx.BaseRx.SubscriberRx
Notifies the SubscriberRx that the Observable has experienced an error condition.
onError(Subscriber<? super D>, Throwable) - Method in class akha.yakhont.technology.rx.Rx
Implementation of CallbackRx.onError().
onError(Observer<? super D>, Throwable) - Method in class akha.yakhont.technology.rx.Rx2
Implementation of CallbackRx.onError().
onFailure(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader
Callback which is called after NOT successful data loading.
onFailure(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.CacheLoader
Please refer to the base method description.
onForceLoad() - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
onFragmentActivityCreated(Fragment, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
onFragmentCreated(Fragment, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
onFragmentDestroyed(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
The callback for Fragment.onDestroy().
onFragmentPaused(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
The callback for Fragment.onPause().
onFragmentResumed(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
The callback for Fragment.onResume().
onFragmentSaveInstanceState(Fragment, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
onFragmentStarted(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
The callback for Fragment.onStart().
onFragmentStopped(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
The callback for Fragment.onStop().
onInflate(AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onInflate(Activity, AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onInflate(Context, AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onInflate(AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onInflate(Activity, AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onInflate(Context, AttributeSet, Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onLoaderReset(Loader<D>) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Please refer to the base method description.
onLoaderReset(Loader<BaseResponse<R, E, D>>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Please refer to the base method description.
onLoadFinished(D, BaseResponse.Source) - Method in interface akha.yakhont.loader.BaseResponse.LoaderCallback
Called when a loader has finished its load.
onLoadFinished(Loader<D>, D) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Please refer to the base method description.
onLoadFinished(Loader<BaseResponse<R, E, D>>, BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Please refer to the base method description.
onLocationChanged(Location) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onLocationChanged(Location, Date) - Method in interface akha.yakhont.location.LocationCallbacks.LocationListener
Called when the location has changed.
onLowMemory() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onLowMemory() - Method in class akha.yakhont.debug.BaseApplication
Please refer to the base method description.
onLowMemory() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onLowMemory() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onNavigateUp() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onNavigateUpFromChild(Activity) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onNewIntent(Intent) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onNext(D) - Method in class akha.yakhont.technology.rx.BaseRx.SubscriberRx
Provides the SubscriberRx with a new item to observe.
onPause() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onPause() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onPause() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onPause(Fragment) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Called by the Yakhont Weaver to support "swipe refresh" feature for the given fragment.
onPause(Fragment, int) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Should be called from Fragment.onPause() to support "swipe refresh" feature for the given fragment.
onPause(View, int) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Should be called from Fragment.onPause() to support "swipe refresh" feature for the given fragment.
onPause(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onPause(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onPause(Activity) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onPause().
onPaused(Activity) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onPaused(Fragment) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onPostCreate(Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onPostCreate(Bundle, PersistableBundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onPostResume() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onPrepareDialog(int, Dialog) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onPrepareDialog(int, Dialog, Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onRegister() - Method in class akha.yakhont.callback.BaseCallbacks
The callback which is called when the instance of this class registered.
onRegister() - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onRequestPermissionsResult(Activity, int, String[], int[]) - Static method in class akha.yakhont.CorePermissions
Called by the Yakhont Weaver.
onRequestPermissionsResult(int, String[], int[]) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onRequestPermissionsResult(int, String[], int[]) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onRequestPermissionsResult(int, String[], int[]) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onReset() - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
onRestart() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onRestoreInstanceState(Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onRestoreInstanceState(Bundle, PersistableBundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onResult(D) - Method in interface akha.yakhont.technology.rx.BaseRx.CallbackRx
Provides the CallbackRx with a new item to observe.
onResult(BaseResponse<R, E, D>) - Method in class akha.yakhont.technology.rx.BaseRx.LoaderRx
Please refer to the base method description.
onResult(D) - Method in class akha.yakhont.technology.rx.BaseRx
Called by external components to provide observed items.
onResult(Subscriber<? super D>, D) - Method in class akha.yakhont.technology.rx.Rx
Implementation of CallbackRx.onResult().
onResult(Observer<? super D>, D) - Method in class akha.yakhont.technology.rx.Rx2
Implementation of CallbackRx.onResult().
onResume() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onResume() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onResume() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onResume(Fragment) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Called by the Yakhont Weaver to support "swipe refresh" feature for the given fragment.
onResume(Fragment, int) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Should be called from Fragment.onResume() to support "swipe refresh" feature for the given fragment.
onResume(Fragment, View, int) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Should be called from Fragment.onResume() to support "swipe refresh" feature for the given fragment.
onResume(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onResume(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onResume(Activity) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
onResume(Activity) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onResume().
onResumed(Activity) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onResumed(Fragment) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onSaveInstanceState(Activity, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onSaveInstanceState(Fragment, Bundle) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onSaveInstanceState(Bundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onSaveInstanceState(Bundle, PersistableBundle) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onSaveInstanceState(Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onSaveInstanceState(Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onSaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onSaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onSaveInstanceState(Activity, Bundle) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
onSaveInstanceState(Activity, Bundle) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
onStart() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onStart() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onStart() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onStart() - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
onStart(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onStart(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onStart(Activity) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onStart().
onStarted(Activity) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onStarted(Fragment) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onStartLoading() - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
onStateNotSaved() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onStop() - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onStop() - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onStop() - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onStop(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
onStop(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
onStop(Activity) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Callback which is called from Activity.onStop().
onStopLoading() - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
onStopped(Activity) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given activity.
onStopped(Fragment) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Called by the Yakhont Weaver to apply registered callbacks to the given fragment.
onSuccess(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader
Callback which is called after successful data loading.
onSuccess(BaseResponse<R, E, D>) - Method in class akha.yakhont.loader.CacheLoader
Please refer to the base method description.
onTerminate() - Method in class akha.yakhont.debug.BaseApplication
Please refer to the base method description.
onTrimMemory(int) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
onTrimMemory(int) - Method in class akha.yakhont.debug.BaseApplication
Please refer to the base method description.
onTrimMemory(int) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onTrimMemory(int) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onUnregister() - Method in class akha.yakhont.callback.BaseCallbacks
The callback which is called when the instance of this class unregistered.
onUnregister() - Method in class akha.yakhont.location.LocationCallbacks
Please refer to the base method description.
onUpgrade(SQLiteDatabase, int, int) - Method in class akha.yakhont.BaseCacheProvider
Called when database upgraded.
onViewCreated(View, Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onViewCreated(View, Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
onViewStateRestored(Bundle) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
onViewStateRestored(Bundle) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.

P

parameters(Dagger2.Parameters) - Method in interface akha.yakhont.technology.Dagger2.DefaultComponent.Builder
 
postToMainLoop(Runnable) - Static method in class akha.yakhont.Core.Utils
Causes the runnable to be added to the message queue.
postToMainLoop(long, Runnable) - Static method in class akha.yakhont.Core.Utils
Causes the runnable to be added to the message queue.
proceed(T) - Method in class akha.yakhont.callback.BaseCallbacks.BaseCacheCallbacks
Please refer to the base method description.
proceed(BaseCallbacks.BaseCacheCallbacks<T>, T) - Static method in class akha.yakhont.callback.BaseCallbacks.BaseProceed
Checks whether the callbacks for the given object should be proceeded or not.
proceed(T) - Method in class akha.yakhont.callback.BaseCallbacks
Checks whether the callbacks for the given object should be proceeded or not.
proceed(T, Map<T, Boolean>) - Method in class akha.yakhont.callback.BaseCallbacks
Checks whether the callbacks for the given object should be proceeded or not.
proceed(T, Class) - Static method in class akha.yakhont.callback.BaseCallbacks
Checks whether the callbacks for the given object should be proceeded or not.
proceed(T, Class, boolean, Map<T, Boolean>) - Static method in class akha.yakhont.callback.BaseCallbacks
Checks whether the callbacks for the given object should be proceeded or not.
ProgressDialogFragment - Class in akha.yakhont.fragment.dialog
The ProgressDialogFragment class is intended to display a progress indicator to the user.
ProgressDialogFragment() - Constructor for class akha.yakhont.fragment.dialog.ProgressDialogFragment
Initialises a newly created ProgressDialogFragment object.
ProgressDialogFragment.ProgressLoaderDialogFragment - Class in akha.yakhont.fragment.dialog
The ProgressLoaderDialogFragment class is intended to display a data loading progress indicator to the user.
ProgressDialogFragment.ProgressLoaderDialogFragment() - Constructor for class akha.yakhont.fragment.dialog.ProgressDialogFragment.ProgressLoaderDialogFragment
Initialises a newly created ProgressLoaderDialogFragment object.

Q

query(Uri, String[], String, String[], String) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.

R

register(Map<C, Set<E>>, C, Class<E>, Map<String, E>) - Static method in class akha.yakhont.callback.BaseCallbacks.BaseLifecycleProceed
Registers the callbacks handler.
register(Map<C, D>, C, D) - Static method in class akha.yakhont.callback.BaseCallbacks.BaseProceed
Registers the callbacks handler.
register(BaseActivityLifecycleProceed.BaseActivityCallbacks) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Registers the callbacks handler.
register(BaseFragmentLifecycleProceed.BaseFragmentCallbacks) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Registers the callbacks handler.
register(Core.ConfigurationChangedListener) - Static method in class akha.yakhont.Core
Registers component to be notified about device configuration changes.
register(Fragment, int) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Enables "swipe refresh" feature for the given fragment.
register(Fragment, int[]) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Enables "swipe refresh" feature for the given fragment.
register(Fragment, BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Enables "swipe refresh" feature for the given fragment.
register(Fragment, Collection<BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData>) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper
Enables "swipe refresh" feature for the given fragment.
register(Activity, BaseRx.LocationRx) - Method in class akha.yakhont.location.LocationCallbacks
Registers Rx component to be notified about location changes.
register(BaseRx.CallbackRx<D>) - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Registers the callback.
registerDataSetObserver(DataSetObserver) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
registerShakeDataSender(Context, String) - Static method in class akha.yakhont.CoreLogger
Registers email addresses to which on shaking device to send email with log records and some additional info (if any).
registerShakeDataSender(Context, String[], String, String, boolean, boolean, String[]) - Static method in class akha.yakhont.CoreLogger
Registers email addresses to which on shaking device to send email with log records and some additional info (if any).
request() - Method in class akha.yakhont.CorePermissions.RequestBuilder
Requests permission(s).
request(long) - Method in class akha.yakhont.technology.rx.BaseRx.SubscriberRx
Request a certain maximum number of emitted items from the Observable this SubscriberRx is subscribed to.
requestLocationUpdates(Activity, LocationRequest) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Requests location updates.
requestLocationUpdates(Activity, LocationRequest) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
requestLocationUpdates(Activity, LocationRequest) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
requestLocationUpdates(Activity, LocationRequest, LocationCallback) - Method in class akha.yakhont.location.GoogleLocationClientNew
Requests location updates.
requestLocationUpdates(Activity, LocationRequest, PendingIntent) - Method in class akha.yakhont.location.GoogleLocationClientNew
Requests location updates.
resetArray() - Method in interface akha.yakhont.adapter.BaseCacheAdapter.CacheAdapter
Resets the array adapter.
resetArray() - Method in class akha.yakhont.adapter.BaseCacheAdapter
Resets the array adapter.
resetArray() - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Please refer to the base method description.
Retrofit<T> - Class in akha.yakhont.technology.retrofit
The component to work with Retrofit 1.x APIs.
Retrofit() - Constructor for class akha.yakhont.technology.retrofit.Retrofit
Initialises a newly created Retrofit object.
Retrofit.RetrofitAdapterWrapper<D> - Class in akha.yakhont.technology.retrofit
Extends the ValuesCacheAdapterWrapper class to provide Retrofit support.
Retrofit.RetrofitAdapterWrapper(Activity, int) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitAdapterWrapper
Initialises a newly created RetrofitAdapterWrapper object.
Retrofit.RetrofitAdapterWrapper(Activity, int, String[], int[]) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitAdapterWrapper
Initialises a newly created RetrofitAdapterWrapper object.
Retrofit.RetrofitAdapterWrapper(BaseCacheAdapter.BaseCacheAdapterFactory<ContentValues, Response, Exception, D>, boolean, Activity, int, String[], int[]) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitAdapterWrapper
Initialises a newly created RetrofitAdapterWrapper object.
Retrofit.RetrofitRx<D> - Class in akha.yakhont.technology.retrofit
Extends the BaseRx.LoaderRx class to provide Retrofit support.
Retrofit.RetrofitRx() - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Initialises a newly created RetrofitRx object.
Retrofit.RetrofitRx(boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Initialises a newly created RetrofitRx object.
Retrofit.RetrofitRx(boolean, boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Initialises a newly created RetrofitRx object.
Retrofit.RetrofitRx(BaseRx.CommonRx<BaseResponse<Response, Exception, D>>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Initialises a newly created RetrofitRx object.
Retrofit.RetrofitRx(BaseRx.CommonRx<BaseResponse<Response, Exception, D>>, boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Initialises a newly created RetrofitRx object.
Retrofit2<T> - Class in akha.yakhont.technology.retrofit
The component to work with Retrofit 2.x APIs.
Retrofit2() - Constructor for class akha.yakhont.technology.retrofit.Retrofit2
Initialises a newly created Retrofit2 object.
Retrofit2.Retrofit2AdapterWrapper<D> - Class in akha.yakhont.technology.retrofit
Extends the ValuesCacheAdapterWrapper class to provide Retrofit 2 support.
Retrofit2.Retrofit2AdapterWrapper(Activity, int) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2AdapterWrapper
Initialises a newly created Retrofit2AdapterWrapper object.
Retrofit2.Retrofit2AdapterWrapper(Activity, int, String[], int[]) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2AdapterWrapper
Initialises a newly created Retrofit2AdapterWrapper object.
Retrofit2.Retrofit2AdapterWrapper(BaseCacheAdapter.BaseCacheAdapterFactory<ContentValues, Response<D>, Throwable, D>, boolean, Activity, int, String[], int[]) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2AdapterWrapper
Initialises a newly created Retrofit2AdapterWrapper object.
Retrofit2.Retrofit2Rx<D> - Class in akha.yakhont.technology.retrofit
Extends the BaseRx.LoaderRx class to provide Retrofit 2 support.
Retrofit2.Retrofit2Rx() - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Initialises a newly created Retrofit2Rx object.
Retrofit2.Retrofit2Rx(boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Initialises a newly created Retrofit2Rx object.
Retrofit2.Retrofit2Rx(boolean, boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Initialises a newly created Retrofit2Rx object.
Retrofit2.Retrofit2Rx(BaseRx.CommonRx<BaseResponse<Response<D>, Throwable, D>>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Initialises a newly created Retrofit2Rx object.
Retrofit2.Retrofit2Rx(BaseRx.CommonRx<BaseResponse<Response<D>, Throwable, D>>, boolean) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Initialises a newly created Retrofit2Rx object.
Retrofit2LoaderWrapper<D> - Class in akha.yakhont.technology.retrofit
Extends the BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper class to provide Retrofit 2 support.
Retrofit2LoaderWrapper(Context, Fragment, Core.Requester<Callback<D>>, String, String) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper
Initialises a newly created Retrofit2LoaderWrapper object.
Retrofit2LoaderWrapper(Context, Fragment, Integer, Core.Requester<Callback<D>>, int, String, String, BaseResponse.Converter<D>, Core.UriResolver) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper
Initialises a newly created Retrofit2LoaderWrapper object.
Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder<D,T> - Class in akha.yakhont.technology.retrofit
Builder class for BaseResponseLoaderWrapper.CoreLoad objects.
Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder(Fragment, Class<D>, Retrofit2<T>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Initialises a newly created Retrofit2CoreLoadBuilder object.
Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder(Fragment, Type, Retrofit2<T>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Initialises a newly created Retrofit2CoreLoadBuilder object.
Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder(Fragment, TypeToken, Retrofit2<T>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
Initialises a newly created Retrofit2CoreLoadBuilder object.
Retrofit2LoaderWrapper.Retrofit2LoaderBuilder<D,T> - Class in akha.yakhont.technology.retrofit
Builder class for BaseResponseLoaderWrapper objects.
Retrofit2LoaderWrapper.Retrofit2LoaderBuilder(Fragment, Type, Retrofit2<T>, BaseRx.LoaderRx<Response<D>, Throwable, D>) - Constructor for class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2LoaderBuilder
Initialises a newly created Retrofit2LoaderBuilder object.
RetrofitLoaderWrapper<D> - Class in akha.yakhont.technology.retrofit
Extends the BaseResponseLoaderWrapper.BaseResponseLoaderExtendedWrapper class to provide Retrofit support.
RetrofitLoaderWrapper(Context, Fragment, Core.Requester<Callback<D>>, String, String) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper
Initialises a newly created RetrofitLoaderWrapper object.
RetrofitLoaderWrapper(Context, Fragment, Integer, Core.Requester<Callback<D>>, int, String, String, BaseResponse.Converter<D>, Core.UriResolver) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper
Initialises a newly created RetrofitLoaderWrapper object.
RetrofitLoaderWrapper.RetrofitCoreLoadBuilder<D,T> - Class in akha.yakhont.technology.retrofit
Builder class for BaseResponseLoaderWrapper.CoreLoad objects.
RetrofitLoaderWrapper.RetrofitCoreLoadBuilder(Fragment, Class<D>, Retrofit<T>) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitCoreLoadBuilder
Initialises a newly created RetrofitCoreLoadBuilder object.
RetrofitLoaderWrapper.RetrofitCoreLoadBuilder(Fragment, Type, Retrofit<T>) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitCoreLoadBuilder
Initialises a newly created RetrofitCoreLoadBuilder object.
RetrofitLoaderWrapper.RetrofitCoreLoadBuilder(Fragment, TypeToken, Retrofit<T>) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitCoreLoadBuilder
Initialises a newly created RetrofitCoreLoadBuilder object.
RetrofitLoaderWrapper.RetrofitLoaderBuilder<D,T> - Class in akha.yakhont.technology.retrofit
Builder class for BaseResponseLoaderWrapper objects.
RetrofitLoaderWrapper.RetrofitLoaderBuilder(Fragment, Type, Retrofit<T>) - Constructor for class akha.yakhont.technology.retrofit.RetrofitLoaderWrapper.RetrofitLoaderBuilder
Initialises a newly created RetrofitLoaderBuilder object.
runTransaction(SQLiteDatabase, Runnable) - Method in class akha.yakhont.BaseCacheProvider
Executes transaction.
Rx<D> - Class in akha.yakhont.technology.rx
The component to work with RxJava.
Rx() - Constructor for class akha.yakhont.technology.rx.Rx
Initialises a newly created Rx object.
Rx(boolean, boolean) - Constructor for class akha.yakhont.technology.rx.Rx
Initialises a newly created Rx object.
Rx.RxSubscription - Class in akha.yakhont.technology.rx
Represents a group of Subscriptions that are unsubscribed together.
Rx.RxSubscription() - Constructor for class akha.yakhont.technology.rx.Rx.RxSubscription
 
Rx2<D> - Class in akha.yakhont.technology.rx
The component to work with RxJava 2.
Rx2() - Constructor for class akha.yakhont.technology.rx.Rx2
Initialises a newly created Rx2 object.
Rx2(Disposable) - Constructor for class akha.yakhont.technology.rx.Rx2
Initialises a newly created Rx2 object.
Rx2.Rx2Disposable - Class in akha.yakhont.technology.rx
A disposable container that can hold onto multiple other disposables.
Rx2.Rx2Disposable() - Constructor for class akha.yakhont.technology.rx.Rx2.Rx2Disposable
 

S

sendData(Context, String[], String, String, boolean, boolean, String[]) - Static method in class akha.yakhont.CoreLogger
Sends email with log records and some additional info (if any).
sendEmail(Activity, String[], String, String, File) - Static method in class akha.yakhont.Core.Utils
Sends email.
sendLogCat(Activity, String) - Static method in class akha.yakhont.CoreLogger
Sends e-mail with log records collected by the getLogCat().
sendLogCat(Activity, String, String, boolean, String) - Static method in class akha.yakhont.CoreLogger
Sends e-mail with log records collected by the getLogCat().
setActive(boolean) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Activates Yakhont Weaver (normally on devices with API version < ICE_CREAM_SANDWICH).
setActive(boolean) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Activates Yakhont Weaver.
setAdapter(BaseCacheAdapter.BaseCursorAdapter) - Method in class akha.yakhont.loader.CacheLoader
Sets the adapter to use.
setAdapter(BaseCacheAdapter.CacheAdapter<R, E, D>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Sets adapter.
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.adapter.BaseCacheAdapter.BaseArrayAdapter
Registers the ViewBinder.
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in interface akha.yakhont.adapter.BaseCacheAdapter.BaseCursorAdapter
 
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Registers the ViewBinder to use.
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Registers the ViewBinder.
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.adapter.BaseSimpleCursorAdapter
Registers the ViewBinder.
setAdapterViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Registers the ViewBinder to use.
setAdapterWrapper(ValuesCacheAdapterWrapper<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the adapter wrapper component.
setAdapterWrapper(ValuesCacheAdapterWrapper<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the adapter wrapper component.
setCallback(C) - Method in class akha.yakhont.loader.BaseLoader
Sets callback component.
setConfirmation(boolean) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Sets the "confirmation dialog" flag.
setConverter(BaseResponse.Converter<D>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the converter.
setConverter(BaseResponse.Converter<D>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the converter.
setCurrentAdapter(boolean) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Sets adapter to use.
setDataBinding(String[], int[]) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the data binding.
setDescription(String) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the data description.
setDescription(String) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the data description.
setDescription(Context, int) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the data description.
setDescriptionId(int) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the data description ID.
setDropDownViewTheme(Resources.Theme) - Method in class akha.yakhont.adapter.BaseCacheAdapter.ApiMCacheAdapter
Please refer to the base method description.
setDropDownViewTheme(Resources.Theme) - Method in class akha.yakhont.adapter.BaseCacheAdapter.SupportCacheAdapter
Please refer to the base method description.
setErrorHandler(Action1<Throwable>) - Static method in class akha.yakhont.technology.rx.Rx
Sets Rx error handler.
setErrorHandler(Consumer<? super Throwable>) - Static method in class akha.yakhont.technology.rx.Rx2
Sets Rx error handler.
setErrorHandlerEmpty() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Sets Rx error handler to the empty one.
setErrorHandlerEmpty() - Method in class akha.yakhont.technology.rx.BaseRx
Please refer to CommonRx.setErrorHandlerEmpty() description.
setErrorHandlerEmpty() - Method in class akha.yakhont.technology.rx.Rx
Please refer to the base method description.
setErrorHandlerEmpty() - Method in class akha.yakhont.technology.rx.Rx2
Please refer to the base method description.
setErrorHandlerJustLog() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Sets Rx error handler to the one which does logging only.
setErrorHandlerJustLog() - Method in class akha.yakhont.technology.rx.BaseRx
Please refer to CommonRx.setErrorHandlerJustLog() description.
setErrorHandlerJustLog() - Method in class akha.yakhont.technology.rx.Rx
Please refer to the base method description.
setErrorHandlerJustLog() - Method in class akha.yakhont.technology.rx.Rx2
Please refer to the base method description.
setField(Object, String, Object) - Static method in class akha.yakhont.CoreReflection
Sets the value of the field.
setField(Object, Field, Object) - Static method in class akha.yakhont.CoreReflection
Sets the value of the field.
setForceCache(boolean) - Method in interface akha.yakhont.Core.ConfigurableLoader
Sets the "force cache" flag.
setForceCache(boolean) - Method in class akha.yakhont.loader.CacheLoader
Sets the "force cache" flag.
setForceProceed(boolean) - Method in class akha.yakhont.callback.BaseCallbacks
Sets the "force proceed" flag.
setFullInfo(boolean) - Static method in class akha.yakhont.CoreLogger
Sets the detailed logging flag.
setGoBackOnLoadingCanceled(boolean) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
setGoBackOnLoadingCanceled(boolean) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Indicates whether the back key press should be emulated if data loading was cancelled or not
setListItem(int) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the resource identifier of a layout file that defines the views to bind.
setListView(int) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the ListView, GridView or RecyclerView ID.
setLoaderBuilder(BaseLoaderWrapper.LoaderBuilder<BaseResponse<R, E, D>>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the loader builder component.
setLoaderCallback(BaseResponse.LoaderCallback<D>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the loader callback component.
setLoaderCallback(BaseResponse.LoaderCallback<D>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the loader callback.
setLoaderCallbacks(LoaderManager.LoaderCallbacks<D>) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Sets loader callbacks.
setLoaderCallbacks(LoaderManager.LoaderCallbacks<BaseResponse<R, E, D>>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the loader callbacks.
setLoaderFactory(BaseLoaderWrapper.LoaderFactory<BaseResponse<R, E, D>>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the loader factory.
setLoaderFactory(BaseLoaderWrapper.LoaderFactory<D>) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Sets loader factory.
setLoaderFactory(BaseLoaderWrapper.LoaderFactory<BaseResponse<R, E, D>>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the loader factory.
setLoaderId(int) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the loader ID.
setLoaderId(int) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the loader ID.
setLocation(Location) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Sets the current location.
setLocationCallbacks(LocationCallbacks) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Please refer to the base method description.
setLocationCallbacks(LocationCallbacks) - Method in interface akha.yakhont.location.LocationCallbacks.LocationClient
Sets the locationCallbacks which is the owner of this client.
setLocationClient() - Method in class akha.yakhont.location.LocationCallbacks
Sets the location client (via Dagger2).
setLocationUpdatesParameters(boolean, boolean) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Sets the requesting location updates parameters.
setLocationUpdatesParameters(boolean, int, long, long) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Sets the requesting location updates parameters.
setLocationUpdatesParameters(boolean, int, long, long, Long, Long, Long, Integer, Float) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Sets the requesting location updates parameters.
setLoggerExtender(CoreLogger.LoggerExtender) - Static method in class akha.yakhont.CoreLogger
Registers the 3-rd party logger to use (as add-on or full replacement for CoreLogger).
setLogLevel(CoreLogger.Level) - Static method in class akha.yakhont.CoreLogger
Sets the log level.
setMerge(boolean) - Method in class akha.yakhont.loader.CacheLoader
Sets the "merge" flag.
setNoProgress(boolean) - Method in interface akha.yakhont.Core.ConfigurableLoader
Sets the "no progress" flag.
setOnDenied(Runnable) - Method in class akha.yakhont.CorePermissions.RequestBuilder
Sets on permission(s) denied callback.
setOnGranted(Runnable) - Method in class akha.yakhont.CorePermissions.RequestBuilder
Sets on permission(s) granted callback.
setPendingIntent(PendingIntent) - Method in class akha.yakhont.location.GoogleLocationClientNew
setPermissionsNamesTranslator(CorePermissions.PermissionsNamesTranslator) - Method in class akha.yakhont.CorePermissions.RequestBuilder
setProgress(BaseLoader.ProgressWrapper) - Method in class akha.yakhont.loader.BaseLoader
Sets component to display progress.
setProgress(BaseLoader.ProgressWrapper) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Sets component to display progress.
setRequestCode(int) - Method in class akha.yakhont.CorePermissions.RequestBuilder
Sets the request code to use.
setRequestedOrientation(int) - Method in class akha.yakhont.debug.BaseActivity
Please refer to the base method description.
setRequester(Core.Requester<C>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the requester.
setRequestLocationUpdates(boolean) - Method in class akha.yakhont.location.GoogleLocationClientNew
Forces to set requesting location updates flag.
setRetainInstance(boolean) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
setRetainInstance(boolean) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
setRunLocationUpdates(boolean) - Method in class akha.yakhont.location.GoogleLocationClientNew
Sets the flag indicating whether the location updates should be run from GoogleLocationClientNew.startSettingsUpdates(Activity) or not.
setRx(BaseRx.LoaderRx<R, E, D>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the Rx component.
setRx(BaseRx.LoaderRx<R, E, D>) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper
Sets Rx component.
setShowStack(boolean) - Static method in class akha.yakhont.CoreLogger
Sets whether the stack trace should be logged.
setShowThread(boolean) - Static method in class akha.yakhont.CoreLogger
Sets whether the thread info should be logged.
setStrictMode(Application, String) - Static method in class akha.yakhont.debug.BaseApplication
Sets StrictMode (in debug builds only, see Utils.isDebugMode()).
setStrictMode(String, String) - Static method in class akha.yakhont.debug.BaseApplication
Sets StrictMode (in debug builds only, see Utils.isDebugMode()).
setSwipeRefreshWrapper(BaseLoaderWrapper.SwipeRefreshWrapper) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Sets "swipe refresh" component.
setTableName(String) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the table name.
setTableName(Context, int) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the table name.
setTableName(String) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the table name.
setTag(String) - Static method in class akha.yakhont.CoreLogger
Sets the Android Log's tag.
setTargetFragment(Fragment, int) - Method in class akha.yakhont.debug.BaseDialogFragment
Please refer to the base method description.
setTargetFragment(Fragment, int) - Method in class akha.yakhont.debug.BaseFragment
Please refer to the base method description.
setTheme(int) - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Sets the dialog's theme.
setTimeout(int) - Method in class akha.yakhont.loader.BaseLoader
Sets timeout (in seconds).
setTimeout(int) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderExtendedBuilder
Sets the request timeout (in seconds).
setType(Type) - Method in class akha.yakhont.loader.BaseConverter
Please refer to the base method description.
setType(Type) - Method in interface akha.yakhont.loader.BaseResponse.Converter
Sets the type of data.
setType(Type) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the data type.
setUniqueUpdates(boolean) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Sets the flag indicating whether the location updates callbacks should be called for changed values only.
setUriResolver(Core.UriResolver) - Static method in class akha.yakhont.Core.Utils
Sets the URI resolver component.
setUriResolver(Core.UriResolver) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadExtendedBuilder
Sets the URI resolver.
setUriResolver(Core.UriResolver) - Method in class akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.BaseResponseLoaderBuilder
Sets the URI resolver.
setUseRationale(boolean) - Method in class akha.yakhont.CorePermissions.RequestBuilder
Sets the "use Rationale" flag.
setView(int) - Method in class akha.yakhont.CorePermissions.RequestBuilder
Sets the View to use.
setViewBinder(BaseCacheAdapter.ViewBinder) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the view binder component.
setViewHolderCreator(BaseRecyclerViewAdapter.ViewHolderCreator<VH>) - Method in class akha.yakhont.adapter.BaseRecyclerViewAdapter
Registers the ViewHolderCreator.
setViewHolderCreator(BaseRecyclerViewAdapter.ViewHolderCreator<RecyclerView.ViewHolder>) - Method in class akha.yakhont.loader.BaseLoader.CoreLoadBuilder
Sets the ViewHolder creator component.
setViewValue(View, Object, String) - Method in interface akha.yakhont.adapter.BaseCacheAdapter.ViewBinder
Binds the value to the specified view.
SHOW_DURATION_LONG - Static variable in class akha.yakhont.Core.Utils
showProgress(String) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
showProgress(String) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Displays a data loading progress indicator.
showSnackbar(String, boolean) - Static method in class akha.yakhont.Core.Utils
Shows Snackbar using default View of the current Activity.
showSnackbar(int, boolean) - Static method in class akha.yakhont.Core.Utils
Shows Snackbar using default View of the current Activity.
showSystemErrorDialog(boolean) - Method in class akha.yakhont.location.GoogleLocationClient
Sets the "show system error dialog" flag.
showToast(String, boolean) - Static method in class akha.yakhont.Core.Utils
Shows Toast.
showToast(int, boolean) - Static method in class akha.yakhont.Core.Utils
Shows Toast.
start(Activity, String, Intent) - Method in interface akha.yakhont.Core.BaseDialog
Starts dialog.
start(Activity, String, Intent) - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Please refer to the base method description.
start() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Starts loading data.
start(boolean, boolean, boolean) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Starts loading data.
startActivityForResultExceptionHandler(Activity, RuntimeException) - Static method in class akha.yakhont.location.LocationCallbacks
Called by the Yakhont Weaver; prevents crashing on emulators without Google APIs.
startDialog(Intent) - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Please refer to the base method description.
startDialog(Intent) - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Starts dialog.
startDialog(Intent) - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
startLoading() - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
startLoading(boolean, boolean, boolean, boolean) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
startLoading(int, boolean, boolean, boolean, boolean) - Method in class akha.yakhont.fragment.WorkerFragment
Please refer to the base method description.
startLoading() - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Starts all loaders associated with the given CoreLoad component.
startLoading(boolean, boolean, boolean, boolean) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Starts all loaders associated with the given CoreLoad component.
startLoading(int, boolean, boolean, boolean, boolean) - Method in interface akha.yakhont.loader.wrapper.BaseResponseLoaderWrapper.CoreLoad
Starts loader with the given ID.
startLocationUpdates(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Starts location updates.
startSettingsUpdates(Activity) - Method in class akha.yakhont.location.GoogleLocationClientNew
Starts settings updates.
startSync(boolean, boolean, boolean) - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Starts loading data synchronously.
startSync(Collection<BaseLoaderWrapper>) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Starts all loaders in the given collection.
startSync(Collection<BaseLoaderWrapper>, boolean, boolean, boolean) - Static method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Starts all loaders in the given collection.
stop() - Method in interface akha.yakhont.Core.BaseDialog
Stops dialog.
stop() - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Please refer to the base method description.
StopCallbacks - Annotation Type in akha.yakhont.callback.annotation
Defines an annotation for determining what BaseCallbacks should NOT be applied to the annotated element;
NOT automatically inherited.
StopCallbacksInherited - Annotation Type in akha.yakhont.callback.annotation
Defines an annotation for determining what BaseCallbacks should NOT be applied to the annotated element;
automatically inherited.
stopDialog() - Method in class akha.yakhont.fragment.dialog.AlertDialogFragment
Please refer to the base method description.
stopDialog() - Method in class akha.yakhont.fragment.dialog.CommonDialogFragment
Stops dialog.
stopDialog() - Method in class akha.yakhont.fragment.dialog.ProgressDialogFragment
Please refer to the base method description.
stopLocationUpdates(Activity) - Method in class akha.yakhont.location.BaseGoogleLocationClient
Stops location updates.
stopLocationUpdates(Activity) - Method in class akha.yakhont.location.GoogleLocationClient
Please refer to the base method description.
stopLocationUpdates(Activity) - Method in class akha.yakhont.location.GoogleLocationClientNew
Please refer to the base method description.
subscribe(BaseRx.SubscriberRx<BaseResponse<Response, Exception, D>>) - Method in class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Please refer to the base method description.
subscribe(BaseRx.SubscriberRx<BaseResponse<Response<D>, Throwable, D>>) - Method in class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Please refer to the base method description.
subscribe(BaseRx.SubscriberRx<BaseResponse<R, E, D>>) - Method in class akha.yakhont.technology.rx.BaseRx.LoaderRx
Please refer to the base method description.
subscribe(BaseRx.SubscriberRx<Location>) - Method in class akha.yakhont.technology.rx.BaseRx.LocationRx
Please refer to the base method description.
subscribe(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.BaseRx
Subscribes common subscriber (suitable for both RxJava and RxJava 2) to receive Rx push-based notifications.
subscribe(Subscriber<D>) - Method in class akha.yakhont.technology.rx.Rx
Subscribes Subscriber to receive Rx push-based notifications.
subscribe(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.Rx
Subscribes BaseRx.SubscriberRx to receive Rx push-based notifications.
subscribe(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.Rx2
Subscribes BaseRx.SubscriberRx to receive Rx push-based notifications.
subscribeSimple(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.retrofit.Retrofit.RetrofitRx
Please refer to the base method description.
subscribeSimple(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.retrofit.Retrofit2.Retrofit2Rx
Please refer to the base method description.
subscribeSimple(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.BaseRx.LoaderRx
Subscribes common subscriber (suitable for both RxJava and RxJava 2) to receive Rx push-based notifications.
swapCursor(Cursor) - Method in interface akha.yakhont.adapter.BaseCacheAdapter.BaseCursorAdapter
 

T

TAG - Static variable in class akha.yakhont.fragment.WorkerFragment
The tag for this fragment.
toDms(double, boolean, Context) - Static method in class akha.yakhont.location.LocationCallbacks
Converts latitude or longitude to the DMS format (e.g.
toDms(Location, Context) - Static method in class akha.yakhont.location.LocationCallbacks
Converts Location to the DMS format (e.g.
toDms(Location, Context, String, String) - Static method in class akha.yakhont.location.LocationCallbacks
Converts Location to the DMS format (e.g.
toString() - Method in class akha.yakhont.loader.BaseLoader
Please refer to the base method description.
toString() - Method in class akha.yakhont.loader.BaseResponse
Please refer to the base method description.
toString() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper.SwipeRefreshWrapper.FragmentData
Please refer to the base method description.
toString() - Method in class akha.yakhont.loader.wrapper.BaseLoaderWrapper
Please refer to the base method description.

U

unregister(Map<? extends BaseCallbacks.BaseCacheCallbacks<T>, D>, Class<? extends BaseCallbacks.BaseCacheCallbacks<T>>) - Static method in class akha.yakhont.callback.BaseCallbacks.BaseProceed
Unregisters the callbacks handler.
unregister(Class<? extends BaseActivityLifecycleProceed.BaseActivityCallbacks>) - Static method in class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
Unregisters the callbacks handler.
unregister(Class<? extends BaseFragmentLifecycleProceed.BaseFragmentCallbacks>) - Static method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
Unregisters the callbacks handler.
unregister(Core.ConfigurationChangedListener) - Static method in class akha.yakhont.Core
Removes a ConfigurationChangedListener component that was previously registered with Core.register(ConfigurationChangedListener).
unregister(Activity, BaseRx.LocationRx) - Method in class akha.yakhont.location.LocationCallbacks
Removes a Rx component that was previously registered with LocationCallbacks.register(Activity, akha.yakhont.technology.rx.BaseRx.LocationRx).
unregisterDataSetObserver(DataSetObserver) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Please refer to the base method description.
unsubscribe() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
Stops the receipt of notifications on the registered subscribers (and disposables).
unsubscribe() - Method in class akha.yakhont.technology.rx.BaseRx
Please refer to CommonRx.unsubscribe() description.
unsubscribe() - Method in class akha.yakhont.technology.rx.Rx.RxSubscription
Unsubscribes all added Subscriptions.
unsubscribe() - Method in class akha.yakhont.technology.rx.Rx2.Rx2Disposable
Disposes all added Disposables.
update(BaseResponse<R, E, D>, boolean) - Method in interface akha.yakhont.adapter.BaseCacheAdapter.CacheAdapter
Updates the adapter with a new data.
update(BaseResponse<R, E, D>, boolean) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Updates the adapter with a new data.
update(BaseResponse<R, E, D>, boolean) - Method in class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Please refer to the base method description.
update(Uri, ContentValues, String, String[]) - Method in class akha.yakhont.BaseCacheProvider
Please refer to the base method description.
updateArray(Collection<? extends T>, boolean) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Updates the array adapter with a new data.
updateCursor(Cursor) - Method in class akha.yakhont.adapter.BaseCacheAdapter
Updates the cursor adapter with a new data.

V

validate(Object, Class<? extends BaseCallbacks>[]) - Method in interface akha.yakhont.callback.BaseCallbacks.Validator
Validates the given object's callbacks annotations.
valueOf(String) - Static method in enum akha.yakhont.BaseCacheProvider.CreateTableScriptBuilder.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.FragmentLifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum akha.yakhont.Core.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum akha.yakhont.CoreLogger.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum akha.yakhont.loader.BaseResponse.Source
Returns the enum constant of this type with the specified name.
values() - Static method in enum akha.yakhont.BaseCacheProvider.CreateTableScriptBuilder.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed.ActivityLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.FragmentLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum akha.yakhont.Core.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum akha.yakhont.CoreLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum akha.yakhont.loader.BaseResponse.Source
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesCacheAdapterWrapper<R,E,D> - Class in akha.yakhont.adapter
The wrapper for BaseCacheAdapter.
ValuesCacheAdapterWrapper(Activity, int) - Constructor for class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Initialises a newly created ValuesCacheAdapterWrapper object.
ValuesCacheAdapterWrapper(Activity, int, String[], int[]) - Constructor for class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Initialises a newly created ValuesCacheAdapterWrapper object.
ValuesCacheAdapterWrapper(BaseCacheAdapter.BaseCacheAdapterFactory<ContentValues, R, E, D>, boolean, Activity, int, String[], int[]) - Constructor for class akha.yakhont.adapter.ValuesCacheAdapterWrapper
Initialises a newly created ValuesCacheAdapterWrapper object.
ValuesCacheAdapterWrapper.ContentValuesRecyclerViewAdapter<R,E,D> - Class in akha.yakhont.adapter
The ContentValues-based implementation of the BaseRecyclerViewAdapter.
ValuesCacheAdapterWrapper.ContentValuesRecyclerViewAdapter(Context, int, String[], int[], BaseCacheAdapter<ContentValues, R, E, D>) - Constructor for class akha.yakhont.adapter.ValuesCacheAdapterWrapper.ContentValuesRecyclerViewAdapter
Initialises a newly created ContentValuesRecyclerViewAdapter object.
VIEW_BOUND - Static variable in interface akha.yakhont.adapter.BaseCacheAdapter.ViewBinder

W

WorkerFragment - Class in akha.yakhont.fragment
The WorkerFragment class is responsible for data loading.
WorkerFragment() - Constructor for class akha.yakhont.fragment.WorkerFragment
Initialises a newly created WorkerFragment object.
WorkerFragment.WorkerFragmentCallbacks - Class in akha.yakhont.fragment
The WorkerFragmentCallbacks class is responsible for initialisation of WorkerFragment.
WorkerFragment.WorkerFragmentCallbacks() - Constructor for class akha.yakhont.fragment.WorkerFragment.WorkerFragmentCallbacks
Initialises a newly created WorkerFragmentCallbacks object.

Z

zip(String[], String) - Static method in class akha.yakhont.Core.Utils
Creates ZIP file.
A B C D E F G H I L M N O P Q R S T U V W Z 

 
Copyright © 2015-2017 akha, a.k.a. Alexander Kharitonov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.