Package com.iizix.api.ui
Annotation Type UI
- @Documented @Retention(RUNTIME) @Target(TYPE) public @interface UITags a POJO as being a UI class with event listeners.- The constructor of the class must be be public and cannot have any parameters. - Example: - @UI(ref="Proj:/panel/subFolder/MyPanel" [, refOnly = true]) public class MyPanelListener { public MyPanelListener() { ... } }- Author:
- Christopher Mindus
 
- Required Element Summary- Required Elements - Modifier and Type - Required Element - Description - java.lang.String- refThe Full String Reference to the Panel property.
 - Optional Element Summary- Optional Elements - Modifier and Type - Optional Element - Description - boolean- refOnlyOption to use the annotation for referencing in the Java code only, together with- @#64;UIRefand be able to use String refactoring.