Package org.formaria.aria.data

Interface Summary
ModelAdapter An interface used to add functionality and provide convenient access to the model for some components.
ModelAdapterConfigurable An interface used to configure model adapters.
ModelListener An interface used whena model value is modified.
RowSelector An interface for getting and setting a row selection index
 

Class Summary
BaseModel The basic implementation of the DataModel is handled by this class.
BasicDataBindingFactory Deprecated.  
DataBinding Describes an interface used to allow components to be updated when a data model changes and to allow the model to be updated when the user interface elements change.
DataBindingFactory A factory for construction of data bindings
DataModel The DataModel is designed to support an MVC like structure.
ImageBinding Bind an Image to a data model value/node.
LabelBinding Bind an Label to a data model value/node.
ListBinding Bind a list to a data model value/node.
ListModelAdapter Adapts an DataModel to provide access to child nodes as a list in a way that is more convenient for use with UI components and so that some state information can be maintained.
ModelHelper A helper to eliminate some typecasting with the DataModel
RadioBinding Bind a TextComponent to a data model value/node.
RegisteredDataBindingFactory A data binding factory that loads a specification of data bindings from an XML configuration file
StateBinding Bind a component's state to a data model value/node.
TextBinding Bind a TextComponent to a data model value/node.
ValueBinding Bind an ValueHolder to a data model value/node.