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 Type
    Method
    Description
    int
    Gets the day input window.
    int
    Gets the month input window.
    int
    Gets 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: