Skip navigation links
A B C I N O R U 

A

add(C) - Method in class android.databinding.CallbackRegistry
Add a callback to be notified.
addOnListChangedCallback(ObservableList.OnListChangedCallback<? extends ObservableList<T>>) - Method in interface android.databinding.ObservableList
Adds a callback to be notified when changes to the list occur.
addOnMapChangedCallback(ObservableMap.OnMapChangedCallback<? extends ObservableMap<K, V>, K, V>) - Method in interface android.databinding.ObservableMap
Adds a callback to listen for changes to the ObservableMap.
addOnPropertyChangedCallback(Observable.OnPropertyChangedCallback) - Method in interface android.databinding.Observable
Adds a callback to listen for changes to the Observable.
android.databinding - package android.databinding
 

B

Bindable - Annotation Type in android.databinding
The Bindable annotation should be applied to any getter accessor method of an Observable class.
BindingAdapter - Annotation Type in android.databinding
BindingAdapter is applied to methods that are used to manipulate how values with expressions are set to views.
BindingBuildInfo - Annotation Type in android.databinding
 
BindingConversion - Annotation Type in android.databinding
Annotate methods that are used to automatically convert from the expression type to the value used in the setter.
BindingMethod - Annotation Type in android.databinding
Used within an BindingMethods annotation to describe a renaming of an attribute to the setter used to set that attribute.
BindingMethods - Annotation Type in android.databinding
Used to enumerate attribute-to-setter renaming.

C

CallbackRegistry<C,T,A> - Class in android.databinding
A utility for storing and notifying callbacks.
CallbackRegistry(CallbackRegistry.NotifierCallback<C, T, A>) - Constructor for class android.databinding.CallbackRegistry
Creates an EventRegistry that notifies the event with notifier.
CallbackRegistry.NotifierCallback<C,T,A> - Class in android.databinding
Class used to notify events from CallbackRegistry.
clear() - Method in class android.databinding.CallbackRegistry
Removes all callbacks from the list.
clone() - Method in class android.databinding.CallbackRegistry
 
copyCallbacks() - Method in class android.databinding.CallbackRegistry
Makes a copy of the registered callbacks and returns it.
copyCallbacks(List<C>) - Method in class android.databinding.CallbackRegistry
Modifies callbacks to contain all callbacks in the CallbackRegistry.

I

InverseBindingAdapter - Annotation Type in android.databinding
InverseBindingAdapter is associated with a method used to retrieve the value for a View when setting values gathered from the View.
InverseBindingListener - Interface in android.databinding
A listener implemented by all two-way bindings to be notified when a triggering change happens.
InverseBindingMethod - Annotation Type in android.databinding
InverseBindingMethod is used to identify how to listen for changes to a View property and which getter method to call.
InverseBindingMethods - Annotation Type in android.databinding
Used to enumerate attribute, getter, and event association.
isEmpty() - Method in class android.databinding.CallbackRegistry
Returns true if there are no registered callbacks or false otherwise.

N

NotifierCallback() - Constructor for class android.databinding.CallbackRegistry.NotifierCallback
 
notifyCallbacks(T, int, A) - Method in class android.databinding.CallbackRegistry
Notify all callbacks.

O

Observable - Interface in android.databinding
Observable classes provide a way in which data bound UI can be notified of changes.
Observable.OnPropertyChangedCallback - Class in android.databinding
The callback that is called by Observable when an observable property has changed.
ObservableList<T> - Interface in android.databinding
A List that notifies when changes are made.
ObservableList.OnListChangedCallback<T extends ObservableList> - Class in android.databinding
The callback that is called by ObservableList when the list has changed.
ObservableMap<K,V> - Interface in android.databinding
A Map that notifies when items change.
ObservableMap.OnMapChangedCallback<T extends ObservableMap<K,V>,K,V> - Class in android.databinding
A callback receiving notifications when an ObservableMap changes.
onChange() - Method in interface android.databinding.InverseBindingListener
Notifies the data binding system that the attribute value has changed.
onChanged(T) - Method in class android.databinding.ObservableList.OnListChangedCallback
Called whenever a change of unknown type has occurred, such as the entire list being set to new values.
onItemRangeChanged(T, int, int) - Method in class android.databinding.ObservableList.OnListChangedCallback
Called whenever one or more items in the list have changed.
onItemRangeInserted(T, int, int) - Method in class android.databinding.ObservableList.OnListChangedCallback
Called whenever items have been inserted into the list.
onItemRangeMoved(T, int, int, int) - Method in class android.databinding.ObservableList.OnListChangedCallback
Called whenever items in the list have been moved.
onItemRangeRemoved(T, int, int) - Method in class android.databinding.ObservableList.OnListChangedCallback
Called whenever items in the list have been deleted.
OnListChangedCallback() - Constructor for class android.databinding.ObservableList.OnListChangedCallback
 
onMapChanged(T, K) - Method in class android.databinding.ObservableMap.OnMapChangedCallback
Called whenever an ObservableMap changes, including values inserted, deleted, and changed.
OnMapChangedCallback() - Constructor for class android.databinding.ObservableMap.OnMapChangedCallback
 
onNotifyCallback(C, T, int, A) - Method in class android.databinding.CallbackRegistry.NotifierCallback
Called by CallbackRegistry during CallbackRegistry.notifyCallbacks(Object, int, Object)} to notify the callback.
onPropertyChanged(Observable, int) - Method in class android.databinding.Observable.OnPropertyChangedCallback
Called by an Observable whenever an observable property changes.
OnPropertyChangedCallback() - Constructor for class android.databinding.Observable.OnPropertyChangedCallback
 

R

remove(C) - Method in class android.databinding.CallbackRegistry
Remove a callback.
removeOnListChangedCallback(ObservableList.OnListChangedCallback<? extends ObservableList<T>>) - Method in interface android.databinding.ObservableList
Removes a callback previously added.
removeOnMapChangedCallback(ObservableMap.OnMapChangedCallback<? extends ObservableMap<K, V>, K, V>) - Method in interface android.databinding.ObservableMap
Removes a previously added callback.
removeOnPropertyChangedCallback(Observable.OnPropertyChangedCallback) - Method in interface android.databinding.Observable
Removes a callback from those listening for changes.

U

Untaggable - Annotation Type in android.databinding
 
A B C I N O R U 
Skip navigation links