com.atlassian.jira.issue.label
Interface AlphabeticalLabelRenderer

All Known Implementing Classes:
DefaultAlphabeticalLabelRenderer

public interface AlphabeticalLabelRenderer

Responsible for rendering an alphabetically grouped list of labels

Since:
v4.3

Method Summary
 String getHtml(com.atlassian.crowd.embedded.api.User remoteUser, Long projectId, String fieldId, boolean isOtherFieldsExist)
          Provides the rendered HTML for all labels in a project & a particular field (System or custom field)
 

Method Detail

getHtml

String getHtml(com.atlassian.crowd.embedded.api.User remoteUser,
               Long projectId,
               String fieldId,
               boolean isOtherFieldsExist)
Provides the rendered HTML for all labels in a project & 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 & a particular field (System or custom field)


Copyright © 2002-2013 Atlassian. All Rights Reserved.