public class TableCellSkin<S,T> extends TableCellSkinBase<TableCell<S,T>,TableCellBehavior<S,T>>
Modifier and Type | Field and Description |
---|---|
private TableColumn<S,T> |
tableColumn |
DEFER_TO_PARENT_PREF_WIDTH, isDeferToParentForPrefWidth
DEFAULT_CELL_SIZE
bindings, ellipsisWidth, graphic, graphicPropertyChangedListener, invalidText, mnemonic_underscore, text, textWidth
IS_TOUCH_SUPPORTED
Constructor and Description |
---|
TableCellSkin(TableCell<S,T> tableCell) |
Modifier and Type | Method and Description |
---|---|
protected BooleanProperty |
columnVisibleProperty() |
protected ReadOnlyDoubleProperty |
columnWidthProperty()
*
Private Fields *
*
|
computePrefWidth, dispose, handleControlPropertyChanged, init, layoutChildren
cellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaData
bottomLabelPadding, computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, isIgnoreGraphic, isIgnoreText, layoutLabelInArea, layoutLabelInArea, leftLabelPadding, mnemonicTargetChanged, queryAccessibleAttribute, rightLabelPadding, topLabelPadding, updateChildren, updateDisplayedText
getBehavior, registerChangeListener, unregisterChangeListener
consumeMouseEvents, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpace
private final TableColumn<S,T> tableColumn
protected BooleanProperty columnVisibleProperty()
columnVisibleProperty
in class TableCellSkinBase<TableCell<S,T>,TableCellBehavior<S,T>>
protected ReadOnlyDoubleProperty columnWidthProperty()
TableCellSkinBase
columnWidthProperty
in class TableCellSkinBase<TableCell<S,T>,TableCellBehavior<S,T>>