Module MaterialFX.materialfx.main
Package io.github.palexdev.materialfx.controls.cell
-
Class Summary Class Description MFXCheckTreeCell<T> Implementation of a MFXSimpleTreeCell with a checkbox for usage in MFXCheckTreeViews.MFXDateCell Custom implementation of aDateCellfor easily distinguish selected dates and current dates.MFXFlowlessCheckListCell<T> Implementation of anAbstractMFXFlowlessListCellwhich has a combo box for usage inMFXFlowlessCheckListView, has the checked property and pseudo class ":checked" for usage in CSS.MFXFlowlessListCell<T> Simple implementation ofAbstractMFXFlowlessListCell, includes a ripple generator for ripple effects on mouse pressed.MFXListCell<T> This is the implementation of a ListCell restyled to comply with modern standards.MFXSimpleTreeCell<T> Simple implementation of a MFXTreeItem cell.MFXTableColumnCell<T> This is the implementation of the column cells used in theMFXTableViewcolumns header.MFXTableRowCell This is the implementation of the row cells used in everyMFXTableViewrow.