org.jboss.errai.databinding.rebind
Class BindableProxyGenerator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindableProxyGenerator
public BindableProxyGenerator(MetaClass bindable,
com.google.gwt.core.ext.TreeLogger logger)
generate
public ClassStructureBuilder<?> generate()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.