public class RichFacesInplaceSelect.AdvancedInplaceSelectInteractions extends Object
| Constructor and Description |
|---|
RichFacesInplaceSelect.AdvancedInplaceSelectInteractions() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getCancelButtonElement() |
String |
getClassForState(InplaceComponentState state) |
org.openqa.selenium.WebElement |
getConfirmButtonElement() |
org.openqa.selenium.WebElement |
getEditInputElement() |
org.openqa.selenium.WebElement |
getLabelInputElement() |
String |
getLabelValue() |
List<org.openqa.selenium.WebElement> |
getOptions() |
org.openqa.selenium.WebElement |
getRootElement() |
org.openqa.selenium.WebElement |
getSelectedOption() |
long |
getTimeoutForPopupToHide() |
long |
getTimeoutForPopupToShow() |
boolean |
isInState(InplaceComponentState state) |
boolean |
isSaveOnSelect() |
void |
setupEditByEvent() |
void |
setupEditByEvent(Event event) |
void |
setupSaveOnSelect(boolean saveOnSelect) |
void |
setupTimeoutForPopupToHide(long timeoutInMilliseconds) |
void |
setupTimeoutForPopupToShow(long timeoutInMilliseconds) |
void |
switchToEditingState() |
WaitingWrapper |
waitForPopupToHide() |
WaitingWrapper |
waitForPopupToShow() |
public RichFacesInplaceSelect.AdvancedInplaceSelectInteractions()
public void setupEditByEvent()
public void setupEditByEvent(Event event)
public void setupSaveOnSelect(boolean saveOnSelect)
public org.openqa.selenium.WebElement getRootElement()
public void switchToEditingState()
public void setupTimeoutForPopupToHide(long timeoutInMilliseconds)
public void setupTimeoutForPopupToShow(long timeoutInMilliseconds)
public List<org.openqa.selenium.WebElement> getOptions()
public boolean isInState(InplaceComponentState state)
public String getClassForState(InplaceComponentState state)
public String getLabelValue()
public org.openqa.selenium.WebElement getEditInputElement()
public org.openqa.selenium.WebElement getLabelInputElement()
public org.openqa.selenium.WebElement getCancelButtonElement()
public org.openqa.selenium.WebElement getConfirmButtonElement()
public org.openqa.selenium.WebElement getSelectedOption()
public long getTimeoutForPopupToHide()
public long getTimeoutForPopupToShow()
public boolean isSaveOnSelect()
public WaitingWrapper waitForPopupToHide()
public WaitingWrapper waitForPopupToShow()
Copyright © 2014 JBoss by Red Hat. All rights reserved.