Uses of Interface
io.github.palexdev.materialfx.controls.base.MFXCombo
Packages that use MFXCombo
Package
Description
-
Uses of MFXCombo in io.github.palexdev.materialfx.controls
Classes in io.github.palexdev.materialfx.controls that implement MFXComboModifier and TypeClassDescriptionclassMFXComboBox<T>A new, completely remade from scratchComboBoxfor JavaFX.classExtendsMFXComboBoxand changes the popup's content slightly to allow filtering the items list. -
Uses of MFXCombo in io.github.palexdev.materialfx.controls.cell
Fields in io.github.palexdev.materialfx.controls.cell declared as MFXComboConstructors in io.github.palexdev.materialfx.controls.cell with parameters of type MFXComboModifierConstructorDescriptionMFXComboBoxCell(MFXCombo<T> combo, T data) MFXFilterComboBoxCell(MFXCombo<T> combo, TransformableList<T> filterList, T data)