org.openqa.selenium.support.pagefactory
Class Annotations

java.lang.Object
  extended by org.openqa.selenium.support.pagefactory.Annotations

public class Annotations
extends Object


Constructor Summary
Annotations(Field field)
           
 
Method Summary
 By buildBy()
           
protected  By buildByFromDefault()
           
protected  By buildByFromFindBy(FindBy findBy)
           
protected  By buildByFromFindBys(FindBys findBys)
           
protected  By buildByFromLongFindBy(FindBy findBy)
           
protected  By buildByFromShortFindBy(FindBy findBy)
           
 boolean isLookupCached()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotations

public Annotations(Field field)
Method Detail

isLookupCached

public boolean isLookupCached()

buildBy

public By buildBy()

buildByFromDefault

protected By buildByFromDefault()

buildByFromFindBys

protected By buildByFromFindBys(FindBys findBys)

buildByFromFindBy

protected By buildByFromFindBy(FindBy findBy)

buildByFromLongFindBy

protected By buildByFromLongFindBy(FindBy findBy)

buildByFromShortFindBy

protected By buildByFromShortFindBy(FindBy findBy)


Copyright © 2013. All Rights Reserved.