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

C

cache() - Method in class self.philbrown.droidQuery.AjaxOptions
Get whether or not the most recent responses will be cached.
cache(boolean) - Method in class self.philbrown.droidQuery.AjaxOptions
Set whether or not the most recent responses will be cached.
cache_control() - Method in class self.philbrown.droidQuery.Headers
Get the directives that MUST be obeyed by all caching mechanisms along the request/response chain.
cache_control(String) - Method in class self.philbrown.droidQuery.Headers
Set the directives that MUST be obeyed by all caching mechanisms along the request/response chain.
cacheTimeout() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the amount of time required, in milliseconds, between the current response and a cached response, in order to update the response data and cache the new response.
cacheTimeout(long) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the amount of time required, in milliseconds, between the current response and a cached response, in order to update the response data and cache the new response.
Callbacks() - Static method in class self.philbrown.droidQuery.$
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Callbacks(Context) - Static method in class self.philbrown.droidQuery.$
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Callbacks - Class in self.philbrown.droidQuery
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Callbacks() - Constructor for class self.philbrown.droidQuery.Callbacks
Constructor
Callbacks(Context) - Constructor for class self.philbrown.droidQuery.Callbacks
Constructor
Callbacks(Context, Callbacks.CallbacksOptions) - Constructor for class self.philbrown.droidQuery.Callbacks
Constructor
Callbacks.CallbacksOptions - Class in self.philbrown.droidQuery
Callback options
Callbacks.CallbacksOptions() - Constructor for class self.philbrown.droidQuery.Callbacks.CallbacksOptions
 
cancel(boolean) - Method in class com.commonsware.cwac.task.AsyncTaskEx
Attempts to cancel execution of this task.
cancel() - Method in class com.nineoldandroids.animation.Animator
Cancels the animation.
cancel() - Method in class com.nineoldandroids.animation.AnimatorSet
Cancels the animation.
cancel() - Method in class com.nineoldandroids.animation.ValueAnimator
 
cancel() - Method in class com.nineoldandroids.view.ViewPropertyAnimator
Cancels all property animations that are currently running or pending.
change(Function) - Method in class self.philbrown.droidQuery.$
Registers change listeners for TextViews, EditTexts, and CompoundButtons.
child(int) - Method in class self.philbrown.droidQuery.$
Sets the set of views to the children of the current set of views with the given child index
children(Function) - Method in class self.philbrown.droidQuery.$
If the first view of the current selection is a subclass of AdapterView, this will loop through all the adapter data and invoke the given function, passing the varargs: the item from the adapter the index Otherwise, if the first view in the current selection is a subclass of ViewGroup, each will loop through all the child views, and wrap each one in a droidQuery object.
clearAllAnimations() - Static method in class com.nineoldandroids.animation.ValueAnimator
Clear all animations on this thread, without canceling or ending them.
clearQueue() - Static method in class com.commonsware.cwac.task.AsyncTaskEx
 
click() - Method in class self.philbrown.droidQuery.$
Triggers a click event on the views in the current selection
click(Function) - Method in class self.philbrown.droidQuery.$
Invokes the given Function every time each view in the current selection is clicked.
click(Object, Function) - Method in class self.philbrown.droidQuery.$
Invokes the given Function for click events on each view in the current selection.
clone() - Method in class com.nineoldandroids.animation.Animator
 
clone() - Method in class com.nineoldandroids.animation.AnimatorSet
 
clone() - Method in class com.nineoldandroids.animation.Keyframe
 
clone() - Method in class com.nineoldandroids.animation.ObjectAnimator
 
clone() - Method in class com.nineoldandroids.animation.PropertyValuesHolder
 
clone() - Method in class com.nineoldandroids.animation.ValueAnimator
 
com.commonsware.cwac.task - package com.commonsware.cwac.task
 
com.nineoldandroids.animation - package com.nineoldandroids.animation
 
com.nineoldandroids.util - package com.nineoldandroids.util
 
com.nineoldandroids.view - package com.nineoldandroids.view
 
com.nineoldandroids.view.animation - package com.nineoldandroids.view.animation
 
complete() - Method in class self.philbrown.droidQuery.AjaxOptions
Gets the function that is registered to call when the task has completed
complete(Function) - Method in class self.philbrown.droidQuery.AjaxOptions
Sets the function that is registered to when the task has completed.
complete() - Method in class self.philbrown.droidQuery.AnimationOptions
 
complete(Function) - Method in class self.philbrown.droidQuery.AnimationOptions
Sets the function to call when the animation has completed
connection() - Method in class self.philbrown.droidQuery.Headers
Get the type of connection the user-agent would prefer.
connection(String) - Method in class self.philbrown.droidQuery.Headers
Set the type of connection the user-agent would prefer.
content_length() - Method in class self.philbrown.droidQuery.Headers
Get the length of the request body in octets (8-bit bytes).
content_length(String) - Method in class self.philbrown.droidQuery.Headers
Set the length of the request body in octets (8-bit bytes).
content_md5() - Method in class self.philbrown.droidQuery.Headers
Get the Base64-encoded binary MD5 sum of the content of the request body
content_md5(String) - Method in class self.philbrown.droidQuery.Headers
Set the Base64-encoded binary MD5 sum of the content of the request body
content_type() - Method in class self.philbrown.droidQuery.Headers
Get the content type of the data sent to the server.
content_type(String) - Method in class self.philbrown.droidQuery.Headers
Set the content type of the data sent to the server.
contentType() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the content type of the data sent to the server.
contentType(String) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the content type of the data sent to the server.
context() - Method in class self.philbrown.droidQuery.$
 
context() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the context
context(Context) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the context.
cookie() - Method in class self.philbrown.droidQuery.Headers
Get the data to attach to the request.
cookie(String) - Method in class self.philbrown.droidQuery.Headers
Set the data to attach to the request.
cookies() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the Key-Value mapping of cookies to send in the Ajax request.
cookies(Map<String, String>) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the Key-Value mapping of cookies to send in the Ajax request.
cookies(JSONObject) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the Key-Value mapping of cookies to send in the Ajax request.
create() - Static method in class self.philbrown.droidQuery.AnimationOptions
Creates a new AnimationOptions Object
create(Map<String, Object>) - Static method in class self.philbrown.droidQuery.AnimationOptions
Creates a new AnimationOptions Object
create(JSONObject) - Static method in class self.philbrown.droidQuery.AnimationOptions
Creates a new AnimationOptions Object
CustomHttpUriRequest - Class in self.philbrown.droidQuery
Used to create custom HTTP Requests for Ajax
customRequest() - Method in class self.philbrown.droidQuery.AjaxOptions
Get a new instance of the subclass of CustomHttpUriRequest that is used when the type option is set to "CUSTOM".
customRequest(String) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the class name of the subclass of CustomHttpUriRequest that is used when the type option is set to "CUSTOM".
customXMLParser(SAXParser) - Method in class self.philbrown.droidQuery.AjaxOptions
Set the custom parser for handling XML with a SAX parser, instead of converting it to a Document Object.
customXMLParser() - Method in class self.philbrown.droidQuery.AjaxOptions
Get the custom parser for handling XML with a SAX parser instead of converting it to a Document.

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