Class LocaleSelectItemGroupProvider

All Implemented Interfaces:
IFilterableSelectItemGroupProvider, ISelectItemGroupProvider, ISelectItemProvider, Serializable

public class LocaleSelectItemGroupProvider extends DefaultSelectItemGroupProvider
Custom select item group provider for UI select controls. Displays available locales.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getShowInstalledLangPacksOnly

      public boolean getShowInstalledLangPacksOnly()
      Get the show installed language packs only value.
      Returns:
      True if set to display only the installed language packs. False to display all available locales.
    • setShowInstalledLangPacksOnly

      public void setShowInstalledLangPacksOnly(boolean showInstalledLangPacksOnly)
      Set the list of select items to only be installed language packs.
      Parameters:
      showInstalledLangPacksOnly - True to display only the installed language packs. False to display all available locales.