public class TimeEditor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TimeEditor.SetValueBy |
Constructor and Description |
---|
TimeEditor() |
Modifier and Type | Method and Description |
---|---|
void |
cancelTime() |
void |
confirmTime() |
org.openqa.selenium.WebElement |
getCancelButtonElement() |
protected int |
getDefaultHours() |
protected int |
getDefaultMinutes() |
protected int |
getDefaultSeconds() |
protected TimeSpinner.TimeSpinner12 |
getHoursSpinner12() |
protected TimeSpinner.TimeSpinner24 |
getHoursSpinner24() |
org.openqa.selenium.WebElement |
getOkButtonElement() |
org.openqa.selenium.WebElement |
getRootElement() |
org.joda.time.DateTime |
getTime() |
long |
getTimeoutForTimeEditorToBeNotVisible() |
long |
getTimeoutForTimeEditorToBeVisible() |
boolean |
isVisible() |
TimeEditor |
setTime(org.joda.time.DateTime time,
TimeEditor.SetValueBy inputType) |
void |
setTimeouFortTimeEditorIsNotVisible(long timeoutInMilliseconds) |
void |
setTimeoutForTimeEditorToBeVisible(long timeoutInMilliseconds) |
WaitingWrapper |
waitUntilIsNotVisible() |
WaitingWrapper |
waitUntilIsVisible() |
public org.openqa.selenium.WebElement getRootElement()
protected int getDefaultHours()
protected int getDefaultMinutes()
protected int getDefaultSeconds()
protected TimeSpinner.TimeSpinner12 getHoursSpinner12()
protected TimeSpinner.TimeSpinner24 getHoursSpinner24()
public void cancelTime()
public void confirmTime()
public org.openqa.selenium.WebElement getCancelButtonElement()
public org.openqa.selenium.WebElement getOkButtonElement()
public org.joda.time.DateTime getTime()
public boolean isVisible()
public TimeEditor setTime(org.joda.time.DateTime time, TimeEditor.SetValueBy inputType)
public void setTimeouFortTimeEditorIsNotVisible(long timeoutInMilliseconds)
public long getTimeoutForTimeEditorToBeNotVisible()
public void setTimeoutForTimeEditorToBeVisible(long timeoutInMilliseconds)
public long getTimeoutForTimeEditorToBeVisible()
public WaitingWrapper waitUntilIsNotVisible()
public WaitingWrapper waitUntilIsVisible()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.