Errai 3.0.1-SNAPSHOT

org.jboss.errai.databinding.rebind
Class BindableProxyGenerator

java.lang.Object
  extended by org.jboss.errai.databinding.rebind.BindableProxyGenerator

public class BindableProxyGenerator
extends Object

Generates a proxy for a Bindable type. A bindable proxy subclasses the bindable type and overrides all non-final methods to trigger UI updates and fire property change events when required.

Author:
Christian Sadilek

Constructor Summary
BindableProxyGenerator(MetaClass bindable, com.google.gwt.core.ext.TreeLogger logger)
           
 
Method Summary
 ClassStructureBuilder<?> generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableProxyGenerator

public BindableProxyGenerator(MetaClass bindable,
                              com.google.gwt.core.ext.TreeLogger logger)
Method Detail

generate

public ClassStructureBuilder<?> generate()

Errai 3.0.1-SNAPSHOT

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