|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.appwithinminutes.test.po.DatePicker
public class DatePicker
Represents the actions possible on the date picker.
| Constructor Summary | |
|---|---|
DatePicker()
|
|
| Method Summary | |
|---|---|
String |
getDay()
|
String |
getHour()
|
String |
getMinute()
|
String |
getMonth()
|
String |
getYear()
|
boolean |
hasHourSelector()
|
void |
setDay(String day)
Selects the specified day from the current month. |
void |
setHour(String hour)
Selects the specified hour. |
void |
setMinute(String minute)
Selects the specified minute. |
void |
setMonth(String month)
Selects the specified month. |
void |
setYear(String year)
Selects the specified year. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatePicker()
| Method Detail |
|---|
public void setYear(String year)
year - the year to selectpublic String getYear()
public void setMonth(String month)
month - the month to selectpublic String getMonth()
public void setDay(String day)
day - the day to selectpublic String getDay()
nullpublic void setHour(String hour)
hour - the hour to selectpublic String getHour()
public void setMinute(String minute)
minute - the minute to selectpublic String getMinute()
public boolean hasHourSelector()
true if the date picker allows you to select the hour, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||