public static class DayPicker.CalendarDayImpl extends AbstractSelectableListItem implements DayPicker.CalendarDay, ListItem
DayPicker.CalendarDay.DayType| Constructor and Description |
|---|
DayPicker.CalendarDayImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsStyleClass(String styleClass)
Checks if this day contains chosen styleClass
|
boolean |
equals(Object obj) |
org.openqa.selenium.WebElement |
getDayElement() |
Integer |
getDayNumber()
Parses and returns the element's text representing day number.
|
protected String |
getStyleClassForSelectedItem() |
int |
hashCode() |
boolean |
is(DayPicker.CalendarDay.DayType type) |
deselect, isSelected, select, selectgetRootElement, getText, isVisible, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitselectgetRootElement, getTextpublic boolean containsStyleClass(String styleClass)
containsStyleClass in interface DayPicker.CalendarDaystyleClass - public org.openqa.selenium.WebElement getDayElement()
getDayElement in interface DayPicker.CalendarDaypublic Integer getDayNumber()
getDayNumber in interface DayPicker.CalendarDayprotected String getStyleClassForSelectedItem()
getStyleClassForSelectedItem in class AbstractSelectableListItempublic boolean is(DayPicker.CalendarDay.DayType type)
is in interface DayPicker.CalendarDayCopyright © 2014 JBoss by Red Hat. All Rights Reserved.