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 type
T - 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

    Constructors
    Constructor
    Description
    Creates a skin for the given grid table cell.
  • Method Summary

    Methods inherited from class javafx.scene.control.skin.CellSkinBase

    cellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaData

    Methods inherited from class javafx.scene.control.skin.LabeledSkinBase

    computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, dispose, layoutChildren, layoutLabelInArea, layoutLabelInArea, queryAccessibleAttribute, updateChildren

    Methods 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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GridTableCellSkin

      public GridTableCellSkin(GridTableCell<S,T> control)
      Creates a skin for the given grid table cell.
      Parameters:
      control - the grid table cell rendered by this skin