Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.locator.option
Interface OptionLocator<T extends OptionLocator<T>>

Type Parameters:
T - the type of locator which can be derived from this locator
All Superinterfaces:
Locator<T>

public interface OptionLocator<T extends OptionLocator<T>>
extends Locator<T>

Locator for locating select options on page.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 OptionLocationStrategy getLocationStrategy()
          Returns the location strategy for this element
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getAsString, getRawLocator
 

Method Detail

getLocationStrategy

OptionLocationStrategy getLocationStrategy()
Description copied from interface: Locator
Returns the location strategy for this element

Specified by:
getLocationStrategy in interface Locator<T extends OptionLocator<T>>
Returns:
the location strategy for this element

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.