public class LspsTableColumn extends UIComponent
LspsTable.getColumn(int)
.Modifier and Type | Field and Description |
---|---|
int |
index
The index of the column, 0-based.
|
LspsTable |
table
Owner table, not null.
|
element
Constructor and Description |
---|
LspsTableColumn(TableHeaderElement element,
int index,
LspsTable table) |
Modifier and Type | Method and Description |
---|---|
void |
click()
Clicks the table header.
|
String |
getCaption()
Returns the column caption.
|
UIComponent |
getCell(int row)
Returns the cell component for this column, for given row.
|
boolean |
isSorted()
Checks if the table is sorted by this column, either ascendant or descendant.
|
boolean |
isSortedAsc()
Returns true if the table is currently sorted by this column, ascendant.
|
boolean |
isSortedDesc()
Returns true if the table is currently sorted by this column, descendant.
|
String |
toString() |
as, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML
$, clickButton, contains, find, getDriver, waitForVaadin
public final LspsTable table
public final int index
public LspsTableColumn(TableHeaderElement element, int index, LspsTable table)
public String getCaption()
public String toString()
toString
in class UIComponent
public boolean isSortedAsc()
public boolean isSortedDesc()
public boolean isSorted()
public UIComponent getCell(int row)
row
- the 0-based row index.org.openqa.selenium.NoSuchElementException
- if either row or col is out of bounds (the table does not contain such cell).public void click()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.