Interface CalendarResources

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_NONE
      A key for "none" word
      static java.lang.String KEY_TODAY
      A key for "today" word
    • Method Detail

      • getResource

        java.lang.String getResource​(java.lang.String key,
                                     java.util.Locale locale)
        This method is used to query tring resources for CalendarPane and DatePicker classes. Should not return null.
        Parameters:
        key - one of the keys defined by CalendarResources
        locale - a Locale
        Returns:
        localized string resource for a given key