Uses of Class
org.dwcj.controls.button.events.ButtonClickEvent
Packages that use ButtonClickEvent
-
Uses of ButtonClickEvent in org.dwcj.controls.button
Method parameters in org.dwcj.controls.button with type arguments of type ButtonClickEventModifier and TypeMethodDescriptionButton.onClick(Consumer<ButtonClickEvent> callback) register an event callback for the click event -
Uses of ButtonClickEvent in org.dwcj.controls.button.sinks
Method parameters in org.dwcj.controls.button.sinks with type arguments of type ButtonClickEventModifier and TypeMethodDescriptionvoidButtonClickEventSink.addCallback(Consumer<ButtonClickEvent> callback) Constructor parameters in org.dwcj.controls.button.sinks with type arguments of type ButtonClickEventModifierConstructorDescriptionButtonClickEventSink(Button btn, Consumer<ButtonClickEvent> callback)