Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.ioc.client.api.CodeDecorator

Packages that use CodeDecorator
org.jboss.errai.databinding.rebind   
org.jboss.errai.enterprise.rebind   
org.jboss.errai.ioc.rebind.ioc.builtin   
org.jboss.errai.ioc.support.bus.rebind   
org.jboss.errai.jpa.sync.rebind   
org.jboss.errai.security.rebind   
org.jboss.errai.ui.rebind   
 

Uses of CodeDecorator in org.jboss.errai.databinding.rebind
 

Classes in org.jboss.errai.databinding.rebind with annotations of type CodeDecorator
 class BoundDecorator
          Generates an InitializationCallback that contains automatic binding logic.
 class ModelSetterDecorator
          Causes the generation of a proxy that overrides a method annotated with ModelSetter.
 

Uses of CodeDecorator in org.jboss.errai.enterprise.rebind
 

Classes in org.jboss.errai.enterprise.rebind with annotations of type CodeDecorator
 class ObservesExtension
          Generates the boiler plate for @Observes annotations use in GWT clients.
Basically creates a subscription for a CDI event type that invokes on the annotated method.
 

Uses of CodeDecorator in org.jboss.errai.ioc.rebind.ioc.builtin
 

Classes in org.jboss.errai.ioc.rebind.ioc.builtin with annotations of type CodeDecorator
 class AfterInitializationExtension
           
 class TimedExtension
           
 

Uses of CodeDecorator in org.jboss.errai.ioc.support.bus.rebind
 

Classes in org.jboss.errai.ioc.support.bus.rebind with annotations of type CodeDecorator
 class ServiceCodeDecorator
           
 class ShadowServiceIOCExtension
           
 class UncaughtExceptionDecorator
          Generates an InitializationCallback that registers an GWT.UncaughtExceptionHandler with the client side message bus.
 

Uses of CodeDecorator in org.jboss.errai.jpa.sync.rebind
 

Classes in org.jboss.errai.jpa.sync.rebind with annotations of type CodeDecorator
 class SyncDecorator
          Generates an InitializationCallback that contains data sync logic.
 

Uses of CodeDecorator in org.jboss.errai.security.rebind
 

Classes in org.jboss.errai.security.rebind with annotations of type CodeDecorator
 class PageSecurityCodeDecorator
          Register page lifecycle listeners when pages are created.
 

Uses of CodeDecorator in org.jboss.errai.ui.rebind
 

Classes in org.jboss.errai.ui.rebind with annotations of type CodeDecorator
 class DataFieldCodeDecorator
          Store all injected DataField Statement instances into the aggregate Map for this composite Template.
 class StyleBindingCodeDecorator
           
 class TemplatedCodeDecorator
          Generates the code required for Templated classes.
 


Errai 3.0.1-SNAPSHOT

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