public interface CustomChooserItem
Predefined custom chooser item for internal use.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description of the custom chooser.
    Gets the value of the custom chooser.
  • Method Details

    • getValue

      String getValue()
      Gets the value of the custom chooser.
      Returns:
      The value of the custom chooser.
    • getDisplayName

      String getDisplayName()
      Gets the description of the custom chooser.
      Returns:
      the display name of the custom chooser.