Annotation Interface EventPanelSimpleTable.UI

Enclosing class:
EventPanelSimpleTable<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface EventPanelSimpleTable.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 form used to view/insert/edit each single entity.
    Annotation used to set the registryname of the view/edit panel.
    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 string
      Default:
      ""
    • searchPanel

      String searchPanel
      Annotation used to set the registryname of the search panel.
      Returns:
      the string
      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 string
      Default:
      ""
    • editPanel

      String editPanel
      Annotation used to set the registryname of the view/edit panel. This is a required annotation.
      Returns:
      the string
      Default:
      ""
    • editForm

      String editForm
      Annotation used to set the registryname of the form used to view/insert/edit each single entity. This is a required annotation.
      Returns:
      the string
      Default:
      ""