Annotation Interface EventServerTableView.EventLoad

Enclosing class:
EventServerTableView<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface EventServerTableView.EventLoad
Annotation used to define the event launched refresh a single item (row).
This is a required annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends LoadEvent<? extends DynO>>
    Annotation used to set the event that will be launched on search action.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Annotation used to set the extractor used to extract a map from an object.
  • Element Details

    • loadEvent

      Class<? extends LoadEvent<? extends DynO>> loadEvent
      Annotation used to set the event that will be launched on search action. This is a required annotation.
      Returns:
      the class of the load event
    • loadExtractor

      Class<?> loadExtractor
      Annotation used to set the extractor used to extract a map from an object. This isn't a required annotation.
      Returns:
      the class of the DynO extractor
      Default:
      overit.geocallapp.utilities.core.data.DefaultDynOExtractor.class