ValidationBackedTextFieldWidget
constructor(width: Int, height: Int, wrappedValue: Supplier<String>, choiceValidator: ChoiceValidator<String>, validator: EntryValidator<String>, applier: Consumer<String>)
Parameters
width
Int - width of the widget
height
Int - height of the widget
wrappedValue
Supplier
choiceValidator
ChoiceValidator
validator
EntryValidator
applier
Consumer