public class BootstrapDateTimePicker extends BaseElement
Constructor and Description |
---|
BootstrapDateTimePicker() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public String getSelectedDay()
public String getSelectedMonth()
public String getSelectedYear()
public BootstrapDateTimePicker selectDay(String day)
day
- public BootstrapDateTimePicker showNextMonth()
public BootstrapDateTimePicker showPreviousMonth()
public BootstrapDateTimePicker changeMonthAndYear()
public BootstrapDateTimePicker selectMonth(String month)
month
- the month to selectpublic BootstrapDateTimePicker showNextYear()
public BootstrapDateTimePicker showPreviousYear()
public BootstrapDateTimePicker changeYear()
public BootstrapDateTimePicker showNextDecade()
public BootstrapDateTimePicker showPreviousDecade()
public BootstrapDateTimePicker selectYear(String year)
year
- the year to selectpublic BootstrapDateTimePicker changeDecade()
public BootstrapDateTimePicker selectDecade(String decade)
decade
- the decade to selectpublic BootstrapDateTimePicker showNextCentury()
public BootstrapDateTimePicker showPreviousCentury()
public BootstrapDateTimePicker toggleTimePicker()
public boolean hasTimePicker()
true
if the time picker is availablepublic BootstrapDateTimePicker changeHour()
public BootstrapDateTimePicker changeMinute()
public BootstrapDateTimePicker changeSecond()
public BootstrapDateTimePicker selectHour(String hour)
hour
- the hour to selectpublic BootstrapDateTimePicker selectMinute(String minute)
minute
- the minute to selectpublic BootstrapDateTimePicker selectSecond(String second)
second
- the second to selectpublic BootstrapDateTimePicker incrementHour()
public BootstrapDateTimePicker incrementMinute()
public BootstrapDateTimePicker incrementSecond()
public BootstrapDateTimePicker decrementHour()
public BootstrapDateTimePicker decrementMinute()
public BootstrapDateTimePicker decrementSecond()
public String getSelectedHour()
public String getSelectedMinute()
public String getSelectedSecond()
public BootstrapDateTimePicker waitToLoad()
public void close()
Copyright © 2004–2021 XWiki. All rights reserved.