public static interface

AbstractDateSearchRenderer.TranslationsHelper

com.atlassian.jira.issue.search.searchers.renderer.AbstractDateSearchRenderer.TranslationsHelper

Class Overview

Interface used by the renderer to get the translations needed to render a date searcher.

Summary

Public Methods
String getAfterLabel(I18nHelper helper)
Get the label associated with the after field.
String getBeforeLabel(I18nHelper helper)
Get the label associated with the before field.
String getDescription(I18nHelper helper)
Get the description associated with the period fields.
String getPeriodLabel(I18nHelper helper)
Get the label associated with the period fields.

Public Methods

public 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.

public 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.

public 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.

public 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.