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
Modifier and TypeMethodDescriptiongetAfterLabel
(I18nHelper helper) Get the label associated with the after field.getBeforeLabel
(I18nHelper helper) Get the label associated with the before field.getDescription
(I18nHelper helper) Get the description associated with the period fields.getPeriodLabel
(I18nHelper helper) Get the label associated with the period fields.
-
Method Details
-
getBeforeLabel
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
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
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
Get the description associated with the period fields.- Parameters:
helper
- the i18n helper that can return translations.- Returns:
- the description associated with the searcher.
-