Interface | Description |
---|---|
BindableListChangeHandler<M> |
A change handler for monitoring mutations of bindable lists (see
BindableListWrapper ). |
BindableProxy<T> |
This interface is implemented by the generated proxies for
Bindable types. |
BindableProxyLoader |
This interface is used internally during compile time to produce the required proxies for
Bindable types (see
the GWT module descriptor). |
BindableProxyProvider |
Provides instances of
BindableProxy s (proxy objects for types annotated with Bindable ). |
HasProperties |
Implementations of this interface allow for dynamic access of their JavaBean properties by name.
|
HasPropertyChangeHandlers |
Implementations are a source of
PropertyChangeEvent s. |
Class | Description |
---|---|
BindableListWrapper<M> |
Wraps a List
|
BindableProxyAgent<T> |
Manages bindings and acts in behalf of a
BindableProxy to keep the target model and bound
widgets in sync. |
BindableProxyFactory |
Provides access to the generated proxies for
Bindable types. |
Binding |
Represents the binding of a bean property to a widget and holds all relevant binding-specific
metadata.
|
ConverterRegistrationKey |
Instances of this class serve as registration keys for global default converters (see
Convert.registerDefaultConverter(Class, Class, Converter) ). |
DataBinderProvider |
IOCProvider to make DataBinder instances injectable. |
DataBindingModuleBootstrapper |
Bootstrapper for Errai's data binding module that generates the proxies for bindable types.
|
PropertyChangeHandlerSupport |
This is a utility class that can be used by implementations of
HasPropertyChangeHandlers . |
PropertyType |
Represent the type of a bound property.
|
UnspecificListChangeHandler<M> |
A
BindableListChangeHandler that can be used in case details of the underlying list
mutation are irrelevant (when the sole information that the list has changed is sufficient). |
Exception | Description |
---|---|
InvalidPropertyExpressionException |
Thrown to indicate that a property expression is invalid.
|
NonExistingPropertyException |
Thrown to indicate that a JavaBean property does not exist on the object it was referred to.
|
WidgetAlreadyBoundException |
Thrown to indicate that a widget could not be bound to a model property because it is already bound to a property of
the same model instance.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.