Uses of Class
io.github.palexdev.materialfx.controls.MFXTableColumn
Packages that use MFXTableColumn
Package
Description
-
Uses of MFXTableColumn in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type MFXTableColumnModifier and TypeMethodDescriptionTableBuilder.addColumns(MFXTableColumn<T>... columns) TableBuilder.setColumns(MFXTableColumn<T>... columns) static <T> TableColumnBuilder<T>TableColumnBuilder.tableColumn(MFXTableColumn<T> column) Constructors in io.github.palexdev.materialfx.builders.control with parameters of type MFXTableColumn -
Uses of MFXTableColumn in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXTableColumnMethods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXTableColumnMethods in io.github.palexdev.materialfx.controls with parameters of type MFXTableColumnModifier and TypeMethodDescriptionvoidMFXTableView.autosizeColumn(MFXTableColumn<T> column) Autosizes the given column.Constructors in io.github.palexdev.materialfx.controls with parameters of type MFXTableColumnModifierConstructorDescriptionMFXTableColumnEvent(EventType<? extends Event> eventType, MFXTableColumn<T> column, Comparator<T> comparator, SortState sortState) -
Uses of MFXTableColumn in io.github.palexdev.materialfx.skins
Constructors in io.github.palexdev.materialfx.skins with parameters of type MFXTableColumn