com.atlassian.jira.issue.search.searchers.renderer
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 Summary
 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.
 

Method Detail

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.


Copyright © 2002-2012 Atlassian. All Rights Reserved.