Annotation Interface RendererItemContainer


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface RendererItemContainer
Annotation for FragmentRenderer controllers which specifies a data container that contains the item for renderer.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the ID of the data container that holds the edited entity.
  • Element Details

    • value

      String value
      Specifies the ID of the data container that holds the edited entity.
      Returns:
      the ID of the data container