Interface NumberShortcut.WindowProvider
- All Known Implementing Classes:
InstantStringTranslator, LocalDateStringTranslator, LocalDateTimeStringTranslator, LocalTimeStringTranslator, OffsetDateTimeStringTranslator, OffsetTimeStringTranslator, TemporalStringTranslator, ZonedDateTimeStringTranslator
- Enclosing class:
NumberShortcut
public static interface NumberShortcut.WindowProvider
Provides the input windows for year, month and day.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the day input window.intGets the month input window.intGets the year input window.
-
Method Details
-
getYearWindow
int getYearWindow()Gets the year input window.- Returns:
- the year window, -1 to disable windowing
- See Also:
-
getMonthWindow
int getMonthWindow()Gets the month input window.- Returns:
- the month window, -1 to disable windowing
- See Also:
-
getDayWindow
int getDayWindow()Gets the day input window.- Returns:
- the day window, -1 to disable windowing
- See Also:
-