public class DateComboBoxFixture extends AbstractComponentFixture<DateComboBoxFixture,com.jidesoft.combobox.DateComboBox,DateComboBoxDriver>
BACKGROUND_PROPERTY, FONT_PROPERTY, FOREGROUND_PROPERTY| Constructor and Description |
|---|
DateComboBoxFixture(Robot robot,
com.jidesoft.combobox.DateComboBox target) |
DateComboBoxFixture(Robot robot,
String comboBoxName) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
calendar() |
protected DateComboBoxDriver |
createDriver(Robot robot) |
Date |
date() |
DateComboBoxFixture |
requireCalendar(Calendar cal) |
DateComboBoxFixture |
requireDate(Date d) |
DateComboBoxFixture |
selectCalendar(Calendar cal) |
DateComboBoxFixture |
selectDate(Date d) |
DateComboBoxFixture |
selectToday() |
background, click, click, click, doubleClick, driver, focus, font, foreground, isEnabled, myself, pressAndReleaseKey, pressAndReleaseKeys, pressKey, releaseKey, replaceDriverWith, requireDisabled, requireEnabled, requireEnabled, requireFocused, requireNotVisible, requireShowing, requireVisible, rightClick, robot, target, targetCastedTopublic DateComboBoxFixture(Robot robot, com.jidesoft.combobox.DateComboBox target)
protected DateComboBoxDriver createDriver(Robot robot)
createDriver in class AbstractComponentFixture<DateComboBoxFixture,com.jidesoft.combobox.DateComboBox,DateComboBoxDriver>public Date date()
public Calendar calendar()
public DateComboBoxFixture selectToday()
public DateComboBoxFixture selectDate(Date d)
public DateComboBoxFixture selectCalendar(Calendar cal)
public DateComboBoxFixture requireDate(Date d)
public DateComboBoxFixture requireCalendar(Calendar cal)
Copyright © 2014–2016 AssertJ. All rights reserved.