Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AfterInitializationExtension |
class |
TimedExtension |
Modifier and Type | Class and Description |
---|---|
class |
ServiceCodeDecorator |
class |
ShadowServiceIOCExtension |
class |
UncaughtExceptionDecorator
Generates an
InitializationCallback that registers an GWT.UncaughtExceptionHandler
with the client side message bus. |
Modifier and Type | Class and Description |
---|---|
class |
SyncDecorator
Generates an
InitializationCallback that contains data sync logic. |
Modifier and Type | Class and Description |
---|---|
class |
PageSecurityCodeDecorator
Register page lifecycle listeners when pages are created.
|
Modifier and Type | Class and Description |
---|---|
class |
DataFieldCodeDecorator
|
class |
StyleBindingCodeDecorator |
class |
TemplatedCodeDecorator
Generates the code required for
Templated classes. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.