@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public static @interface DMXViewDeclaration.Activation
Marks annotated method as being responsible for activating or deactivating child views. This method is optional for the view. Annotated method must have the following parameters:
true
- activate,
false
- deactivate
Annotated method performs the same task as DMXView#setViewActive(java.lang.String, boolean)
.
Copyright © 2012-2014 Vektor Software. All Rights Reserved.