Interface AlphabeticalLabelRenderer

All Known Implementing Classes:
DefaultAlphabeticalLabelRenderer

public interface AlphabeticalLabelRenderer
Responsible for rendering an alphabetically grouped list of labels
Since:
v4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    getHtml(ApplicationUser remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)
    Provides the rendered HTML for all labels in a project invalid input: '&' a particular field (System or custom field)
  • Method Details

    • getHtml

      String getHtml(ApplicationUser remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)
      Provides the rendered HTML for all labels in a project invalid input: '&' a particular field (System or custom field)
      Parameters:
      remoteUser - The user performing this request
      projectId - The project for which to render labels
      fieldId - The field for which to render labels
      isOtherFieldsExist - A flag to indicate whether the given field is the only labels field in the project
      Returns:
      the rendered HTML for all labels in a project invalid input: '&' a particular field (System or custom field)