Annotation Interface OnHide
Annotated methods are called when controllers, pages, popups and components of the specified names get hidden.
If the
value()
contains ".", annotated methods are called when controllers, pages, popups or components owing the methods get hidden.
If the value()
contains "*", annotated methods are called regardless of the target name.
When a method is called, a controller owing the method is locked.
Accessing fields of the controller owing the method, thus, is thread safe.-
任意要素の概要
任意要素
-
要素の詳細
-
value
String[] valueNames of controllers, pages, popups or components.- 戻り値:
- Names of controllers, pages, popups or components.
- デフォルト:
- {"."}
-