Class Index

These are the API classes. See all API packages.

B   C   D   I   L   M   O   P   V  

B

BaseObservable A convenience class that implements Observable interface and provides notifyPropertyChanged(int) and notifyChange() methods. 
Bindable The Bindable annotation should be applied to any getter accessor method of an Observable class. 
BindingAdapter BindingAdapter is applied to methods that are used to manipulate how values with expressions are set to views. 
BindingConversion Annotate methods that are used to automatically convert from the expression type to the value used in the setter. 
BindingMethod Used within an BindingMethods annotation to describe a renaming of an attribute to the setter used to set that attribute. 
BindingMethods Used to enumerate attribute-to-setter renaming. 

C

CallbackRegistry<C, T, A> A utility for storing and notifying callbacks. 
CallbackRegistry.NotifierCallback<C, T, A> Class used to notify events from CallbackRegistry. 
Converters Build in converters to converts for color. 

D

DataBindingComponent This interface is generated during compilation to contain getters for all used instance BindingAdapters. 
DataBindingUtil Utility class to create ViewDataBinding from layouts. 

I

InverseBindingAdapter InverseBindingAdapter is associated with a method used to retrieve the value for a View when setting values gathered from the View. 
InverseBindingListener A listener implemented by all two-way bindings to be notified when a triggering change happens. 
InverseBindingMethod InverseBindingMethod is used to identify how to listen for changes to a View property and which getter method to call. 
InverseBindingMethods Used to enumerate attribute, getter, and event association. 
InverseMethod The InverseMethod annotation may be applied to any method used in two-way data binding to declare the method used to invert the call when going from the View's attribute value to the bound data value. 

L

ListChangeRegistry Utility class for managing ObservableList callbacks. 
ListenerUtil Utility class that helps with tracking listeners for views from binding adapters. 

M

MapChangeRegistry Utility class for managing ObservableMap callbacks. 
MergedDataBinderMapper A data binding mapper that merges other mappers. 

O

Observable Observable classes provide a way in which data bound UI can be notified of changes. 
Observable.OnPropertyChangedCallback The callback that is called by Observable when an observable property has changed. 
ObservableArrayList<T> An ObservableList implementation using ArrayList as an implementation. 
ObservableArrayMap<K, V>  
ObservableBoolean An observable class that holds a primitive boolean. 
ObservableByte An observable class that holds a primitive byte. 
ObservableChar An observable class that holds a primitive char. 
ObservableDouble An observable class that holds a primitive double. 
ObservableField<T> An object wrapper to make it observable. 
ObservableFloat An observable class that holds a primitive float. 
ObservableInt An observable class that holds a primitive int. 
ObservableList<T> A List that notifies when changes are made. 
ObservableList.OnListChangedCallback<T extends ObservableList> The callback that is called by ObservableList when the list has changed. 
ObservableLong An observable class that holds a primitive long. 
ObservableMap<K, V> A Map that notifies when items change. 
ObservableMap.OnMapChangedCallback<T extends ObservableMap<K, V>, K, V> A callback receiving notifications when an ObservableMap changes. 
ObservableParcelable<T extends Parcelable> An observable class that holds a parcelable object. 
ObservableShort An observable class that holds a primitive short. 
OnRebindCallback<T extends ViewDataBinding> Listener set on addOnRebindCallback(OnRebindCallback) that is called when bound values must be reevaluated in executePendingBindings()

P

PropertyChangeRegistry Utility class for managing Observable callbacks. 

V

ViewDataBinding Base class for generated data binding classes. 
ViewStubProxy This class represents a ViewStub before and after inflation.