Module is.codion.swing.common.ui
Interface CheckBoxBuilder
- All Superinterfaces:
ButtonBuilder<JCheckBox,
,Boolean, CheckBoxBuilder> ComponentBuilder<JCheckBox,
,CheckBoxBuilder> ComponentValueBuilder<JCheckBox,
,Boolean, CheckBoxBuilder> Supplier<JCheckBox>
,ToggleButtonBuilder<JCheckBox,
CheckBoxBuilder>
Builds a JCheckBox that can be linked to non-nullable values.
Use
NullableCheckBoxBuilder
for nullable boolean values.-
Field Summary
Fields inherited from interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
COMPONENT_VALUE
-
Method Summary
Static MethodsMethods inherited from interface is.codion.swing.common.ui.component.button.ButtonBuilder
action, actionListener, borderPainted, buttonGroup, contentAreaFilled, control, control, disabledIcon, disabledSelectedIcon, focusPainted, horizontalAlignment, horizontalTextPosition, icon, iconTextGap, includeText, margin, mnemonic, multiClickThreshold, pressedIcon, rolloverEnabled, rolloverIcon, rolloverSelectedIcon, selected, selectedIcon, text, verticalAlignment, verticalTextPosition
Methods inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
background, border, build, build, clientProperty, componentListener, componentOrientation, enabled, enabled, focusable, focusable, focusCycleRoot, focusListener, font, foreground, get, keyEvent, keyListener, label, label, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, mouseListener, mouseMotionListener, mouseWheelListener, name, onBuild, onSetVisible, opaque, popupMenu, popupMenuControl, popupMenuControls, preferredHeight, preferredSize, preferredWidth, propertyChangeListener, propertyChangeListener, scrollPane, toolTipText, toolTipText, transferFocusOnEnter, transferFocusOnEnter, transferHandler, visible, visible
Methods inherited from interface is.codion.swing.common.ui.component.builder.ComponentValueBuilder
buildValue, buildValue, consumer, link, link, listener, modifiedIndicator, modifiedIndicatorFactory, onBuildValue, validator, validIndicator, validIndicator, validIndicatorFactory, value
Methods inherited from interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
link, link, toggle, toggle
-
Method Details
-
builder
- Returns:
- a builder for a component
-