Module is.codion.swing.common.ui
Interface RadioButtonBuilder
- All Superinterfaces:
ButtonBuilder<Boolean,,JRadioButton, RadioButtonBuilder> ComponentBuilder<Boolean,,JRadioButton, RadioButtonBuilder> ToggleButtonBuilder<JRadioButton,RadioButtonBuilder>
Builds a JRadioButton.
-
Field Summary
Fields inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
TRANSFER_FOCUS_ON_ENTER -
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, verticalTextPositionMethods inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
background, border, build, build, buildValue, clear, clientProperty, componentListener, componentOrientation, enabled, enabled, focusable, focusCycleRoot, focusListener, font, foreground, initialValue, keyEvent, keyListener, label, link, link, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, mouseListener, mouseMotionListener, mouseWheelListener, onBuild, onSetVisible, opaque, popupMenu, popupMenuControl, popupMenuControls, preferredHeight, preferredSize, preferredWidth, propertyChangeListener, propertyChangeListener, scrollPane, toolTipText, transferFocusOnEnter, transferHandler, validator, visibleMethods inherited from interface is.codion.swing.common.ui.component.button.ToggleButtonBuilder
toggleControl, toggleControl
-
Method Details
-
builder
- Returns:
- a builder for a component
-
builder
- Parameters:
linkedValue- the value to link to the radion button- Returns:
- a builder for a component
-