Annotation Type InFrame


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface InFrame

Specifies that given element, page or page fragment is located inside the frame given by its name or ID or index.

When such an object is invoked, Graphene automatically switches to given frame and after invocation it switches back to the frame used previously.

Author:
Juraj Huska
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The index of a frame defined by order of frames in page
    The name or ID of the frame
  • Element Details

    • nameOrId

      String nameOrId
      The name or ID of the frame
      Default:
      ""
    • index

      int index
      The index of a frame defined by order of frames in page
      Default:
      -1