- 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>>
 
 public class GridRowSkin<T> extends CellSkinBase<impl.org.controlsfx.skin.GridRow<T>> 
- 
- 
Property Summary- 
Properties inherited from class javafx.scene.control.skin.CellSkinBasecellSize
 
- 
 - 
Constructor SummaryConstructors Constructor Description GridRowSkin(impl.org.controlsfx.skin.GridRow<T> control)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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)GridCell<T>getCellAtIndex(int index)Returns a cell element at a desired indexprotected voidlayoutChildren(double x, double y, double w, double h)voidupdateCells()Update all cells- 
Methods inherited from class javafx.scene.control.skin.CellSkinBasecellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaData
 - 
Methods inherited from class javafx.scene.control.skin.LabeledSkinBasecomputeBaselineOffset, computeMaxWidth, computeMinWidth, computePrefWidth, layoutLabelInArea, layoutLabelInArea, queryAccessibleAttribute, updateChildren
 - 
Methods inherited from class javafx.scene.control.SkinBaseconsumeMouseEvents, dispose, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
 
- 
 
- 
- 
- 
Constructor Detail- 
GridRowSkinpublic GridRowSkin(impl.org.controlsfx.skin.GridRow<T> control) 
 
- 
 - 
Method Detail- 
getCellAtIndexpublic GridCell<T> getCellAtIndex(int index) Returns a cell element at a desired index- Parameters:
- index- The index of the wanted cell element
- Returns:
- Cell element if exist else null
 
 - 
updateCellspublic void updateCells() Update all cellsCells are only created when needed and re-used when possible. 
 - 
computeMinHeightprotected double computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
- computeMinHeightin class- LabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
 
 - 
computeMaxHeightprotected double computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
- computeMaxHeightin class- LabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
 
 - 
computePrefHeightprotected double computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)- Overrides:
- computePrefHeightin class- LabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
 
 - 
layoutChildrenprotected void layoutChildren(double x, double y, double w, double h)- Overrides:
- layoutChildrenin class- LabeledSkinBase<impl.org.controlsfx.skin.GridRow<T>>
 
 
- 
 
-