Uses of Class
org.dwcj.controls.textcombobox.events.TextComboBoxCloseEvent
Packages that use TextComboBoxCloseEvent
-
Uses of TextComboBoxCloseEvent in org.dwcj.controls.textcombobox
Method parameters in org.dwcj.controls.textcombobox with type arguments of type TextComboBoxCloseEventModifier and TypeMethodDescriptionTextComboBox.onClose(Consumer<TextComboBoxCloseEvent> callback) -
Uses of TextComboBoxCloseEvent in org.dwcj.controls.textcombobox.sinks
Method parameters in org.dwcj.controls.textcombobox.sinks with type arguments of type TextComboBoxCloseEventModifier and TypeMethodDescriptionvoidTextComboBoxCloseEventSink.addCallback(Consumer<TextComboBoxCloseEvent> callback) Constructor parameters in org.dwcj.controls.textcombobox.sinks with type arguments of type TextComboBoxCloseEventModifierConstructorDescriptionTextComboBoxCloseEventSink(TextComboBox cb, Consumer<TextComboBoxCloseEvent> callback)