Class LocalizationStringHelper

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class LocalizationStringHelper extends Control
This class extends Control and implements a graphical object that is used to present the list of translations and its subsets, stored by the system
See Also:
  • Field Details

  • Constructor Details

    • LocalizationStringHelper

      public LocalizationStringHelper()
  • Method Details

    • setSubsets

      public void setSubsets(List<String> subsets)
    • setMode

      public void setMode(LocalizationStringHelper.Mode mode)
    • setSearchOnKeys

      public void setSearchOnKeys(boolean searchOnKeys)
    • setTranslations

      public void setTranslations(TreeMap<String,String> translations)
    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Description copied from class: Component
      Abstract method that must be extended and returns the html code of the Component
      Specified by:
      getHtml in class Component
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html of the Component