java.lang.Object
javafx.scene.control.SkinBase<MFXTableRowCell<T,E>>
io.github.palexdev.materialfx.skins.MFXTableRowCellSkin<T,E>
- All Implemented Interfaces:
Skin<MFXTableRowCell<T,E>>
Default skin implementation for
MFXTableRowCell.
Simply an HBox which contains a label used to show the cell's text,
the leading and the trailing nodes specified by MFXTableRowCell.leadingGraphicProperty(),
MFXTableRowCell.trailingGraphicProperty()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclip()Responsible for clipping the cell.protected doublecomputePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset) Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Constructor Details
-
MFXTableRowCellSkin
-
-
Method Details
-
clip
protected void clip()Responsible for clipping the cell. This is needed for nodes that are not text nodes, to also hide graphic. -
computePrefWidth
protected double computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset) - Overrides:
computePrefWidthin classSkinBase<MFXTableRowCell<T,E>>
-