public static enum DayPicker.CalendarDay.DayType extends Enum<DayPicker.CalendarDay.DayType>
Enum Constant and Description |
---|
boundaryDay |
holidayDay |
selectableDay |
selectedDay |
todayDay |
weekendDay |
Modifier and Type | Method and Description |
---|---|
static boolean |
check(org.openqa.selenium.WebElement day,
String styleClass) |
String |
getStyle() |
boolean |
isType(org.openqa.selenium.WebElement day) |
static DayPicker.CalendarDay.DayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayPicker.CalendarDay.DayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DayPicker.CalendarDay.DayType boundaryDay
public static final DayPicker.CalendarDay.DayType holidayDay
public static final DayPicker.CalendarDay.DayType selectableDay
public static final DayPicker.CalendarDay.DayType selectedDay
public static final DayPicker.CalendarDay.DayType todayDay
public static final DayPicker.CalendarDay.DayType weekendDay
public static DayPicker.CalendarDay.DayType[] values()
for (DayPicker.CalendarDay.DayType c : DayPicker.CalendarDay.DayType.values()) System.out.println(c);
public static DayPicker.CalendarDay.DayType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isType(org.openqa.selenium.WebElement day)
public String getStyle()
public static boolean check(org.openqa.selenium.WebElement day, String styleClass)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.