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.
This is a required annotation.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<?> Annotation used to set the extractor used to extract a map from an object.
-
Element Details
-
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<?> loadExtractorAnnotation 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
-