org.seleniuminspector.html
Class TableColumnInspector

java.lang.Object
  extended by org.seleniuminspector.ElementInspector
      extended by org.seleniuminspector.SubElementInspector
          extended by org.seleniuminspector.SubElementByPathInspector
              extended by org.seleniuminspector.html.TableColumnInspector

public class TableColumnInspector
extends SubElementByPathInspector


Constructor Summary
TableColumnInspector(TableInspector table, int columnIndex)
           
 
Method Summary
 TableCellInspector bodyCell(int index)
           
 TableCellInspector footerCell(int index)
           
 int getBodyCellCount()
           
 int getColumnIndex()
           
 int getFooterCellCount()
           
 int getHeaderCellCount()
           
protected  TableInspector getTable()
           
 TableCellInspector headerCell(int index)
           
 
Methods inherited from class org.seleniuminspector.SubElementByPathInspector
getElementReferenceExpression, toString
 
Methods inherited from class org.seleniuminspector.SubElementInspector
assertElementExists, getBaseElement
 
Methods inherited from class org.seleniuminspector.ElementInspector
adaptColorString, adaptFontWeightString, asSeleniumLocator, assertAttribute, assertAttributeStartsWith, assertContainsText, assertElementExists, assertExpressionEquals, assertExpressionEquals, assertExpressionEquals, assertExpressionEquals, assertExpressionStartsWith, assertHeight, assertHeight, assertNodeName, assertPosition, assertPosition, assertSize, assertSize, assertStyle, assertSubtext, assertText, assertVisible, assertWidth, assertWidth, attribute, calculateStyleProperty, childNodes, childNodesByName, className, click, clickAndWait, clickAndWait, doubleClick, dragAndDrop, elementExists, escapeStringForJS, escapeStringForJSAndQuote, evalBooleanExpression, evalExpression, evalIntExpression, evalSeleniumInspectorExpression, executeSeleniumCommand, fireEvent, fireEvent, firstChild, focus, getElementsByScript, getElementsByTagName, getSelenium, hasChildNodes, id, isCommentNode, isDocumentNode, isTextNode, isVisible, keyDown, keyDown, keyPress, keyPress, keyUp, keyUp, lastChild, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, nextSibling, nodeName, nodeValue, parentNode, position, previousSibling, rectangle, selectByLabel, selectOptions, setCursorPosition, size, sleep, subElement, text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableColumnInspector

public TableColumnInspector(TableInspector table,
                            int columnIndex)
Method Detail

getColumnIndex

public int getColumnIndex()

getTable

protected TableInspector getTable()

getHeaderCellCount

public int getHeaderCellCount()

headerCell

public TableCellInspector headerCell(int index)

getBodyCellCount

public int getBodyCellCount()

bodyCell

public TableCellInspector bodyCell(int index)

getFooterCellCount

public int getFooterCellCount()

footerCell

public TableCellInspector footerCell(int index)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.