Class AbstractListItemHandler<T>

java.lang.Object
net.thucydides.core.annotations.locators.AbstractListItemHandler<T>
Type Parameters:
T - the target interface
All Implemented Interfaces:
InvocationHandler
Direct Known Subclasses:
WebElementFacadeListItemHandler, WidgetListItemHandler

public abstract class AbstractListItemHandler<T> extends Object implements InvocationHandler
Similar to SmartElementHandler but wraps a concrete WebElement instead of an ElementLocator.
Author:
Joe Nasca