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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? 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 idField
      Annotation used to set name of the id field of the entity.
      Returns:
      the string