org.jboss.test.selenium.locator.option
Class AbstractOptionLocator<T extends OptionLocator<T>>
java.lang.Object
org.jboss.test.selenium.locator.AbstractLocator<T>
org.jboss.test.selenium.locator.option.AbstractOptionLocator<T>
- Type Parameters:
T - the type of locator which can be derived from this locator
- All Implemented Interfaces:
- Locator<T>, OptionLocator<T>
- Direct Known Subclasses:
- OptionIdLocator, OptionIndexLocator, OptionLabelLocator, OptionValueLocator
public abstract class AbstractOptionLocator<T extends OptionLocator<T>>
- extends AbstractLocator<T>
- implements OptionLocator<T>
Abstract implementation of option locator.
- Version:
- $Revision$
- Author:
- Lukas Fryc
AbstractOptionLocator
public AbstractOptionLocator(String locator)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.