Annotation Type | Description |
---|---|
OnHide |
Created with IntelliJ IDEA.
|
OnShow |
Created with IntelliJ IDEA.
|
PostConstruct |
Marks on start methods in UI components; Usage use @PostConstruct on method level
and provide access to IBaseLayout parameter.
|
PreDestroy |
Marks the tear down method in ui components;Usage use @PreDestroy on method
level and provide access to IBaseLayout parameter.
|