Ajocado Implementation 1.0.0.Alpha2

org.jboss.arquillian.ajocado.locator.option
Class OptionIndexLocator

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
      extended by org.jboss.arquillian.ajocado.locator.option.AbstractOptionLocator<OptionIndexLocator>
          extended by org.jboss.arquillian.ajocado.locator.option.OptionIndexLocator
All Implemented Interfaces:
Locator<OptionIndexLocator>, OptionLocator<OptionIndexLocator>

public class OptionIndexLocator
extends AbstractOptionLocator<OptionIndexLocator>

Locates the select option based on its index (offset from zero).

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
OptionIndexLocator(int index)
           
 
Method Summary
 OptionLocationStrategy getLocationStrategy()
           
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocator
format, getAsString, getRawLocator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator
format, getAsString, getRawLocator
 

Constructor Detail

OptionIndexLocator

public OptionIndexLocator(int index)
Method Detail

getLocationStrategy

public OptionLocationStrategy getLocationStrategy()

Ajocado Implementation 1.0.0.Alpha2

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