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
 java.lang.String getAfterLabel(I18nHelper helper)
          Get the label associated with the after field.
 java.lang.String getBeforeLabel(I18nHelper helper)
          Get the label associated with the before field.
 java.lang.String getDescription(I18nHelper helper)
          Get the description associated with the period fields.
 java.lang.String getPeriodLabel(I18nHelper helper)
          Get the label associated with the period fields.
 

Method Detail

getBeforeLabel

java.lang.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

java.lang.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

java.lang.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

java.lang.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-2011 Atlassian. All Rights Reserved.