Uses of Class
org.dwcj.controls.checkbox.CheckBox
Packages that use CheckBox
Package
Description
-
Uses of CheckBox in org.dwcj.controls.checkbox
Methods in org.dwcj.controls.checkbox that return CheckBoxModifier and TypeMethodDescriptionCheckBox.addClassName(String selector) CheckBox.onChange(Consumer<CheckBoxChangeEvent> callback) register an event callback for a checkOn or checkOff eventCheckBox.removeClassName(String selector) CheckBox.setAttribute(String attribute, String value) CheckBox.setChecked(Boolean checked) CheckBox.setEnabled(Boolean enabled) CheckBox.setExpanse(CheckBox.Expanse expanse) CheckBox.setFocusable(Boolean focusable) CheckBox.setHorizontalTextPosition(CheckBox.HorizontalTextPosition position) CheckBox.setReadOnly(Boolean editable) this method sets whether the CheckBox can be edited.CheckBox.setTabTraversable(Boolean traversable) CheckBox.setTextAlignment(TextAlignable.Alignment alignment) CheckBox.setTooltipText(String text) CheckBox.setVisible(Boolean visible) -
Uses of CheckBox in org.dwcj.controls.checkbox.events
Methods in org.dwcj.controls.checkbox.events that return CheckBoxConstructors in org.dwcj.controls.checkbox.events with parameters of type CheckBox -
Uses of CheckBox in org.dwcj.controls.checkbox.sinks
Constructors in org.dwcj.controls.checkbox.sinks with parameters of type CheckBoxModifierConstructorDescriptionCheckBoxCheckEventSink(CheckBox cb, Consumer<CheckBoxChangeEvent> target)