Annotation Interface BaseSearchContainer.UI

Enclosing class:
BaseSearchContainer<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface BaseSearchContainer.UI
Annotation used to define the registryname of the required ux components.
This is a required annotation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Annotation used to set the registryname of the table that display the search results.
    Annotation used to set the registryname of the search form.
    Annotation used to set the registryname of the search panel.
  • Element Details

    • searchForm

      String searchForm
      Annotation used to set the registryname of the search form.
      Returns:
      the search form registryname
      Default:
      ""
    • searchPanel

      String searchPanel
      Annotation used to set the registryname of the search panel.
      This is a required annotation.
      Returns:
      the search panel registryname
      Default:
      ""
    • resultTable

      String resultTable
      Annotation used to set the registryname of the table that display the search results.
      This is a required annotation.
      Returns:
      the result table registryname
      Default:
      ""