All Known Implementing Classes:
InsightFieldApplicationLinkBambooPickerConfiguration, InsightFieldApplicationLinkBitbucketPickerConfiguration, InsightFieldApplicationLinkConfluencePickerConfiguration, InsightFieldCheckboxConfiguration, InsightFieldCheckboxInput, InsightFieldConfiguration, InsightFieldCSVFilePickerConfiguration, InsightFieldFilePickerConfiguration, InsightFieldGroupPickerConfiguration, InsightFieldInput, InsightFieldJIRAProjectPickerConfiguration, InsightFieldJSONFilePickerConfiguration, InsightFieldManagerPickerConfiguration, InsightFieldPasswordConfiguration, InsightFieldPickerConfiguration, InsightFieldPickerInput, InsightFieldRadiobuttonConfiguration, InsightFieldRadiobuttonInput, InsightFieldsConfigurations, InsightFieldSelectConfiguration, InsightFieldSelectInput, InsightFieldSelectOption, InsightFieldTextAreaConfiguration, InsightFieldTextAreaInput, InsightFieldTextConfiguration, InsightFieldTextCustomDescriptionConfiguration, InsightFieldTextInput, InsightFieldUserPickerConfiguration

@PublicApi public interface Translateble
The intention is to force implementing classes to provide the logic for translating i18n concepts (data) that is part / managed by that class. When to call this will be context dependent, but the intention is to call it before the I18nabled class returns its data to the client. Ex: InsightFieldConfiguration. TODO: The existence of this interface and if / how this should be used will depend on Ola
Since:
5.0
Author:
Fredrik Karbing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    translate(io.riada.insight.utils.I18n i18n)
     
  • Method Details

    • translate

      void translate(io.riada.insight.utils.I18n i18n)