public class RichFacesPickList.AdvancedPickListInteractions extends Object
| Constructor and Description |
|---|
RichFacesPickList.AdvancedPickListInteractions() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getAddAllButtonElement() |
org.openqa.selenium.WebElement |
getAddButtonElement() |
org.openqa.selenium.WebElement |
getBottomButtonElement() |
org.openqa.selenium.WebElement |
getDownButtonElement() |
double |
getHeight()
Gets the current computed height of the this pickList sourceList/targetList (they are equal).
|
double |
getMaxHeight()
Gets the current computed max-height of the this pickList sourceList/targetList (they are equal).
|
double |
getMinHeight()
Gets the current computed min-height of the this pickList sourceList/targetList (they are equal).
|
org.openqa.selenium.WebElement |
getPickListInteractionPartElement() |
org.openqa.selenium.WebElement |
getRemoveAllButtonElement() |
org.openqa.selenium.WebElement |
getRemoveButtonElement() |
org.openqa.selenium.WebElement |
getRootElement() |
org.openqa.selenium.WebElement |
getSourceCaptionElement() |
org.openqa.selenium.WebElement |
getSourceHeaderElement() |
ListComponent<? extends SelectableListItem> |
getSourceList() |
org.openqa.selenium.WebElement |
getSourceListAreaElement() |
org.openqa.selenium.WebElement |
getTargetCaptionElement() |
org.openqa.selenium.WebElement |
getTargetHeaderElement() |
ListComponent<? extends SelectableListItem> |
getTargetList() |
org.openqa.selenium.WebElement |
getTargetListAreaElement() |
org.openqa.selenium.WebElement |
getTopButtonElement() |
org.openqa.selenium.WebElement |
getUpButtonElement() |
boolean |
isDisabled()
Figures out whether the whole pickList is disabled.
|
boolean |
isItemSelected(ListItem item)
Figures out whether the given item is selected.
|
OrderingList |
orderTargetList()
Operations over the orderable target list.
|
public RichFacesPickList.AdvancedPickListInteractions()
public org.openqa.selenium.WebElement getPickListInteractionPartElement()
public org.openqa.selenium.WebElement getAddAllButtonElement()
public org.openqa.selenium.WebElement getAddButtonElement()
public org.openqa.selenium.WebElement getBottomButtonElement()
public org.openqa.selenium.WebElement getSourceCaptionElement()
public org.openqa.selenium.WebElement getTargetCaptionElement()
public org.openqa.selenium.WebElement getDownButtonElement()
public org.openqa.selenium.WebElement getSourceHeaderElement()
public org.openqa.selenium.WebElement getTargetHeaderElement()
public org.openqa.selenium.WebElement getSourceListAreaElement()
public org.openqa.selenium.WebElement getTargetListAreaElement()
public org.openqa.selenium.WebElement getRemoveAllButtonElement()
public org.openqa.selenium.WebElement getRemoveButtonElement()
public org.openqa.selenium.WebElement getRootElement()
public ListComponent<? extends SelectableListItem> getSourceList()
public ListComponent<? extends SelectableListItem> getTargetList()
public org.openqa.selenium.WebElement getTopButtonElement()
public org.openqa.selenium.WebElement getUpButtonElement()
public boolean isDisabled()
public boolean isItemSelected(ListItem item)
item - public double getHeight()
NumberFormatException - when the height property is not setpublic double getMaxHeight()
NumberFormatException - when the max-height property is not setpublic double getMinHeight()
NumberFormatException - when the min-height property is not setpublic OrderingList orderTargetList()
Copyright © 2014 JBoss by Red Hat. All rights reserved.