T - The frame type.public interface Frame<T extends Frame<T>> extends Element<T>, WiseQuery
| Modifier and Type | Method and Description |
|---|---|
<E> E |
exportInnerElement(E element)
Proxies an element that lives inside this Frame, so that it can be used transparently even
outside the frame class.
|
<E> List<E> |
exportInnerElements(List<E> elements)
Proxies a list of elements that live inside this Frame, so that they can be used
transparently even outside the frame class.
|
and, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedfindElement, findElements<E> E exportInnerElement(E element)
E - The type of the element.element - The element.<E> List<E> exportInnerElements(List<E> elements)
E - The type of the element.elements - The list of elements.Copyright © 2013. All Rights Reserved.