public class HiddenHtmlTable extends HtmlTable
HiddenHtmlElementlog, properties| Constructor and Description |
|---|
HiddenHtmlTable(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
String[][] |
getAllValues()
Get the values of all table cells.
Note: If a table cell contains a checkbox - we will return 'checked' or 'notchecked' value.
|
int |
getColumnCount() |
String |
getFieldValue(int row,
int column)
Get the value of the specified table field
|
int |
getRowCount() |
void |
setFieldValue(String value,
int row,
int column)
Set value of specified table field
|
void |
verifyFieldValue(String expectedValue,
int row,
int column)
Verify the field value is as specified
|
void |
verifyFieldValueRegex(String expectedValueRegex,
int row,
int column)
Verify the field value matches the specified java regular expression
|
void |
verifyNotFieldValue(String notExpectedValue,
int row,
int column)
Verify the field value is NOT as specified
|
generateScriptForGettingTableContentcheckTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic HiddenHtmlTable(UiDriver uiDriver, UiElementProperties properties)
public void setFieldValue(String value, int row, int column)
setFieldValue in class UiTablevalue - the new table cell valuerow - the field row starting at 0column - the field column starting at 0public String getFieldValue(int row, int column)
getFieldValue in class UiTablerow - the field row starting at 0column - the field column starting at 0public String[][] getAllValues()
public int getRowCount()
getRowCount in class UiTablepublic int getColumnCount()
getColumnCount in class UiTablepublic void verifyFieldValue(String expectedValue, int row, int column)
verifyFieldValue in class UiTableexpectedValue - row - the field row starting at 0column - the field column starting at 0public void verifyNotFieldValue(String notExpectedValue, int row, int column)
verifyNotFieldValue in class UiTablenotExpectedValue - row - the field row starting at 0column - the field column starting at 0public void verifyFieldValueRegex(String expectedValueRegex, int row, int column)
verifyFieldValueRegex in class UiTableexpectedValueRegex - a java regular expressionrow - the field row starting at 0column - the field column starting at 0Copyright © 2017 Axway Software. All rights reserved.