Package | Description |
---|---|
com.whitestein.lsps.test.web.components |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderedLayout
Abstract class which provides methods which work correctly on vertical layout, horizontal layout or css layout.
|
class |
InputComponent
Client-side InputComponent image.
|
class |
LspsAccordion
Represents rendered tabsheet.
|
class |
LspsActionLink
Client-side Action Link image.
|
class |
LspsButton
Client-side Button image.
|
class |
LspsCaption
Represents lsps component caption.
|
class |
LspsCheckBox
Client-side CheckBox image.
|
class |
LspsCheckboxList
Client-side Single Select List image.
|
class |
LspsComboBox
Client-side ComboBox image.
|
class |
LspsDateTextBox |
class |
LspsFormLayout |
class |
LspsGrid
Represents vaadin grid element.
|
static class |
LspsGrid.LspsGridCell
Represents vaadin grid cell.
|
static class |
LspsGrid.LspsGridRow
Represents vaadin grid row element.
|
class |
LspsHorizontalLayout
The horizontal layout client-side image.
|
class |
LspsMultiSelectList
Client-side Single Select List image.
|
class |
LspsNavigationLink |
class |
LspsOutputText
Client-side OutputText image.
|
class |
LspsPopup |
class |
LspsRadioButtonList
Client-side Single Select List image.
|
class |
LspsRepeater
Client-side Repeater image.
|
class |
LspsRichTextArea
Client-side TextArea image.
|
class |
LspsSingleSelectList
Client-side Single Select List image.
|
class |
LspsTabbedLayout
Client-side Tabbed Layout image.
|
class |
LspsTable
Represents lsps forms table.
|
static class |
LspsTable.LspsTableCell
Represents forms table cells.
|
static class |
LspsTable.LspsTableRow
Represents forms table row.
|
class |
LspsTableColumn
Represents a table column.
|
class |
LspsTabSheet
Represents rendered tabsheet.
|
class |
LspsTextArea
Client-side TextArea image.
|
class |
LspsTextBox
Client-side TextBox image.
|
class |
LspsTokenField
Represents rendered token field.
|
class |
LspsTree
Client-side Tree image.
|
class |
LspsTreeV7
Client-side Tree image.
|
class |
LspsUITable
Deprecated.
|
class |
LspsUITextArea
Client-side TextArea image.
|
class |
LspsVerticalLayout
The vertical layout image.
|
Modifier and Type | Method and Description |
---|---|
protected UIComponent |
ComponentLabelMapping.createUIComponent(WebElement elem) |
UIComponent |
UIFinder.findByAttributeValue(String attribute,
String value)
Finds element by attribute value.
|
UIComponent |
UIFinder.findByClassname(String className)
Finds an element styled with css className.
|
UIComponent |
UIFinder.findByFormId(String id)
Finds element with given form id.
|
UIComponent |
UIFinder.findById(String id)
Finds element with given html id.
|
UIComponent |
UIFinder.findByIdPrefix(String prefix)
Finds element whose html id starts with given prefix.
|
UIComponent |
UIFinder.findByLspsId(String id)
Finds element by given lsps id.
|
UIComponent |
UIFinder.findByTextContent(String content)
Finds element containing content text.
|
UIComponent |
UIFinder.findByXpath(String xpath)
Finds element by xpath.
|
UIComponent |
UIFinder.findNthByTag(int nth,
String tag)
Finds nth instance of the html tag.
|
UIComponent |
LspsTableColumn.getCell(int row)
Returns the cell component for this column, for given row.
|
UIComponent |
LspsUITable.getCell(int row,
int col)
Deprecated.
Returns the cell component for given row and column.
|
UIComponent |
LspsTable.LspsTableCell.getCellComponent() |
UIComponent |
AbstractOrderedLayout.getChild(int index)
Retrieves x-th child of this repeater.
|
UIComponent |
LspsCaption.getComponent()
Finds component this caption belongs to.
|
static UIComponent |
ComponentLabelMapping.getComponent(WebElement caption,
WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
List<UIComponent> |
UIFinder.findAllByAttributeValue(String attribute,
String value)
Finds all elements that have attribute set to given value.
|
List<UIComponent> |
UIFinder.findAllByClassname(String className)
Finds all elements styled with css className.
|
List<UIComponent> |
UIFinder.findAllByFormId(String id)
Finds elements with given lsps form id.
|
List<UIComponent> |
UIFinder.findAllById(String id)
Finds element with given html id.
|
List<UIComponent> |
UIFinder.findAllByIdPrefix(String prefix)
Finds all elements whose html id starts with given prefix.
|
List<UIComponent> |
UIFinder.findAllByLspsId(String id)
Finds all elements rendered from component with given lsps id.
|
List<UIComponent> |
UIFinder.findAllByTextContent(String content)
Finds all elements containing content text.
|
List<UIComponent> |
UIFinder.findAllByXpath(String xpath)
Finds all elements by xpath.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.