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.
This is a required annotation.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAnnotation 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 searchFormAnnotation used to set the registryname of the search form.- Returns:
- the search form registryname
- Default:
""
-
searchPanel
String searchPanelAnnotation used to set the registryname of the search panel.
This is a required annotation.- Returns:
- the search panel registryname
- Default:
""
-
resultTable
String resultTableAnnotation used to set the registryname of the table that display the search results.
This is a required annotation.- Returns:
- the result table registryname
- Default:
""
-