Annotation Interface LookupComponent


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface LookupComponent
Annotation for lookup view controllers which specifies ID of a UI component to be used for getting a value returned from the lookup.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the ID of a UI component to be used for retrieving the value returned from the lookup.
  • Element Details

    • value

      String value
      Specifies the ID of a UI component to be used for retrieving the value returned from the lookup.
      Returns:
      the ID of the UI component used for value retrieval