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

    Modifier and Type
    Method
    Description
    Analyses the values against the possible options and returns the text that is input in addition to "lozenged" options.
  • Method Details

    • getInputText

      String getInputText(Collection<?> values)
      Analyses the values against the possible options and returns 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.