public class HeaderControls extends Object
Constructor and Description |
---|
HeaderControls() |
Modifier and Type | Method and Description |
---|---|
protected org.joda.time.format.DateTimeFormatter |
getFormatter() |
org.openqa.selenium.WebElement |
getNextMonthElement() |
org.openqa.selenium.WebElement |
getNextYearElement() |
org.openqa.selenium.WebElement |
getPreviousMonthElement() |
org.openqa.selenium.WebElement |
getPreviousYearElement() |
org.openqa.selenium.WebElement |
getRoot() |
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 |
setTimeoutForPopupToBeNotVisible(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 setTimeoutForPopupToBeNotVisible(long timeoutInMilliseconds)
public long getTimeoutForPopupToBeNotVisible()
public WaitingWrapper waitUntilIsNotVisible()
public WaitingWrapper waitUntilIsVisible()
public org.openqa.selenium.WebElement getRoot()
protected org.joda.time.format.DateTimeFormatter getFormatter()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.