Interface CustomChooserItemBuilder


public interface CustomChooserItemBuilder
Builder for custom chooser item.
Since:
2.3.0
  • Method Details

    • add

      CustomChooserItemBuilder add(String displayName, String value)
      Adds a chooser item to custom chooser.
      Parameters:
      displayName - the display name of the chooser item.
      value - the value of the chooser item.
      Returns:
      Custom chooser item builder.
    • build

      Builds a list of custom chooser items.
      Returns:
      Specific concrete custom chooser items.