public class TreeTableCellSkin<S,T> extends TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
bindings
IS_TOUCH_SUPPORTED
Constructor and Description |
---|
TreeTableCellSkin(TreeTableCell<S,T> treeTableCell) |
Modifier and Type | Method and Description |
---|---|
protected BooleanProperty |
columnVisibleProperty() |
protected ReadOnlyDoubleProperty |
columnWidthProperty()
*
Private Fields *
*
|
protected double |
computePrefWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
Calculates the preferred width of this
SkinBase . |
protected double |
leftLabelPadding() |
dispose, handleControlPropertyChanged, init, layoutChildren
cellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaData
bottomLabelPadding, computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, isIgnoreGraphic, isIgnoreText, layoutLabelInArea, layoutLabelInArea, mnemonicTargetChanged, queryAccessibleAttribute, rightLabelPadding, topLabelPadding, updateChildren
getBehavior, registerChangeListener, unregisterChangeListener
consumeMouseEvents, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpace
public TreeTableCellSkin(TreeTableCell<S,T> treeTableCell)
protected BooleanProperty columnVisibleProperty()
columnVisibleProperty
in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
protected ReadOnlyDoubleProperty columnWidthProperty()
TableCellSkinBase
columnWidthProperty
in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
protected double leftLabelPadding()
leftLabelPadding
in class LabeledSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
protected double computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
SkinBase
SkinBase
. The default
implementation calculates this width as the width of the area occupied
by its managed children when they are positioned at their
current positions at their preferred widths.computePrefWidth
in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
height
- the height that should be used if preferred width depends on ittopInset
- the pixel snapped top insetrightInset
- the pixel snapped right insetbottomInset
- the pixel snapped bottom insetleftInset
- the pixel snapped left insetCopyright © 2020. All rights reserved.