com.atlassian.jira.issue.customfields.impl
Interface MultiSelectCFType.InputTextProvider

Enclosing class:
MultiSelectCFType

public static interface MultiSelectCFType.InputTextProvider

Support interface to delay the data input text evaluation to vm-processing time. This is because in this context it not certain if we are in view or edit mode.


Method Summary
 String getInputText(Collection<?> values)
          Analyses the values against the possible options and retrns the text that is input in addition to "lozenged" options.
 

Method Detail

getInputText

String getInputText(Collection<?> values)
Analyses the values against the possible options and retrns the text that is input in addition to "lozenged" options.

Parameters:
values - the values that are provided to the view.
Returns:
identified free text, or empty string.


Copyright © 2002-2014 Atlassian. All Rights Reserved.