public class HeaderControls extends Object
| Constructor and Description |
|---|
HeaderControls() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
getNextMonthElement() |
org.openqa.selenium.WebElement |
getNextYearElement() |
org.openqa.selenium.WebElement |
getPreviousMonthElement() |
org.openqa.selenium.WebElement |
getPreviousYearElement() |
long |
getTimeoutForPopupToBeNotVisible() |
org.joda.time.DateTime |
getYearAndMonth() |
YearAndMonthEditor |
getYearAndMonthEditor() |
org.openqa.selenium.WebElement |
getYearAndMonthEditorOpenerElement() |
boolean |
isVisible() |
void |
nextMonth() |
void |
nextYear() |
YearAndMonthEditor |
openYearAndMonthEditor() |
void |
previousMonth() |
void |
previousYear() |
void |
setCalendarEditor(RichFacesAdvancedInlineCalendar.CalendarEditor calendarEditor) |
void |
setupTimeoutForPopupToBeNotVisible(long timeoutInMilliseconds) |
WaitingWrapper |
waitUntilIsNotVisible() |
WaitingWrapper |
waitUntilIsVisible() |
public org.openqa.selenium.WebElement getNextMonthElement()
public org.openqa.selenium.WebElement getNextYearElement()
public org.openqa.selenium.WebElement getPreviousMonthElement()
public org.openqa.selenium.WebElement getPreviousYearElement()
public org.joda.time.DateTime getYearAndMonth()
public YearAndMonthEditor getYearAndMonthEditor()
public org.openqa.selenium.WebElement getYearAndMonthEditorOpenerElement()
public boolean isVisible()
public void nextMonth()
public void nextYear()
public YearAndMonthEditor openYearAndMonthEditor()
public void previousYear()
public void previousMonth()
public void setCalendarEditor(RichFacesAdvancedInlineCalendar.CalendarEditor calendarEditor)
public void setupTimeoutForPopupToBeNotVisible(long timeoutInMilliseconds)
public long getTimeoutForPopupToBeNotVisible()
public WaitingWrapper waitUntilIsNotVisible()
public WaitingWrapper waitUntilIsVisible()
Copyright © 2014 JBoss by Red Hat. All rights reserved.