br.com.caelum.seleniumdsl.search
Class RowFinder

java.lang.Object
  extended by br.com.caelum.seleniumdsl.search.RowFinder
All Implemented Interfaces:
RowVisitor

public class RowFinder
extends Object
implements RowVisitor


Constructor Summary
RowFinder()
           
 
Method Summary
 boolean found()
           
 Row getFound()
           
 RowFinder limitEquals(int row, String content)
           
 void visit(Row row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowFinder

public RowFinder()
Method Detail

limitEquals

public RowFinder limitEquals(int row,
                             String content)

visit

public void visit(Row row)
Specified by:
visit in interface RowVisitor

found

public boolean found()

getFound

public Row getFound()


Copyright © 2008. All Rights Reserved.