Interface CustomChooserItemBuilder
public interface CustomChooserItemBuilder
Builder for custom chooser item.
- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionAdds a chooser item to custom chooser.build()
Builds a list of custom chooser items.
-
Method Details
-
add
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
List<CustomChooserItem> build()Builds a list of custom chooser items.- Returns:
- Specific concrete custom chooser items.
-