Package org.uberfire.lifecycle
Annotation Type OnLostFocus
-
@Inherited @Documented @Retention(RUNTIME) @Target(METHOD) public @interface OnLostFocus
Indicates that the framework should call the target method when the activity is no longer the current activity in the current panel. Typically, methods bearing this annotation will undo whatever effects they set up on the correspondingOnFocusmethod.This annotation only has meaning on methods declared in or inherited by
@WorkbenchScreenor@WorkbenchEditorclasses.The target method must take no arguments and return void.