Uses of Class
org.dwcj.controls.checkbox.events.CheckBoxChangeEvent
Packages that use CheckBoxChangeEvent
-
Uses of CheckBoxChangeEvent in org.dwcj.controls.checkbox
Method parameters in org.dwcj.controls.checkbox with type arguments of type CheckBoxChangeEventModifier and TypeMethodDescriptionCheckBox.onChange(Consumer<CheckBoxChangeEvent> callback) register an event callback for a checkOn or checkOff event -
Uses of CheckBoxChangeEvent in org.dwcj.controls.checkbox.sinks
Method parameters in org.dwcj.controls.checkbox.sinks with type arguments of type CheckBoxChangeEventModifier and TypeMethodDescriptionvoidCheckBoxCheckEventSink.addCallback(Consumer<CheckBoxChangeEvent> callback) Constructor parameters in org.dwcj.controls.checkbox.sinks with type arguments of type CheckBoxChangeEventModifierConstructorDescriptionCheckBoxCheckEventSink(CheckBox cb, Consumer<CheckBoxChangeEvent> target)