Interface AbstractDateSearchRenderer.TranslationsHelper

Enclosing class:
AbstractDateSearchRenderer

public static interface AbstractDateSearchRenderer.TranslationsHelper
Interface used by the renderer to get the translations needed to render a date searcher.
Since:
4.0
  • Method Details

    • getBeforeLabel

      String getBeforeLabel(I18nHelper helper)
      Get the label associated with the before field.
      Parameters:
      helper - the i18n helper that can return translations.
      Returns:
      the label associated with the before field.
    • getAfterLabel

      String getAfterLabel(I18nHelper helper)
      Get the label associated with the after field.
      Parameters:
      helper - the i18n helper that can return translations.
      Returns:
      the label associated with the after field.
    • getPeriodLabel

      String getPeriodLabel(I18nHelper helper)
      Get the label associated with the period fields.
      Parameters:
      helper - the i18n helper that can return translations.
      Returns:
      the label associated with the period fields.
    • getDescription

      String getDescription(I18nHelper helper)
      Get the description associated with the period fields.
      Parameters:
      helper - the i18n helper that can return translations.
      Returns:
      the description associated with the searcher.