Annotation Interface EventPanelSimpleTable.EventInsert

Enclosing class:
EventPanelSimpleTable<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface EventPanelSimpleTable.EventInsert
Annotation used to set the event that will be launched on insert action. This is a required annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends InsertEvent<? extends DynO>>