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
-
Element Details
-
value
Class<? extends InsertEvent<? extends DynO>> value
-