br.com.caelum.seleniumdsl.table
Class DefaultRow

java.lang.Object
  extended by br.com.caelum.seleniumdsl.table.DefaultRow
All Implemented Interfaces:
Row

public class DefaultRow
extends Object
implements Row


Constructor Summary
DefaultRow(Table table, com.thoughtworks.selenium.Selenium selenium, int index)
           
 
Method Summary
 Cell cell(int column)
           
 Cell cell(String column)
           
 Integer index()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRow

public DefaultRow(Table table,
                  com.thoughtworks.selenium.Selenium selenium,
                  int index)
Method Detail

cell

public Cell cell(int column)
Specified by:
cell in interface Row

cell

public Cell cell(String column)
Specified by:
cell in interface Row

index

public Integer index()
Specified by:
index in interface Row


Copyright © 2008. All Rights Reserved.