Annotation Interface EventPanelSimpleTable.EventDelete
- Enclosing class:
EventPanelSimpleTable<T extends DynO>
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
public static @interface EventPanelSimpleTable.EventDelete
Annotation used to define the event launched on delete action.
This is a required annotation.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends DeleteEvent<? extends DynO>> Annotation used to set name of the id field of the entity.
-
Element Details
-
deleteEvent
Class<? extends DeleteEvent<? extends DynO>> deleteEvent -
idField
String idFieldAnnotation used to set name of the id field of the entity.- Returns:
- the string
-