Errai 3.0.1-SNAPSHOT

Package org.jboss.errai.databinding.client.api

Interface Summary
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 Summary
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 Summary
InitialState Specifies the state from which a DataBinder's properties should be initialized.
 

Annotation Types Summary
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.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.