Interface Localizable

All Known Subinterfaces:
IFormElement
All Known Implementing Classes:
FormDef, GroupDef, ItemsetBinding, QuestionDef, RangeQuestion, SelectChoice

public interface Localizable
Localizable objects are able to update their text based on the current locale.
Author:
Drew Roos
  • Method Summary

    Modifier and Type Method Description
    void localeChanged​(String locale, Localizer localizer)
    Updates the current object with the locate given.
  • Method Details

    • localeChanged

      void localeChanged​(String locale, Localizer localizer)
      Updates the current object with the locate given.
      Parameters:
      locale -
      localizer -