java.lang.Object
javafx.scene.control.SkinBase<C>
javafx.scene.control.skin.LabeledSkinBase<C>
javafx.scene.control.skin.CellSkinBase<impl.org.controlsfx.skin.GridRow<T>>
impl.org.controlsfx.skin.GridRowSkin<T>
- All Implemented Interfaces:
Skin<impl.org.controlsfx.skin.GridRow<T>>
-
Property Summary
Properties inherited from class javafx.scene.control.skin.CellSkinBase
cellSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublecomputeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) protected doublecomputeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) protected doublecomputePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) getCellAtIndex(int index) Returns a cell element at a desired indexprotected voidlayoutChildren(double x, double y, double w, double h) voidUpdate all cellsMethods inherited from class javafx.scene.control.skin.CellSkinBase
cellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaDataMethods inherited from class javafx.scene.control.skin.LabeledSkinBase
computeBaselineOffset, computeMaxWidth, computeMinWidth, computePrefWidth, dispose, 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
-
GridRowSkin
-
-
Method Details
-
getCellAtIndex
Returns a cell element at a desired index- Parameters:
index- The index of the wanted cell element- Returns:
- Cell element if exist else null
-
updateCells
public void updateCells()Update all cellsCells are only created when needed and re-used when possible.
-
computeMinHeight
protected double computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) - Overrides:
computeMinHeightin classLabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
-
computeMaxHeight
protected double computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) - Overrides:
computeMaxHeightin classLabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
-
computePrefHeight
protected double computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset) - Overrides:
computePrefHeightin classLabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
-
layoutChildren
protected void layoutChildren(double x, double y, double w, double h) - Overrides:
layoutChildrenin classLabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
-