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, valueEquals
tooltipContains, tooltipEquals
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, getSubDescription, isEnabled, isVisible, pressKey, releaseKey, typeKey
public DateSpinner(JSpinner jSpinner) throws ItemNotFoundException
ItemNotFoundException
public Assertion startDateEquals(String expectedStartDate)
to format the date as String
public Assertion endDateEquals(String expectedEndDate)
to format the date as String
Copyright © 2004–2016. All rights reserved.