Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractBroadcastReceiver - Class in org.androidannotations.api.support.content
Convenience class for ReceiverAction.
AbstractBroadcastReceiver() - Constructor for class org.androidannotations.api.support.content.AbstractBroadcastReceiver
 
AbstractIntentService - Class in org.androidannotations.api.support.app
Convenience class for EIntentServices.
AbstractIntentService(String) - Constructor for class org.androidannotations.api.support.app.AbstractIntentService
 
AbstractPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
AbstractPrefEditorField(T, String) - Constructor for class org.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
AbstractPrefField<T> - Class in org.androidannotations.api.sharedpreferences
 
AbstractPrefField(SharedPreferences, String, T) - Constructor for class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
action(String) - Method in class org.androidannotations.api.builder.IntentBuilder
 
ActivityIntentBuilder<I extends ActivityIntentBuilder<I>> - Class in org.androidannotations.api.builder
Base class for generated Activity Intent builders, which provide a fluent API to build Intents and start the generated Activity.
ActivityIntentBuilder(Context, Class<?>) - Constructor for class org.androidannotations.api.builder.ActivityIntentBuilder
Creates a builder for a given Activity class.
ActivityIntentBuilder(Context, Intent) - Constructor for class org.androidannotations.api.builder.ActivityIntentBuilder
Creates a builder which will append to a previously created Intent.
ActivityStarter - Interface in org.androidannotations.api.builder
Provides methods for starting an Activity.
addWindow(Activity) - Method in class org.androidannotations.api.ViewServer
Invoke this method to register a new view hierarchy.
addWindow(View, String) - Method in class org.androidannotations.api.ViewServer
Invoke this method to register a new view hierarchy.
AfterExtras - Annotation Type in org.androidannotations.annotations
Methods annotated with @AfterExtras will be called after the Extras from an Intent have been injected.
AfterInject - Annotation Type in org.androidannotations.annotations
Methods annotated with @AfterInject will be called after the constructor is called in an enhanced class.
AfterPreferences - Annotation Type in org.androidannotations.annotations
Methods annotated with AfterPreferences will be called after addPreferenceFromResource is called by the generated classs.
AfterTextChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.afterTextChanged(android.text.Editable s) after the text is changed on the targeted TextView or subclass of TextView.
AfterViews - Annotation Type in org.androidannotations.annotations
Methods annotated with @AfterViews will be called after setContentView(int) is called by the generated activity.
AnimationRes - Annotation Type in org.androidannotations.annotations.res
Use on XmlResourceParser fields in any enhanced classes that should be injected with this specific animation resource.
App - Annotation Type in org.androidannotations.annotations
Injects an EApplication annotated class in an enhanced class.
apply(SharedPreferences.Editor) - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
apply() - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
apply(SharedPreferences.Editor) - Static method in class org.androidannotations.api.sharedpreferences.SharedPreferencesCompat
 
arg(Bundle) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, boolean) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, byte) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, char) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, short) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, int) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, long) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, float) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, double) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, String) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, CharSequence) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, Parcelable) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, Parcelable[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, SparseArray<? extends Parcelable>) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, Serializable) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, boolean[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, byte[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, short[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, char[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, int[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, long[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, float[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, double[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, String[]) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
arg(String, Bundle) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
args - Variable in class org.androidannotations.api.builder.FragmentBuilder
 
args() - Method in class org.androidannotations.api.builder.FragmentBuilder
 

B

Background - Annotation Type in org.androidannotations.annotations
Should be used on method that must be run in a background thread.
BackgroundExecutor - Class in org.androidannotations.api
 
BackgroundExecutor.Task - Class in org.androidannotations.api
 
BackgroundExecutor.WrongThreadListener - Interface in org.androidannotations.api
A callback interface to be notified when a method invocation is expected from another thread.
Bean - Annotation Type in org.androidannotations.annotations
Injects an EBean annotated class in an enhanced class.
BeanHolder - Interface in org.androidannotations.api.bean
 
BeforeTextChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.beforeTextChanged(CharSequence s, int start, int count, int after) before the text is changed on the targeted TextView or subclass of TextView.
BindingObject - Annotation Type in org.androidannotations.annotations
Can be used on fields, methods and method parameters in enhanced Activities, Fragments and ViewGroups to access the binding object used in Data Binding.
booleanField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
booleanField(String, boolean) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
BooleanPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
BooleanPrefField - Class in org.androidannotations.api.sharedpreferences
 
BooleanRes - Annotation Type in org.androidannotations.annotations.res
Use on Boolean or boolean fields in any enhanced classes that should be injected with this specific boolean resource.
build() - Method in class org.androidannotations.api.builder.FragmentBuilder
 
Builder - Class in org.androidannotations.api.builder
Base class for fluent builders.
Builder() - Constructor for class org.androidannotations.api.builder.Builder
 
BundleHelper - Class in org.androidannotations.api.bundle
Utility class for working with Bundle objects.

C

cancelAll(String, boolean) - Static method in class org.androidannotations.api.BackgroundExecutor
Cancel all tasks having the specified id.
cancelAll(String) - Static method in class org.androidannotations.api.UiThreadExecutor
Cancel all tasks having the specified id.
category(String) - Method in class org.androidannotations.api.builder.IntentBuilder
 
checkBgThread(String...) - Static method in class org.androidannotations.api.BackgroundExecutor
Checks if the current thread is a background thread and, optionally, restricts it with passed serials.
CheckedChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by CompoundButton.OnCheckedChangeListener.onCheckedChanged(android.widget.CompoundButton, boolean) after the checked state is changed on the targeted CompoundButton or subclass of CompoundButton.
checkUiThread() - Static method in class org.androidannotations.api.BackgroundExecutor
Checks if the current thread is UI thread and notifies BackgroundExecutor.WrongThreadListener.onUiExpected() if it doesn't.
clear() - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
clear() - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
Click - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by View.OnClickListener.onClick(android.view.View) when the view has been clicked by the user.
ColorRes - Annotation Type in org.androidannotations.annotations.res
Use on Integer or int fields in any enhanced classes that should be injected with this specific color resource.
ColorStateListRes - Annotation Type in org.androidannotations.annotations.res
Use on ColorStateList fields in any enhanced classes that should be injected with this specific color state list resource.
context - Variable in class org.androidannotations.api.builder.IntentBuilder
 
CustomTitle - Annotation Type in org.androidannotations.annotations
Use it on EActivity annotated classes to set a custom title layout.

D

data(Uri) - Method in class org.androidannotations.api.builder.IntentBuilder
 
DataBound - Annotation Type in org.androidannotations.annotations
Can be used on enhanced Activities, Fragments and ViewGroups to mark them to use the Data Binding library to inflate the layout.
DEFAULT_EXECUTOR - Static variable in class org.androidannotations.api.BackgroundExecutor
 
DEFAULT_PASSWD - Static variable in annotation type org.androidannotations.annotations.HttpsClient
Deprecated.
DEFAULT_TAG - Static variable in annotation type org.androidannotations.annotations.Trace
The string indicating that no tag was given for the log message.
DEFAULT_TAG - Static variable in annotation type org.androidannotations.annotations.WakeLock
Indicates the client did not give a tag.
DEFAULT_VALUE - Static variable in class org.androidannotations.annotations.ResId
This value is used when the client does not defines the resource id for a resource.
DEFAULT_WRONG_THREAD_LISTENER - Static variable in class org.androidannotations.api.BackgroundExecutor
The default invocation handler for wrong thread execution.
DefaultBoolean - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultFloat - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultInt - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultLong - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultRes - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultString - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
DefaultStringSet - Annotation Type in org.androidannotations.annotations.sharedpreferences
Use on methods in SharedPref annotated class to specified the default value of this preference.
defaultValue - Variable in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
deserialize(String) - Static method in class org.androidannotations.api.sharedpreferences.SetXmlSerializer
 
DimensionPixelOffsetRes - Annotation Type in org.androidannotations.annotations.res
Use on Integer or int fields in any enhanced classes that should be injected with this specific dimension pixel offset resource.
DimensionPixelSizeRes - Annotation Type in org.androidannotations.annotations.res
Use on Integer or int fields in any enhanced classes that should be injected with this specific dimension pixel size resource.
DimensionRes - Annotation Type in org.androidannotations.annotations.res
Use on Float or float fields in any enhanced classes that should be injected with this specific dimension resource.
DrawableRes - Annotation Type in org.androidannotations.annotations.res
Use on Drawable fields or methods with applicable parameters in any enhanced classes that should be injected with this specific drawable resource.

E

EActivity - Annotation Type in org.androidannotations.annotations
Should be used on Activity classes to enable usage of AndroidAnnotations.
EApplication - Annotation Type in org.androidannotations.annotations
Should be used on Application classes to enable usage of AndroidAnnotations.
EBean - Annotation Type in org.androidannotations.annotations
Should be used on custom classes to enable usage of AndroidAnnotations.
EBean.Scope - Enum in org.androidannotations.annotations
The scope of an enhanced bean.
edit() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
EditorAction - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextView.OnEditorActionListener.onEditorAction(android.widget.TextView, int, android.view.KeyEvent) when an action is performed on the editor.
editorHelper - Variable in class org.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
EditorHelper<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
EditorHelper(SharedPreferences) - Constructor for class org.androidannotations.api.sharedpreferences.EditorHelper
 
EFragment - Annotation Type in org.androidannotations.annotations
Should be used on android.app.Fragment or android.support.v4.app.Fragment classes to enable usage of AndroidAnnotations.
EIntentService - Annotation Type in org.androidannotations.annotations
Should be used on IntentService classes to enable usage of AndroidAnnotations.
EProvider - Annotation Type in org.androidannotations.annotations
Should be used on ContentProvider classes to enable usage of AndroidAnnotations.
EReceiver - Annotation Type in org.androidannotations.annotations
Should be used on BroadcastReceiver classes to enable usage of AndroidAnnotations.
EService - Annotation Type in org.androidannotations.annotations
Should be used on Service classes to enable usage of AndroidAnnotations.
EView - Annotation Type in org.androidannotations.annotations
Should be used on View classes to enable usage of AndroidAnnotations.
EViewGroup - Annotation Type in org.androidannotations.annotations
Should be used on View classes to enable usage of AndroidAnnotations.
execute(BackgroundExecutor.Task) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task after (at least) its delay and after all tasks added with the same non-null serial (if any) have completed execution.
execute(Runnable, String, long, String) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task.
execute(Runnable, long) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task after the given delay.
execute(Runnable) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task.
execute(Runnable, String, String) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task after all tasks added with the same non-null serial (if any) have completed execution.
execute() - Method in class org.androidannotations.api.BackgroundExecutor.Task
 
exists() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
Extra - Annotation Type in org.androidannotations.annotations
Use on any native, Parcelable or Serializable field in an EActivity annotated class to bind it with Android's arguments.
extra(String, boolean) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, byte) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, char) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, short) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, int) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, long) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, float) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, double) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, String) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, CharSequence) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, Parcelable) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, Parcelable[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, Serializable) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, boolean[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, byte[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, short[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, char[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, int[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, long[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, float[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, double[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, String[]) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extra(String, Bundle) - Method in class org.androidannotations.api.builder.IntentBuilder
 
extras(Intent) - Method in class org.androidannotations.api.builder.IntentBuilder
 

F

flags(int) - Method in class org.androidannotations.api.builder.IntentBuilder
 
floatField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
floatField(String, float) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
FloatPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
FloatPrefField - Class in org.androidannotations.api.sharedpreferences
 
FocusChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by View.OnFocusChangeListener.onFocusChange(android.view.View, boolean) after focus is changed on the targeted View or subclass of View.
FragmentArg - Annotation Type in org.androidannotations.annotations
Use on any native, Parcelable or Serializable field in an EFragment annotated class to bind it with Android's arguments.
FragmentBuilder<I extends FragmentBuilder<I,F>,F> - Class in org.androidannotations.api.builder
 
FragmentBuilder() - Constructor for class org.androidannotations.api.builder.FragmentBuilder
 
FragmentById - Annotation Type in org.androidannotations.annotations
Use it on android.app.Fragment or android.support.v4.app.Fragment fields or methods with applicable parameters in activity classes to retrieve and inject a fragment.
FragmentByTag - Annotation Type in org.androidannotations.annotations
Use it on android.app.Fragment or android.support.v4.app.Fragment fields or methods with applicable parameters in activity classes to retrieve and inject a fragment.
FromHtml - Annotation Type in org.androidannotations.annotations
Use on a TextView field or a TextView subclass field annotated with ViewById to inject text as HTML.
Fullscreen - Annotation Type in org.androidannotations.annotations
Should be used on EActivity classes that must be fullscreen.

G

get() - Method in class org.androidannotations.api.builder.IntentBuilder
 
get() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
get(Context) - Static method in class org.androidannotations.api.ViewServer
Returns a unique instance of the ViewServer.
getBean(Class<T>) - Method in interface org.androidannotations.api.bean.BeanHolder
 
getContext() - Method in class org.androidannotations.api.builder.IntentBuilder
 
getEditor() - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
getOr(T) - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
getOr(Boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefField
 
getOr(Float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefField
 
getOr(Integer) - Method in class org.androidannotations.api.sharedpreferences.IntPrefField
 
getOr(Long) - Method in class org.androidannotations.api.sharedpreferences.LongPrefField
 
getOr(String) - Method in class org.androidannotations.api.sharedpreferences.StringPrefField
 
getOr(Set<String>) - Method in class org.androidannotations.api.sharedpreferences.StringSetPrefField
 
getParcelableArray(Bundle, String, Class<T[]>) - Static method in class org.androidannotations.api.bundle.BundleHelper
This method extracts a Parcelable array from the Bundle, and returns it in an array whose type is the exact Parcelable subclass.
getSharedPreferences() - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
getStringSet(SharedPreferences, String, Set<String>) - Static method in class org.androidannotations.api.sharedpreferences.SharedPreferencesCompat
 

H

HasViews - Interface in org.androidannotations.api.view
 
HierarchyViewerSupport - Annotation Type in org.androidannotations.annotations
Should be used on EActivity classes to enable the use of HierarchyViewer inside the application.
HtmlRes - Annotation Type in org.androidannotations.annotations.res
Use on CharSequence or Spanned fields or methods with applicable parameters in any enhanced classes that should be injected with this specific string resource as HTML.
HttpsClient - Annotation Type in org.androidannotations.annotations
Deprecated.
See https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client

I

IgnoreWhen - Annotation Type in org.androidannotations.annotations
When used standalone in an EFragment or in conjunction with the UiThread or Background annotations, the annotated method will be wrapped in an 'if attached' block such that no code will be executed if the EFragment is no longer bound to its parent activity or DETACHEDthe EFragment views are destroyed VIEW_DESTROYED.
IgnoreWhen.State - Enum in org.androidannotations.annotations
The lifecycle state after the method should not be executed.
InjectMenu - Annotation Type in org.androidannotations.annotations
Should be used on EActivity or EFragment annotated classes to inject the menu.
InstanceState - Annotation Type in org.androidannotations.annotations
Use on activity fields to save and restore their values when the system calls onSaveInstanceState(Bundle) and onCreate(Bundle).
IntArrayRes - Annotation Type in org.androidannotations.annotations.res
Use on Integer or int array fields or methods with applicable parameters in any enhanced classes that should be injected with this specific int array resource.
integerArrayListArg(String, ArrayList<Integer>) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
integerArrayListExtra(String, ArrayList<Integer>) - Method in class org.androidannotations.api.builder.IntentBuilder
 
IntegerRes - Annotation Type in org.androidannotations.annotations.res
Use on Integer or int fields or methods with applicable parameters in any enhanced classes that should be injected with this specific integer resource.
intent - Variable in class org.androidannotations.api.builder.IntentBuilder
 
IntentBuilder<I extends IntentBuilder<I>> - Class in org.androidannotations.api.builder
 
IntentBuilder(Context, Class<?>) - Constructor for class org.androidannotations.api.builder.IntentBuilder
 
IntentBuilder(Context, Intent) - Constructor for class org.androidannotations.api.builder.IntentBuilder
 
internalFindViewById(int) - Method in interface org.androidannotations.api.view.HasViews
 
intField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
intField(String, int) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
IntPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
IntPrefField - Class in org.androidannotations.api.sharedpreferences
 
invoke(Method, Object, Object...) - Static method in class org.androidannotations.api.sharedpreferences.SharedPreferencesCompat
 
isRunning() - Method in class org.androidannotations.api.ViewServer
Indicates whether the server is currently running.
ItemClick - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by AdapterView.OnItemClickListener.onItemClick(android.widget.AdapterView, android.view.View, int, long) when a list item has been clicked by the user.
ItemLongClick - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by AdapterView.OnItemLongClickListener.onItemLongClick(android.widget.AdapterView, android.view.View, int, long) when a list item has been long clicked by the user.
ItemSelect - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by AdapterView.OnItemSelectedListener.onItemSelected(android.widget.AdapterView, android.view.View, int, long) when a list item has been selected by the user.

K

key - Variable in class org.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
key - Variable in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
key() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
KeyDown - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive action down event on a key.
KeyLongPress - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive long press event on a key.
KeyMultiple - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive action multiple event on a key.
KeyUp - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive action up event on a key.
KotlinOpen - Annotation Type in org.androidannotations.api
Utility annotation to easily support kotlin-allopen plugin

L

lastOptions - Variable in class org.androidannotations.api.builder.ActivityIntentBuilder
 
LayoutRes - Annotation Type in org.androidannotations.annotations.res
Use on XmlResourceParser fields or methods with applicable parameters in any enhanced classes that should be injected with this specific layout resource.
LongClick - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by View.OnLongClickListener.onLongClick(android.view.View) when the view has been long clicked by the user.
longField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
longField(String, long) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
LongPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
LongPrefField - Class in org.androidannotations.api.sharedpreferences
 

M

MovieRes - Annotation Type in org.androidannotations.annotations.res
Use on Movie fields or methods with applicable parameters in any enhanced classes that should be injected with this specific movie resource.

N

NonConfigurationInstance - Annotation Type in org.androidannotations.annotations
Use on activity fields to retain instances that are intensive to compute, on configuration changes.
notifyViewChanged(HasViews) - Method in class org.androidannotations.api.view.OnViewChangedNotifier
 

O

OnActivityResult - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive results from a previously started activity using Activity#startActivityForResult(Intent, int) or the generated IntentBuilder.startActivityForResult() method of the activity.
OnActivityResult.Extra - Annotation Type in org.androidannotations.annotations
Use on any native, Parcelable or Serializable parameter of an OnActivityResult annotated method to bind it with the value from the Intent.
onBgExpected(String...) - Method in interface org.androidannotations.api.BackgroundExecutor.WrongThreadListener
Will be called, if the method is supposed to be called from a background thread, but was called from the UI-thread.
onHandleIntent(Intent) - Method in class org.androidannotations.api.support.app.AbstractIntentService
 
onReceive(Context, Intent) - Method in class org.androidannotations.api.support.content.AbstractBroadcastReceiver
 
onUiExpected() - Method in interface org.androidannotations.api.BackgroundExecutor.WrongThreadListener
Will be called, if the method is supposed to be called from the UI-thread, but was called from a background thread.
onViewChanged(HasViews) - Method in interface org.androidannotations.api.view.OnViewChangedListener
 
OnViewChangedListener - Interface in org.androidannotations.api.view
 
OnViewChangedNotifier - Class in org.androidannotations.api.view
 
OnViewChangedNotifier() - Constructor for class org.androidannotations.api.view.OnViewChangedNotifier
 
onWrongBgSerial(String, String...) - Method in interface org.androidannotations.api.BackgroundExecutor.WrongThreadListener
Will be called, if the method is supposed to be called from a background thread with one of expectedSerials, but was called from a currentSerial.
OptionsItem - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive click on menu items.
OptionsMenu - Annotation Type in org.androidannotations.annotations
Should be used on EActivity or EFragment annotated classes to inject one or multiple menus.
OptionsMenuItem - Annotation Type in org.androidannotations.annotations
Use it on MenuItem fields or methods with applicable parameters in activity classes to inject a menu item.
org.androidannotations.annotations - package org.androidannotations.annotations
 
org.androidannotations.annotations.res - package org.androidannotations.annotations.res
 
org.androidannotations.annotations.sharedpreferences - package org.androidannotations.annotations.sharedpreferences
 
org.androidannotations.api - package org.androidannotations.api
 
org.androidannotations.api.bean - package org.androidannotations.api.bean
 
org.androidannotations.api.builder - package org.androidannotations.api.builder
 
org.androidannotations.api.bundle - package org.androidannotations.api.bundle
 
org.androidannotations.api.sharedpreferences - package org.androidannotations.api.sharedpreferences
 
org.androidannotations.api.support.app - package org.androidannotations.api.support.app
 
org.androidannotations.api.support.content - package org.androidannotations.api.support.content
 
org.androidannotations.api.view - package org.androidannotations.api.view
 

P

PageScrolled - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by android.support.v4.view.ViewPager.OnPageChangeListener.OnPageScrolled when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.
PageScrollStateChanged - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by android.support.v4.view.ViewPager.OnPageChangeListener.onPageScrollStateChanged when the scroll state changes.
PageSelected - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by android.support.v4.view.ViewPager.OnPageChangeListener.onPageSelected when a new page becomes selected.
parcelableArrayListArg(String, ArrayList<? extends Parcelable>) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
parcelableArrayListExtra(String, ArrayList<? extends Parcelable>) - Method in class org.androidannotations.api.builder.IntentBuilder
 
PostActivityStarter - Class in org.androidannotations.api.builder
Provides additional actions to be added to a start of an Activity.
PostActivityStarter(Context) - Constructor for class org.androidannotations.api.builder.PostActivityStarter
Creates a new instance.
Pref - Annotation Type in org.androidannotations.annotations.sharedpreferences
Injects an SharedPref annotated class in any enhanced class.
PreferenceByKey - Annotation Type in org.androidannotations.annotations
Use it on a Preference or Preference subtype or android.support.v7.preference.Preference or android.support.v7.preference.Preference subtype fields or methods with applicable parameters in a EActivity or EFragment annotated class, which is a subclass of PreferenceActivity or PreferenceFragment(Compat), respectively.
PreferenceChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by OnPreferenceChangeListener#onPreferenceChange(Preference, Object) when the value of a Preference has been changed by the user and is about to be set and/or persisted.
PreferenceClick - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by OnPreferenceClickListener#onPreferenceClick(Preference) when the Preference has been clicked by the user.
PreferenceHeaders - Annotation Type in org.androidannotations.annotations
Should be used on a EActivity class which is a subclass of PreferenceActivity, to inject the preference headers from resource.
PreferenceScreen - Annotation Type in org.androidannotations.annotations
Should be used on EActivity or EFragment classes which are subclass of PreferenceActivity or PreferenceFragment or android.support.v7.preference.PreferenceFragmentCompat or android.support.v14.PreferenceFragment, to inject the preference screen from resource.
put(T) - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
put(boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefEditorField
 
put(float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefEditorField
 
put(int) - Method in class org.androidannotations.api.sharedpreferences.IntPrefEditorField
 
put(long) - Method in class org.androidannotations.api.sharedpreferences.LongPrefEditorField
 
put(String) - Method in class org.androidannotations.api.sharedpreferences.StringPrefEditorField
 
put(Set<String>) - Method in class org.androidannotations.api.sharedpreferences.StringSetPrefEditorField
 
putBean(Class<T>, T) - Method in interface org.androidannotations.api.bean.BeanHolder
 
putInternal(T) - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
putInternal(Boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefField
 
putInternal(Float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefField
 
putInternal(Integer) - Method in class org.androidannotations.api.sharedpreferences.IntPrefField
 
putInternal(Long) - Method in class org.androidannotations.api.sharedpreferences.LongPrefField
 
putInternal(String) - Method in class org.androidannotations.api.sharedpreferences.StringPrefField
 
putInternal(Set<String>) - Method in class org.androidannotations.api.sharedpreferences.StringSetPrefField
 
putStringSet(SharedPreferences.Editor, String, Set<String>) - Static method in class org.androidannotations.api.sharedpreferences.SharedPreferencesCompat
 

R

Receiver - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods of an EActivity, EFragment or EService.
Receiver.Extra - Annotation Type in org.androidannotations.annotations
Should be used on any native, Parcelable or Serializable parameter of a method annotated with Receiver to inject the extra put in the intent parameter of void onReceive(Context context, Intent intent).
Receiver.RegisterAt - Enum in org.androidannotations.annotations
Represents event pairs for BroadcastReceiver registration/unregistration.
ReceiverAction - Annotation Type in org.androidannotations.annotations
Should be used on a method that must respond to a specific action in an EReceiver annotated class.
ReceiverAction.Extra - Annotation Type in org.androidannotations.annotations
Should be used on any native, Parcelable or Serializable parameter of a method annotated with ReceiverAction to inject the extra put in the intent parameter of void onReceive(Context context, Intent intent).
registerOnViewChangedListener(OnViewChangedListener) - Static method in class org.androidannotations.api.view.OnViewChangedNotifier
 
remove() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
remove() - Method in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
removeWindow(Activity) - Method in class org.androidannotations.api.ViewServer
Invoke this method to unregister a view hierarchy.
removeWindow(View) - Method in class org.androidannotations.api.ViewServer
Invoke this method to unregister a view hierarchy.
replaceNotifier(OnViewChangedNotifier) - Static method in class org.androidannotations.api.view.OnViewChangedNotifier
 
ResId - Class in org.androidannotations.annotations
This class holds the default resource id.
RootContext - Annotation Type in org.androidannotations.annotations
Use it on Context fields in an EBean annotated classes to inject context of the parent class.
RootFragment - Annotation Type in org.androidannotations.annotations
Use it on Fragment fields in an EBean annotated classes to inject the Fragment which originally injected the bean instance.
run() - Method in class org.androidannotations.api.BackgroundExecutor.Task
 
run() - Method in class org.androidannotations.api.ViewServer
Main server loop.
runTask(String, Runnable, long) - Static method in class org.androidannotations.api.UiThreadExecutor
Store a new task in the map for providing cancellation.

S

SeekBarProgressChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener.onProgressChanged(android.widget.SeekBar, int, boolean) when the progress level of a SeekBar has changed.
SeekBarTouchStart - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener#onStartTrackingTouch(SeekBar) when the user begins to move the cursor of the targeted SeekBar.
SeekBarTouchStop - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by SeekBar.OnSeekBarChangeListener#onStopTrackingTouch(SeekBar) when the user has finished to move the cursor of the targeted SeekBar.
serialize(Set<String>) - Static method in class org.androidannotations.api.sharedpreferences.SetXmlSerializer
 
ServiceAction - Annotation Type in org.androidannotations.annotations
Should be used on a method that must respond to a specific action in an EIntentService annotated class.
ServiceIntentBuilder<I extends ServiceIntentBuilder<I>> - Class in org.androidannotations.api.builder
 
ServiceIntentBuilder(Context, Class<?>) - Constructor for class org.androidannotations.api.builder.ServiceIntentBuilder
 
ServiceIntentBuilder(Context, Intent) - Constructor for class org.androidannotations.api.builder.ServiceIntentBuilder
 
setExecutor(Executor) - Static method in class org.androidannotations.api.BackgroundExecutor
Change the executor.
setFocusedWindow(Activity) - Method in class org.androidannotations.api.ViewServer
Invoke this method to change the currently focused window.
setFocusedWindow(View) - Method in class org.androidannotations.api.ViewServer
Invoke this method to change the currently focused window.
setWrongThreadListener(BackgroundExecutor.WrongThreadListener) - Static method in class org.androidannotations.api.BackgroundExecutor
SetXmlSerializer - Class in org.androidannotations.api.sharedpreferences
 
SharedPref - Annotation Type in org.androidannotations.annotations.sharedpreferences
Apply @SharedPref on an interface to create a SharedPreference helper that will contain access methods related to the methods you define in the interface.
SharedPref.Scope - Enum in org.androidannotations.annotations.sharedpreferences
Represents the scope of a SharedPreference.
sharedPreferences - Variable in class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
SharedPreferencesCompat - Class in org.androidannotations.api.sharedpreferences
Reflection utils to call most efficient methods of SharedPreferences and SharedPreferences$Editor or fall back to another implementations.
SharedPreferencesHelper - Class in org.androidannotations.api.sharedpreferences
 
SharedPreferencesHelper(SharedPreferences) - Constructor for class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
start() - Method in class org.androidannotations.api.builder.ActivityIntentBuilder
 
start() - Method in interface org.androidannotations.api.builder.ActivityStarter
Starts the Activity, by calling Activity#startActivity(android.content.Intent) for the previously given Context or Fragment or support Fragment objects.
start() - Method in class org.androidannotations.api.builder.ServiceIntentBuilder
 
start() - Method in class org.androidannotations.api.ViewServer
Starts the server.
startForResult(int) - Method in class org.androidannotations.api.builder.ActivityIntentBuilder
 
startForResult(int) - Method in interface org.androidannotations.api.builder.ActivityStarter
Starts the Activity for result, by calling Activity#startActivityForResult(android.content.Intent, int) for the previously given Context or Fragment or support Fragment objects.
stop() - Method in class org.androidannotations.api.builder.ServiceIntentBuilder
 
stop() - Method in class org.androidannotations.api.ViewServer
Stops the server.
stringArrayListArg(String, ArrayList<String>) - Method in class org.androidannotations.api.builder.FragmentBuilder
 
stringArrayListExtra(String, ArrayList<String>) - Method in class org.androidannotations.api.builder.IntentBuilder
 
StringArrayRes - Annotation Type in org.androidannotations.annotations.res
Use on String array fields in any enhanced classes that should be injected with this specific string array resource.
stringField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
stringField(String, String) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
StringPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
StringPrefField - Class in org.androidannotations.api.sharedpreferences
 
StringRes - Annotation Type in org.androidannotations.annotations.res
Use on String fields or methods with applicable parameters in any enhanced classes that should be injected with this specific string resource.
stringSetField(String) - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
stringSetField(String, Set<String>) - Method in class org.androidannotations.api.sharedpreferences.SharedPreferencesHelper
 
StringSetPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
StringSetPrefField - Class in org.androidannotations.api.sharedpreferences
 
SupposeBackground - Annotation Type in org.androidannotations.annotations
Ensures that the method is called from the background thread with (optionally) restrictions by allowed serials.
SupposeUiThread - Annotation Type in org.androidannotations.annotations
Ensures that method is called from the UI thread.
SystemService - Annotation Type in org.androidannotations.annotations
Use it on a SystemService fields in any enhanced classes to inject the according manager.

T

Task(String, long, String) - Constructor for class org.androidannotations.api.BackgroundExecutor.Task
 
TextArrayRes - Annotation Type in org.androidannotations.annotations.res
Use on CharSequence array fields or methods with applicable parameters in any enhanced classes that should be injected with this specific string array resource.
TextChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.onTextChanged(CharSequence s, int start, int before, int count) when the text is changed on the targeted TextView or subclass of TextView.
TextRes - Annotation Type in org.androidannotations.annotations.res
Use on CharSequence fields or methods with applicable parameters in any enhanced classes that should be injected with this specific string resource.
Touch - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by View.OnTouchListener#onTouch(View, MotionEvent) when the view has been touched by the user.
Trace - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to log at runtime the execution time.
Transactional - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to run it into a database transaction.
type(String) - Method in class org.androidannotations.api.builder.IntentBuilder
 

U

UiThread - Annotation Type in org.androidannotations.annotations
Should be used on method that must be run in the Ui thread
UiThread.Propagation - Enum in org.androidannotations.annotations
Indicates the propagation behavior of the UiThread annotated method.
UiThreadExecutor - Class in org.androidannotations.api
This class provide operations for UiThread tasks.

V

valueOf(String) - Static method in enum org.androidannotations.annotations.EBean.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.IgnoreWhen.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.Receiver.RegisterAt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.sharedpreferences.SharedPref.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.UiThread.Propagation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.WakeLock.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.androidannotations.annotations.WakeLock.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.androidannotations.annotations.EBean.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.IgnoreWhen.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.Receiver.RegisterAt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.sharedpreferences.SharedPref.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.UiThread.Propagation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.WakeLock.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.androidannotations.annotations.WakeLock.Level
Returns an array containing the constants of this enum type, in the order they are declared.
ViewById - Annotation Type in org.androidannotations.annotations
Use it on View or View subtype fields or method parameters in a view related (ie EActivity, EFragment, EViewGroup, ...) annotated class.
ViewsById - Annotation Type in org.androidannotations.annotations
Use it on a List of View or View subtype fields or methods with applicable parameters in a view related (ie EActivity, EFragment, EViewGroup, ...) annotated class.
ViewServer - Class in org.androidannotations.api
This class can be used to enable the use of HierarchyViewer inside an application.

W

WakeLock - Annotation Type in org.androidannotations.annotations
Acquires a PowerManager.WakeLock for this method call.
WakeLock.Flag - Enum in org.androidannotations.annotations
A convenience wrapper enum for the WakeLock flag integer values.
WakeLock.Level - Enum in org.androidannotations.annotations
A convenience wrapper enum for the WakeLock level integer values.
WindowFeature - Annotation Type in org.androidannotations.annotations
Should be used on EActivity classes to set custom window features.
withAnimation(int, int) - Method in class org.androidannotations.api.builder.PostActivityStarter
Call this to specify an explicit transition animation to perform next.
withOptions(Bundle) - Method in class org.androidannotations.api.builder.ActivityIntentBuilder
Adds additional options Bundle to the start method.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.