Uses of Class
io.github.palexdev.materialfx.controls.cell.MFXTableRowCell
Packages that use MFXTableRowCell
Package
Description
-
Uses of MFXTableRowCell in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXTableRowCellModifier and TypeMethodDescriptionTableColumnBuilder.setRowCellFactory(Function<T, MFXTableRowCell<T, ?>> rowCellFactory) -
Uses of MFXTableRowCell in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXTableRowCellModifier and TypeMethodDescriptionMFXTableRow.getCells()Function<T,MFXTableRowCell<T, ?>> MFXTableColumn.getRowCellFactory()Gets the value of the property rowCellFactory.MFXTableColumn.rowCellFactoryProperty()Specifies theFunctionused to build the row's cells.Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXTableRowCellModifier and TypeMethodDescriptionvoidMFXTableColumn.setRowCellFactory(Function<T, MFXTableRowCell<T, ?>> rowCellFactory) Sets the value of the property rowCellFactory. -
Uses of MFXTableRowCell in io.github.palexdev.materialfx.skins
Constructors in io.github.palexdev.materialfx.skins with parameters of type MFXTableRowCell