Annotation Type | Description |
---|---|
CallbackComponent |
Defines the meta attributes for a callback component.
|
Component |
This annotation defines the meta definition of an JACP UI component.
|
DeclarativeComponent |
This annotation defines the meta definition of a declarative JACP UI component.
|
OnStart |
Marks on start methods in UI components; Usage use @OnStart on method level
and provide access to IBaseLayout parameter.
|
OnTearDown |
Marks the tear down method in ui components;Usage use @OnTearDown on method
level and provide access to IBaseLayout parameter.
|
Perspective |
Defines the meta attributes for a perspective.
|