| Package | Description |
|---|---|
| net.sourceforge.jbizmo.commons.selenium.page.imp.primefaces |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchPageObject
Abstract page object for views that provide a search dialog
|
class |
AbstractViewPageObject
Abstract base object for all page objects that represent views
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractPageObject> |
DataTableComponent.clickContextMenuAdd(Class<T> pageClass)
Click on the context-menu item 'Add'
|
<T extends AbstractPageObject> |
AbstractViewPageObject.clickContextMenuAdd(Class<T> pageClass)
Click on the context-menu item 'Add'
|
<T extends AbstractPageObject> |
DataTableComponent.clickContextMenuCopy(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'Copy' in order to copy the object that is bound to the given row
|
<T extends AbstractPageObject> |
AbstractViewPageObject.clickContextMenuCopy(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'Copy' in order to copy the object that is bound to the given row
|
<T extends AbstractPageObject> |
DataTableComponent.clickContextMenuCreate(Class<T> pageClass)
Click on the context-menu item 'Create'
|
<T extends AbstractPageObject> |
AbstractViewPageObject.clickContextMenuCreate(Class<T> pageClass)
Click on the context-menu item 'Create'
|
<T extends AbstractPageObject> |
DataTableComponent.clickContextMenuUpdate(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'Update'
|
<T extends AbstractPageObject> |
AbstractViewPageObject.clickContextMenuUpdate(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'Update'
|
<T extends AbstractPageObject> |
DataTableComponent.clickContextMenuView(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'View'
|
<T extends AbstractPageObject> |
AbstractViewPageObject.clickContextMenuView(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Click on the context-menu item 'View'
|
protected <T extends AbstractPageObject> |
AbstractPrimefacesPageComponent.createPageObject(Class<T> pageClass)
Create an instance of the selected page object class
|
<T extends AbstractPageObject> |
DataTableComponent.doubleClickRow(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Perform a double-click on the given row
|
<T extends AbstractPageObject> |
AbstractViewPageObject.doubleClickRow(org.openqa.selenium.WebElement rowElement,
Class<T> pageClass)
Perform a double-click on the given row
|
<T extends AbstractPageObject> |
AbstractPageObject.openPageByNavigator(String navigationTarget,
Class<T> pageClass)
Navigate to a page by selecting a tree view item with the specified navigation target! As the page object is created via introspection it is necessary that the respective class provides an
appropriate constructor!
|
<T extends AbstractPageObject> |
AbstractPageObject.pressSaveButton(Class<T> pageClass)
Press the 'Save' button
|
| Constructor and Description |
|---|
DualDataListComponent(AbstractPageObject pageObject,
String elementId,
boolean hasSearchField)
Constructor
|
MessageDialog(AbstractPageObject pageObject)
Constructor
|
NotificationMessage(AbstractPageObject pageObject)
Constructor
|
Copyright © 2019. All rights reserved.