Uses of Class
org.dwcj.controls.combobox.events.ComboBoxCloseEvent
Packages that use ComboBoxCloseEvent
-
Uses of ComboBoxCloseEvent in org.dwcj.controls.combobox
Method parameters in org.dwcj.controls.combobox with type arguments of type ComboBoxCloseEventModifier and TypeMethodDescriptionComboBox.onClose(Consumer<ComboBoxCloseEvent> callback) Sets the behavior to be executed when the ComboBox control is closed -
Uses of ComboBoxCloseEvent in org.dwcj.controls.combobox.sinks
Method parameters in org.dwcj.controls.combobox.sinks with type arguments of type ComboBoxCloseEventModifier and TypeMethodDescriptionvoidComboBoxCloseEventSink.addCallback(Consumer<ComboBoxCloseEvent> callback) Constructor parameters in org.dwcj.controls.combobox.sinks with type arguments of type ComboBoxCloseEventModifierConstructorDescriptionComboBoxCloseEventSink(ComboBox cb, Consumer<ComboBoxCloseEvent> callback)