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) |
void |
select(boolean deselectOthers)
Select item and deselect other items depending on @deselectOthers.
|
deselect, isSelected, 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.CalendarDaypublic void select(boolean deselectOthers)
SelectableListItemselect in interface SelectableListItemselect in class AbstractSelectableListItemdeselectOthers - if true other items will be unselected.Copyright © 2015 JBoss by Red Hat. All Rights Reserved.