public class TableViews extends Object
| Constructor and Description |
|---|
TableViews() |
| Modifier and Type | Method and Description |
|---|---|
protected static javafx.scene.control.TableCell<?,?> |
cell(String tableSelector,
int row,
int column) |
protected static Object |
cellValue(String tableSelector,
int row,
int column) |
static <S> org.hamcrest.Matcher<S> |
containsCell(Object cellValue) |
static int |
numberOfRowsIn(String tableQuery)
Get the number of rows in the table that matches the CSS query tableQuery.
|
static int |
numberOfRowsIn(javafx.scene.control.TableView<?> table)
Get the number of rows in the table.
|
protected static javafx.scene.control.TableRow<?> |
row(String tableSelector,
int row) |
public static int numberOfRowsIn(javafx.scene.control.TableView<?> table)
table - public static int numberOfRowsIn(String tableQuery)
tableQuery - public static <S> org.hamcrest.Matcher<S> containsCell(Object cellValue)
protected static Object cellValue(String tableSelector, int row, int column)
tableSelector - CSS selectorrow - row numbercolumn - column numberprotected static javafx.scene.control.TableRow<?> row(String tableSelector, int row)
tableSelector - Selektor zur Identifikation der Tabelle.row - Zeilennummerprotected static javafx.scene.control.TableCell<?,?> cell(String tableSelector, int row, int column)
tableSelector - Selektor zur Identifikation der Tabelle.row - Zeilennummercolumn - SpaltennummerCopyright © 2014. All rights reserved.