Suggestion Backed Text Field Widget
constructor(width: Int, height: Int, wrappedValue: Supplier<String>, choiceValidator: ChoiceValidator<String>, validator: EntryValidator<String>, applier: Consumer<String>, suggestionProvider: SuggestionBackedTextFieldWidget.SuggestionProvider)
constructor(width: Int, height: Int, wrappedValue: Supplier<String>, choiceValidator: ChoiceValidator<String>, validator: EntryValidator<String>, applier: Consumer<String>, suggestionProvider: SuggestionBackedTextFieldWidget.SuggestionProvider, closePopup: Boolean)
Parameters
width
Int - the width of the widget in pixels
height
Int - the height of the widget in pixels
wrapped Value
Supplier
choice Validator
ChoiceValidator
validator
EntryValidator
applier
Consumer
suggestion Provider
SuggestionProvider - provides the valid suggestions for the user
close Popup
Boolean - if true, this window will 'pop' the latest PopupWidget, if any.