public abstract class BrowseListItemFactory extends Object
| Constructor and Description |
|---|
BrowseListItemFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getBeanName(org.openqa.selenium.WebElement row)
Based on the information in the row, determine the list item bean name
that should be created.
|
protected org.openqa.selenium.WebElement |
getImage(org.openqa.selenium.WebElement row)
Helper method to get image
|
ListItem |
getItem(org.openqa.selenium.WebElement row)
Get list item
|
protected org.openqa.selenium.WebElement getImage(org.openqa.selenium.WebElement row)
public ListItem getItem(org.openqa.selenium.WebElement row)
protected abstract String getBeanName(org.openqa.selenium.WebElement row)
Copyright © 2005–2016 Alfresco Software. All rights reserved.