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, select
getRootElement, getText, isVisible, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
select
getRootElement, getText
public boolean containsStyleClass(String styleClass)
containsStyleClass
in interface DayPicker.CalendarDay
styleClass
- public org.openqa.selenium.WebElement getDayElement()
getDayElement
in interface DayPicker.CalendarDay
public Integer getDayNumber()
getDayNumber
in interface DayPicker.CalendarDay
protected String getStyleClassForSelectedItem()
getStyleClassForSelectedItem
in class AbstractSelectableListItem
public boolean is(DayPicker.CalendarDay.DayType type)
is
in interface DayPicker.CalendarDay
public void select(boolean deselectOthers)
SelectableListItem
select
in interface SelectableListItem
select
in class AbstractSelectableListItem
deselectOthers
- if true
other items will be unselected.Copyright © 2015 JBoss by Red Hat. All Rights Reserved.