Interface | Description |
---|---|
Converter<M,W> |
Contract for converters that perform model value to widget value transformations and vice versa.
|
PropertyChangeHandler<T> |
A
PropertyChangeEvent gets dispatched when any property of a bound bean is changed. |
Class | Description |
---|---|
Convert |
Type conversion utility used by the generated
Bindable proxies. |
DataBinder<T> |
Provides an API to programmatically bind properties of a data model instance (any POJO annotated
with
Bindable ) to UI fields/widgets. |
PropertyChangeEvent<T> |
Dispatched when a bound property has changed.
|
Enum | Description |
---|---|
InitialState |
Specifies the state from which a
DataBinder 's properties should be initialized. |
Annotation Type | Description |
---|---|
Bindable |
Indicates that instances of the annotated class are bindable to UI components.
|
DefaultConverter |
Indicates that an implementation of
Converter is to be used as a global default for converting between the
specified model value and widget value type. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.