- 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
-
- BaseActivityLifecycleProceed() - Constructor for class akha.yakhont.callback.lifecycle.BaseActivityLifecycleProceed
-
Initialises a newly created BaseActivityLifecycleProceed
object.
- BaseActivityLifecycleProceed.ActivityLifecycle - Enum in akha.yakhont.callback.lifecycle
-
- BaseActivityLifecycleProceed.ActivityLifecycleProceed - Class in akha.yakhont.callback.lifecycle
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- BaseFragmentLifecycleProceed() - Constructor for class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed
-
Initialises a newly created BaseFragmentLifecycleProceed
object.
- BaseFragmentLifecycleProceed.BaseFragmentCallbacks - Class in akha.yakhont.callback.lifecycle
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- getFlagLocation(Dagger2.Parameters) - Method in class akha.yakhont.technology.Dagger2.LocationModule
-
- getFlagToast(Dagger2.Parameters) - Static method in class akha.yakhont.technology.Dagger2.UiModule
-
- 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
-
- 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
-
- getRx2DisposableHandler() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
-
- getRx2DisposableHandler() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
-
- getRxSubscriptionHandler() - Method in class akha.yakhont.technology.retrofit.Retrofit2LoaderWrapper.Retrofit2CoreLoadBuilder
-
- getRxSubscriptionHandler() - Method in class akha.yakhont.technology.rx.BaseRx.CommonRx
-
- 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
-
- GoogleLocationClientNew() - Constructor for class akha.yakhont.location.GoogleLocationClientNew
-
Initialises a newly created GoogleLocationClientNew
object.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- onError(Observer<? super D>, Throwable) - Method in class akha.yakhont.technology.rx.Rx2
-
- 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
-
- onFragmentPaused(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
-
- onFragmentResumed(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
-
- onFragmentSaveInstanceState(Fragment, Bundle) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
-
- onFragmentStarted(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
-
- onFragmentStopped(Fragment) - Method in class akha.yakhont.callback.lifecycle.BaseFragmentLifecycleProceed.BaseFragmentCallbacks
-
- 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
-
- 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
-
- onResult(Observer<? super D>, D) - Method in class akha.yakhont.technology.rx.Rx2
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setStrictMode(String, String) - Static method in class akha.yakhont.debug.BaseApplication
-
- 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
-
- 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
-
- showToast(int, boolean) - Static method in class akha.yakhont.Core.Utils
-
- 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
-
- subscribe(BaseRx.SubscriberRx<D>) - Method in class akha.yakhont.technology.rx.Rx2
-
- 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
-