com.atlassian.jira.issue.fields
Interface LabelsField

All Superinterfaces:
Comparable, Field, HideableField, OrderableField, RequirableField, SearchableField
All Known Implementing Classes:
LabelsSystemField

public interface LabelsField
extends HideableField, RequirableField, OrderableField

Since:
v5.0

Field Summary
static String LABELS_NAME_KEY
           
static String SEPARATOR_CHAR
           
 
Fields inherited from interface com.atlassian.jira.issue.fields.OrderableField
MOVE_ISSUE_PARAM_KEY, NO_HEADER_PARAM_KEY, TEMPLATE_DIRECTORY_PATH
 
Method Summary
 
Methods inherited from interface com.atlassian.jira.issue.fields.OrderableField
availableForBulkEdit, canRemoveValueFromIssueObject, createValue, getBulkEditHtml, getCreateHtml, getCreateHtml, getDefaultValue, getEditHtml, getEditHtml, getValueFromParams, getViewHtml, getViewHtml, getViewHtml, hasParam, hasValue, isShown, needsMove, populateDefaults, populateForMove, populateFromIssue, populateFromParams, populateParamsFromString, removeValueFromIssueObject, updateIssue, updateValue, validateParams
 
Methods inherited from interface com.atlassian.jira.issue.fields.SearchableField
createAssociatedSearchHandler
 
Methods inherited from interface com.atlassian.jira.issue.fields.Field
getId, getName, getNameKey
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

LABELS_NAME_KEY

static final String LABELS_NAME_KEY
See Also:
Constant Field Values

SEPARATOR_CHAR

static final String SEPARATOR_CHAR
See Also:
Constant Field Values


Copyright © 2002-2013 Atlassian. All Rights Reserved.