public class DateSpinner extends Spinner
jSpinner, SWING_CLASSES, TYPE_NAME| Constructor and Description |
|---|
DateSpinner(JSpinner jSpinner) |
| Modifier and Type | Method and Description |
|---|---|
Assertion |
calendarFieldsEquals(int expectedCalendarFields)
Checks that the date spinner computes previous and next value with the given value.
|
Assertion |
endDateEquals(String expectedEndDate)
Checks that the date spinner displays ends with the given value
|
Assertion |
startDateEquals(String expectedStartDate)
Checks that the date spinner displays starts with the given value
|
clickForNextValue, clickForPreviousValue, getAwtComponent, getDescriptionTypeName, nextValueEquals, previousValueEquals, setValue, valueEqualstooltipContains, tooltipEqualsaddAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKeypublic DateSpinner(JSpinner jSpinner) throws ItemNotFoundException
ItemNotFoundExceptionpublic Assertion startDateEquals(String expectedStartDate)
to format the date as Stringpublic Assertion endDateEquals(String expectedEndDate)
to format the date as StringCopyright © 2004–2016. All rights reserved.