Class PojoLocalizationViewModel<E extends ILocalizationViewModelEntry>

    • Constructor Detail

      • PojoLocalizationViewModel

        public PojoLocalizationViewModel()
    • Method Detail

      • getLocalizations

        public List<E> getLocalizations()
        Description copied from interface: ILocalizationViewModel
        Gets the list of localizations, one entry for each locale.
        Returns:
        The map with the localized messages.
      • setLocalizations

        public void setLocalizations​(List<E> localizations)
        Description copied from interface: ILocalizationViewModel
        Sets the list of localizations, one entry for each locale.
        Parameters:
        localizations - The map with the localized messages.