Uses of Class
io.github.palexdev.materialfx.controls.MFXTableRow
Packages that use MFXTableRow
Package
Description
-
Uses of MFXTableRow in io.github.palexdev.materialfx.builders.control
Method parameters in io.github.palexdev.materialfx.builders.control with type arguments of type MFXTableRowModifier and TypeMethodDescriptionTableBuilder.setTableRowFactory(Function<T, MFXTableRow<T>> tableRowFactory) -
Uses of MFXTableRow in io.github.palexdev.materialfx.controls
Fields in io.github.palexdev.materialfx.controls with type parameters of type MFXTableRowModifier and TypeFieldDescriptionprotected final io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<T,MFXTableRow<T>> MFXTableView.rowsFlowMethods in io.github.palexdev.materialfx.controls that return MFXTableRowModifier and TypeMethodDescriptionMFXTableView.getCell(int index) Delegate forSimpleVirtualFlow.getCell(int).Methods in io.github.palexdev.materialfx.controls that return types with arguments of type MFXTableRowModifier and TypeMethodDescriptionMFXTableView.getCells()Delegate forSimpleVirtualFlow.getCells().MFXTableView.getTableRowFactory()Gets the value of the property tableRowFactory.MFXTableView.tableRowFactoryProperty()Specifies theFunctionused to generate the table rows.Method parameters in io.github.palexdev.materialfx.controls with type arguments of type MFXTableRowModifier and TypeMethodDescriptionvoidMFXTableView.setTableRowFactory(Function<T, MFXTableRow<T>> tableRowFactory) Sets the value of the property tableRowFactory. -
Uses of MFXTableRow in io.github.palexdev.materialfx.skins
Fields in io.github.palexdev.materialfx.skins with type parameters of type MFXTableRowModifier and TypeFieldDescriptionprotected final io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<T,MFXTableRow<T>> MFXTableViewSkin.rowsFlowConstructor parameters in io.github.palexdev.materialfx.skins with type arguments of type MFXTableRowModifierConstructorDescriptionMFXPaginatedTableViewSkin(MFXPaginatedTableView<T> tableView, io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<T, MFXTableRow<T>> rowsFlow) MFXTableViewSkin(MFXTableView<T> tableView, io.github.palexdev.virtualizedfx.flow.simple.SimpleVirtualFlow<T, MFXTableRow<T>> rowsFlow)