Uses of Interface
br.com.caelum.seleniumdsl.table.Table

Packages that use Table
br.com.caelum.seleniumdsl   
br.com.caelum.seleniumdsl.search   
br.com.caelum.seleniumdsl.table   
br.com.caelum.seleniumdsl.table.layout   
 

Uses of Table in br.com.caelum.seleniumdsl
 

Methods in br.com.caelum.seleniumdsl that return Table
 Table Page.table(String id)
           
 

Uses of Table in br.com.caelum.seleniumdsl.search
 

Methods in br.com.caelum.seleniumdsl.search with parameters of type Table
 TableCriterion TableCriterion.prepare(Table table)
           
 void Search.setTable(Table table)
           
 void RowMatcher.setTable(Table table)
           
 

Constructors in br.com.caelum.seleniumdsl.search with parameters of type Table
TableCriteria(Table table)
           
 

Uses of Table in br.com.caelum.seleniumdsl.table
 

Classes in br.com.caelum.seleniumdsl.table that implement Table
 class DefaultTable
           
 

Constructors in br.com.caelum.seleniumdsl.table with parameters of type Table
DefaultCell(com.thoughtworks.selenium.Selenium selenium, Table table, int row, int col)
           
DefaultColumn(Table table, com.thoughtworks.selenium.Selenium selenium, int columnNumber)
           
DefaultRow(Table table, com.thoughtworks.selenium.Selenium selenium, int index)
           
 

Uses of Table in br.com.caelum.seleniumdsl.table.layout
 

Methods in br.com.caelum.seleniumdsl.table.layout with parameters of type Table
 boolean TableLayout.contains(Table table, String col, String content)
           
 boolean PlainTableLayout.contains(Table table, String col, String content)
           
 boolean PlainPlusThTableLayout.contains(Table table, String col, String content)
           
 boolean FullTableLayout.contains(Table table, String col, String content)
           
 



Copyright © 2008. All Rights Reserved.