Annotation Interface OnShow


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OnShow
Annotated methods are called when controllers, pages, popups and components of the specified names get shown. If the value() contains ".", annotated methods are called when controllers, pages, popups or components owing the methods get shown. 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.
  • 任意要素の概要

    任意要素
    修飾子とタイプ
    任意要素
    説明
    Names of controllers, pages, popups or components.
  • 要素の詳細

    • value

      String[] value
      Names of controllers, pages, popups or components.
      戻り値:
      Names of controllers, pages, popups or components.
      デフォルト:
      {"."}