Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.databinding.client.api.Converter

Packages that use Converter
org.jboss.errai.databinding.client   
org.jboss.errai.databinding.client.api   
org.jboss.errai.ui.shared.api.annotations   
 

Uses of Converter in org.jboss.errai.databinding.client
 

Methods in org.jboss.errai.databinding.client that return Converter
 Converter<?,?> Binding.getConverter()
           
 

Methods in org.jboss.errai.databinding.client with parameters of type Converter
 Binding BindableProxyAgent.bind(com.google.gwt.user.client.ui.Widget widget, String property, Converter converter)
          Binds the provided widget to the specified property (or property chain) of the model instance associated with this proxy (see DataBinder.setModel(Object, InitialState)).
 

Constructors in org.jboss.errai.databinding.client with parameters of type Converter
Binding(String property, com.google.gwt.user.client.ui.Widget widget, Converter<?,?> converter, com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
           
 

Uses of Converter in org.jboss.errai.databinding.client.api
 

Methods in org.jboss.errai.databinding.client.api with parameters of type Converter
 DataBinder<T> DataBinder.bind(com.google.gwt.user.client.ui.Widget widget, String property, Converter converter)
          Binds the provided widget to the specified property of the model instance associated with this DataBinder.
static
<M,W> void
Convert.registerDefaultConverter(Class<M> modelValueType, Class<W> widgetValueType, Converter<M,W> converter)
          Registers a Converter as a default for the provided model and widget types.
static
<M,W> M
Convert.toModelValue(Class<M> modelValueType, Class<W> widgetValueType, W widgetValue, Converter<M,W> converter)
          Converts the provided object to a model value.
static
<M,W> M
Convert.toModelValue(Class<M> modelValueType, com.google.gwt.user.client.ui.Widget widget, W widgetValue, Converter<M,W> converter)
          Converts the provided object to a model value.
static
<M,W> W
Convert.toWidgetValue(Class<W> widgetValueType, Class<M> modelValueType, M modelValue, Converter<M,W> converter)
          Converts the provided object to a widget value.
static
<M,W> W
Convert.toWidgetValue(com.google.gwt.user.client.ui.Widget widget, Class<M> modelValueType, M modelValue, Converter<M,W> converter)
          Converts the provided object to a widget value.
 

Uses of Converter in org.jboss.errai.ui.shared.api.annotations
 

Classes in org.jboss.errai.ui.shared.api.annotations that implement Converter
static class Bound.NO_CONVERTER
           
 


Errai 3.0.1-SNAPSHOT

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