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 ElementsModifier and TypeOptional ElementDescriptionAnnotation 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 searchFormAnnotation used to set the registryname of the search form.- Returns:
- the string
- Default:
""
-
searchPanel
String searchPanelAnnotation used to set the registryname of the search panel.- Returns:
- the string
- Default:
""
-
resultTable
String resultTableAnnotation used to set the registryname of the table that display the search results. This is a required annotation.- Returns:
- the string
- Default:
""
-
editPanel
String editPanelAnnotation used to set the registryname of the view/edit panel. This is a required annotation.- Returns:
- the string
- Default:
""
-
editForm
String editFormAnnotation 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:
""
-