Class GridTableCellSkin<S,T>
java.lang.Object
javafx.scene.control.SkinBase<GridTableCell<S,T>>
javafx.scene.control.skin.LabeledSkinBase<GridTableCell<S,T>>
javafx.scene.control.skin.CellSkinBase<GridTableCell<S,T>>
com.dlsc.gemsfx.skins.GridTableCellSkin<S,T>
- Type Parameters:
S- the row item typeT- the cell value type
- All Implemented Interfaces:
javafx.scene.control.Skin<GridTableCell<S,T>>
public class GridTableCellSkin<S,T>
extends javafx.scene.control.skin.CellSkinBase<GridTableCell<S,T>>
Skin for
GridTableCell.
The skin delegates cell layout and behavior to CellSkinBase.
-
Property Summary
Properties inherited from class javafx.scene.control.skin.CellSkinBase
cellSize -
Constructor Summary
ConstructorsConstructorDescriptionGridTableCellSkin(GridTableCell<S, T> control) Creates a skin for the given grid table cell. -
Method Summary
Methods inherited from class javafx.scene.control.skin.CellSkinBase
cellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaDataMethods inherited from class javafx.scene.control.skin.LabeledSkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, dispose, layoutChildren, layoutLabelInArea, layoutLabelInArea, queryAccessibleAttribute, updateChildrenMethods inherited from class javafx.scene.control.SkinBase
consumeMouseEvents, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Constructor Details
-
GridTableCellSkin
Creates a skin for the given grid table cell.- Parameters:
control- the grid table cell rendered by this skin
-