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

A

AbstractPrefEditorField<T extends EditorHelper<T>> - Class in org.androidannotations.api.sharedpreferences
 
AbstractPrefEditorField(T, String) - Constructor for class org.androidannotations.api.sharedpreferences.AbstractPrefEditorField
 
AbstractPrefField - Class in org.androidannotations.api.sharedpreferences
 
AbstractPrefField(SharedPreferences, String) - Constructor for class org.androidannotations.api.sharedpreferences.AbstractPrefField
 
Accept - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to negotiate the response format expected, and so the converter to use.
action(String) - Method in class org.androidannotations.api.builder.IntentBuilder
 
ActivityIntentBuilder<I extends ActivityIntentBuilder<I>> - Class in org.androidannotations.api.builder
 
ActivityIntentBuilder(Context, Class<?>) - Constructor for class org.androidannotations.api.builder.ActivityIntentBuilder
 
ActivityIntentBuilder(Context, Intent) - Constructor for class org.androidannotations.api.builder.ActivityIntentBuilder
 
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.
AfterTextChange - Annotation Type in org.androidannotations.annotations
This annotation is intended to be used on methods to receive events defined by TextWatcher.afterTextChanged(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 Activity.setContentView(int) is called by the generated activity.
ALL - Static variable in class org.androidannotations.api.rest.MediaType
 
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.
APPLICATION_ATOM_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_JSON - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_RSS_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_WILDCARD_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_XHTML_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
APPLICATION_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
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() - Constructor for class org.androidannotations.api.BackgroundExecutor
 
BackgroundExecutor.Task - Class in org.androidannotations.api
 
BackgroundExecutor.Task(String, int, String) - Constructor for class org.androidannotations.api.BackgroundExecutor.Task
 
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.
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.
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
 
Builder() - Constructor for class org.androidannotations.api.builder.Builder
 

C

callInjectViews(Object) - Static method in class org.androidannotations.api.roboguice.RoboGuiceHelper
 
cancelAll(String, boolean) - Static method in class org.androidannotations.api.BackgroundExecutor
Cancel all tasks having the specified id.
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

DEFAULT_EXECUTOR - Static variable in class org.androidannotations.api.BackgroundExecutor
 
DEFAULT_PASSWD - Static variable in annotation type org.androidannotations.annotations.HttpsClient
 
DEFAULT_TAG - Static variable in annotation type org.androidannotations.annotations.Trace
 
DEFAULT_TAG - Static variable in annotation type org.androidannotations.annotations.WakeLock
 
DEFAULT_VALUE - Static variable in class org.androidannotations.annotations.ResId
 
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.
Delete - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type DELETE.
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 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
 
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 link 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, int, String) - Static method in class org.androidannotations.api.BackgroundExecutor
Execute a task.
execute(Runnable, int) - 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 extra.
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

findViewById(int) - Method in interface org.androidannotations.api.view.HasViews
 
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 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 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 - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type GET.
get() - Method in class org.androidannotations.api.builder.IntentBuilder
 
get() - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefField
 
get() - Method in class org.androidannotations.api.sharedpreferences.FloatPrefField
 
get() - Method in class org.androidannotations.api.sharedpreferences.IntPrefField
 
get() - Method in class org.androidannotations.api.sharedpreferences.LongPrefField
 
get() - Method in class org.androidannotations.api.sharedpreferences.StringPrefField
 
get() - Method in class org.androidannotations.api.sharedpreferences.StringSetPrefField
 
get(Context) - Static method in class org.androidannotations.api.ViewServer
Returns a unique instance of the ViewServer.
getContext() - Method in class org.androidannotations.api.builder.IntentBuilder
 
getCookie(String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Gets a cookie by name.
getEditor() - Method in class org.androidannotations.api.sharedpreferences.EditorHelper
 
getHeader(String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Gets a header by name.
getOr(boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefField
 
getOr(float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefField
 
getOr(int) - 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
 
getRestTemplate() - Method in interface org.androidannotations.api.rest.RestClientSupport
Gets the rest template used by the rest service implementation.
getRootUrl() - Method in interface org.androidannotations.api.rest.RestClientRootUrl
Gets the root URL for the rest service.
getSdkInt() - Static method in class org.androidannotations.api.SdkVersionHelper
 
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
 
Head - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type OPTIONS.
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 in any enhanced classes that should be injected with this specific string resource as HTML.
HttpsClient - Annotation Type in org.androidannotations.annotations
Use this annotation to inject an HttpClient instance with the specified KeyStore and TrustStore configured to perform an HTTPS request.

I

IgnoredWhenDetached - 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.
IMAGE_GIF - Static variable in class org.androidannotations.api.rest.MediaType
 
IMAGE_JPEG - Static variable in class org.androidannotations.api.rest.MediaType
 
IMAGE_PNG - Static variable in class org.androidannotations.api.rest.MediaType
 
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 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 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
 
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
 

L

LayoutRes - Annotation Type in org.androidannotations.annotations.res
Use on XmlResourceParser fields 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

MediaType - Class in org.androidannotations.api.rest
 
MovieRes - Annotation Type in org.androidannotations.annotations.res
Use on android.graphics.Movie fields in any enhanced classes that should be injected with this specific movie resource.
MULTIPART_FORM_DATA - Static variable in class org.androidannotations.api.rest.MediaType
 

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
 
NoTitle - Annotation Type in org.androidannotations.annotations
Deprecated.

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.
onRestClientExceptionThrown(NestedRuntimeException) - Method in interface org.androidannotations.api.rest.RestErrorHandler
Called when an exception occurs within the rest client.
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.
Options - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type OPTIONS.
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 android.app.Fragment or android.support.v4.app.Fragment fields 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.rest - package org.androidannotations.annotations.rest
 
org.androidannotations.annotations.sharedpreferences - package org.androidannotations.annotations.sharedpreferences
 
org.androidannotations.api - package org.androidannotations.api
 
org.androidannotations.api.builder - package org.androidannotations.api.builder
 
org.androidannotations.api.rest - package org.androidannotations.api.rest
 
org.androidannotations.api.roboguice - package org.androidannotations.api.roboguice
 
org.androidannotations.api.sharedpreferences - package org.androidannotations.api.sharedpreferences
 
org.androidannotations.api.view - package org.androidannotations.api.view
 
OrmLiteDao - Annotation Type in org.androidannotations.annotations
Use it on fields of any enhanced class to injects an OrmLite Dao, configured with the provided mode and helper classes.

P

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
 
Post - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type POST.
Pref - Annotation Type in org.androidannotations.annotations.sharedpreferences
Injects an SharedPref annotated class in any enhanced class.
Put - Annotation Type in org.androidannotations.annotations.rest
Use on methods in Rest annotated class to add a new rest service of type PUT.
put(boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefEditorField
 
put(boolean) - Method in class org.androidannotations.api.sharedpreferences.BooleanPrefField
 
put(float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefEditorField
 
put(float) - Method in class org.androidannotations.api.sharedpreferences.FloatPrefField
 
put(int) - Method in class org.androidannotations.api.sharedpreferences.IntPrefEditorField
 
put(int) - Method in class org.androidannotations.api.sharedpreferences.IntPrefField
 
put(long) - Method in class org.androidannotations.api.sharedpreferences.LongPrefEditorField
 
put(long) - Method in class org.androidannotations.api.sharedpreferences.LongPrefField
 
put(String) - Method in class org.androidannotations.api.sharedpreferences.StringPrefEditorField
 
put(String) - Method in class org.androidannotations.api.sharedpreferences.StringPrefField
 
put(Set<String>) - Method in class org.androidannotations.api.sharedpreferences.StringSetPrefEditorField
 
put(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 ReceiverAction to inject the extra put in the intent parameter of void onReceive(Context context, Intent intent).
Receiver.RegisterAt - Enum in org.androidannotations.annotations
 
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
 
RequiresAuthentication - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to use authentication on the request.
RequiresCookie - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to inject a cookie in the request.
RequiresCookieInUrl - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to inject a cookie in the URI.
RequiresHeader - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to inject a header in the request.
ResId - Class in org.androidannotations.annotations
 
Rest - Annotation Type in org.androidannotations.annotations.rest
Apply @Rest on an interface to create a RestService class that will contain implementation of rest calls related to the methods you define in the interface.
RestClientErrorHandling - Interface in org.androidannotations.api.rest
A @Rest interface implementing this interface will automatically have the implementations of this method generated.
RestClientHeaders - Interface in org.androidannotations.api.rest
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestClientRootUrl - Interface in org.androidannotations.api.rest
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestClientSupport - Interface in org.androidannotations.api.rest
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestErrorHandler - Interface in org.androidannotations.api.rest
This interface is used for handling rest client exceptions.
RestService - Annotation Type in org.androidannotations.annotations.rest
Apply @Rest on an interface to create a RestService class that will contain implementation of rest calls related to the methods you define in the interface.
RoboGuice - Annotation Type in org.androidannotations.annotations
Should be used on Activity classes that use the RoboGuice framework.
RoboGuiceHelper - Class in org.androidannotations.api.roboguice
Reflection utils to call methods which are accessible in RoboGuice package but not from outside.
RoboGuiceHelper() - Constructor for class org.androidannotations.api.roboguice.RoboGuiceHelper
 
RootContext - Annotation Type in org.androidannotations.annotations
Use it on Context fields in an EBean annotated classes to inject context of the parent class.
run() - Method in class org.androidannotations.api.BackgroundExecutor.Task
 
run() - Method in class org.androidannotations.api.ViewServer
Main server loop.

S

SdkVersionHelper - Class in org.androidannotations.api
 
SdkVersionHelper() - Constructor for class org.androidannotations.api.SdkVersionHelper
 
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 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 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
 
setAuthentication(HttpAuthentication) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Sets the authentication object.
setBearerAuth(String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Sets the Authorization: Bearer header as documented in RFC6750
setCookie(String, String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Sets a cookie by name.
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.
setHeader(String, String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Sets a header by name.
setHttpBasicAuth(String, String) - Method in interface org.androidannotations.api.rest.RestClientHeaders
Sets the basic authentication user/password.
setRestErrorHandler(RestErrorHandler) - Method in interface org.androidannotations.api.rest.RestClientErrorHandling
Sets the error handler called when a rest error occurs.
setRestTemplate(RestTemplate) - Method in interface org.androidannotations.api.rest.RestClientSupport
Sets the rest template used by the rest service implementation.
setRootUrl(String) - Method in interface org.androidannotations.api.rest.RestClientRootUrl
Sets the root URL for the rest service.
SetsCookie - Annotation Type in org.androidannotations.annotations.rest
Use on Get, Post, … annotated methods to retrieve and store cookies from the HTTP response.
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
 
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 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
 
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 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

TEXT_HTML - Static variable in class org.androidannotations.api.rest.MediaType
 
TEXT_PLAIN - Static variable in class org.androidannotations.api.rest.MediaType
 
TEXT_XML - Static variable in class org.androidannotations.api.rest.MediaType
 
TextArrayRes - Annotation Type in org.androidannotations.annotations.res
Use on CharSequence array fields 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 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(android.view.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.

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
 

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.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.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 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 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
 
WakeLock.Level - Enum in org.androidannotations.annotations
 
WindowFeature - Annotation Type in org.androidannotations.annotations
Should be used on EActivity classes to set custom window features.
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2010-2014. All Rights Reserved.