Annotation Interface EventServerTableView.EventSearch

Enclosing class:
EventServerTableView<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface EventServerTableView.EventSearch
Annotation used to define the event launched on search action.
This is a required annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends SearchEvent<? extends DynO,? extends DynO>>
    Annotation used to set the event that will be launched on search action.
    Class<? extends DynO>
    Annotation used to set the Business Object that manage the search event filter.
  • 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

    • searchEvent

      Class<? extends SearchEvent<? extends DynO,? extends DynO>> searchEvent
      Annotation used to set the event that will be launched on search action. This is a required annotation.
      Returns:
      the class of the search event
    • searchFilter

      Class<? extends DynO> searchFilter
      Annotation used to set the Business Object that manage the search event filter. This is a required annotation.
      Returns:
      the class of the search filter
    • searchExtractor

      Class<?> searchExtractor
      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