ComboxBox
classin packageklyn.gui.windows
public class ComboxBox extends ComboBox:
Legacy compatibility alias kept for the historical filename typo.
Prefer `ComboBox` in new code.
combo = ComboxBox()
combo.addItem("Legacy")
Properties inherited from Widget: accentColor,
backgroundColor,
borderColor,
bottom,
canFocus,
cornerRadius,
font,
foregroundColor,
hasFocus,
height,
isEnabled,
isHovered,
isManaged,
isVisible,
layoutParams,
margin,
maxHeight,
maxWidth,
minHeight,
minWidth,
parent,
preferredHeight,
preferredWidth,
right,
styleClass,
width,
window,
x,
y
Constructors
| Modifier and Type |
Member |
Description |
| public |
ComboxBox |
No summary. |
Methods inherited from ComboBox: addActionListener,
addItem,
clearItems,
clearSelection,
collapse,
expand,
items,
paint,
removeActionListener,
select,
setItems,
toggleExpanded