br.com.caelum.seleniumdsl.table
Interface Column

All Known Implementing Classes:
DefaultColumn

public interface Column


Method Summary
 boolean contains(String text)
          Searches the value among all the cells of this column.
 boolean containsPartial(String value)
           
 int find(String text)
          Same as contains but returns the index.
 

Method Detail

contains

boolean contains(String text)
Searches the value among all the cells of this column.

Parameters:
text - the text to search
Returns:
if any cell contains the text

containsPartial

boolean containsPartial(String value)

find

int find(String text)
Same as contains but returns the index.

Parameters:
text - the text to search
Returns:
the row index of the cell or -1 if not found


Copyright © 2008. All Rights Reserved.