@Retention(value=RUNTIME) @Target(value=FIELD) 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.
public abstract String nameOrId
public abstract int index
Copyright © 2014 JBoss by Red Hat. All rights reserved.