@Deprecated public class LspsUITable extends UIComponent
driver, seleniumElement
Constructor and Description |
---|
LspsUITable(WebElement element,
WebDriver driver)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LspsTableColumn |
findSortColumn()
Deprecated.
If the table is sorted by a column, returns the column in question.
|
UIComponent |
getCell(int row,
int col)
Deprecated.
Returns the cell component for given row and column.
|
LspsTableColumn |
getColumn(int column)
Deprecated.
Returns the table column component.
|
String[] |
getColumnCaptions()
Deprecated.
Returns the currently shown column captions.
|
int |
getColumnCount()
Deprecated.
Returns the number of columns this table has.
|
Pager |
getPager()
Deprecated.
Returns the pager for this table.
|
int |
getVisibleRowCount()
Deprecated.
Returns the number of rows the table is currently showing.
|
String |
toString()
Deprecated.
|
as, click, click, doubleClick, extractedSeleniumIfTestBench, extractedSeleniumIfTestBench, focus, getAttribute, getCaption, getClassNames, getErrorMessage, getHint, getId, getModelingId, getText, hasClassName, isEnabled, isValid, isVisible, rightClick, scrollIntoView, sleep, toHTML, toInnerHTML, webElementsByLspsId
$, actions, clickButton, contains, createIdLocator, findAllByAttributeValue, findAllByClassname, findAllByFormId, findAllById, findAllByIdPrefix, findAllByLspsId, findAllByTextContent, findAllByXpath, findByAttributeValue, findByClassname, findByFormId, findById, findByIdPrefix, findByLspsId, findByTextContent, findByXpath, findCaptionByTextContent, findElement, findElements, findNthByTag, getDriver, getLspsCommandExecutor, waitForVaadin, webElementsByExactTextContent, webElementsByFormId, webElementsById, webElementsByIdPrefix, webElementsByLspsFormId, webElementsByTextContent, webElementsByXpath
public UIComponent getCell(int row, int col)
row
- the 0-based row index.col
- the 0-based column index.NoSuchElementException
- if either row or col is out of bounds (the table does not contain such cell).public LspsTableColumn getColumn(int column)
column
- the 0-based column index.NoSuchElementException
- if the column index is out of bounds (equal or higher than the getColumnCount()
)public int getColumnCount()
public int getVisibleRowCount()
public String toString()
toString
in class UIComponent
public LspsTableColumn findSortColumn()
public Pager getPager()
public String[] getColumnCaptions()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.