public class GridPaginationHelper<T>
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.DoubleProperty |
cellHeight |
javafx.beans.property.DoubleProperty |
cellWidth |
javafx.beans.property.DoubleProperty |
horizontalCellSpacing |
javafx.beans.property.DoubleProperty |
verticalCellSpacing |
| Constructor and Description |
|---|
GridPaginationHelper(javafx.scene.control.Pagination pagination,
javafx.collections.ObservableList<T> items,
javafx.util.Callback<GridView<T>,GridCell<T>> gridCellFactory) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.DoubleProperty |
cellHeightProperty() |
javafx.beans.property.DoubleProperty |
cellWidthProperty() |
double |
getCellHeight()
Gets the value of the property cellHeight.
|
double |
getCellWidth()
Gets the value of the property cellWidth.
|
double |
getHorizontalCellSpacing()
Gets the value of the property horizontalCellSpacing.
|
double |
getVerticalCellSpacing()
Gets the value of the property verticalCellSpacing.
|
javafx.beans.property.DoubleProperty |
horizontalCellSpacingProperty() |
void |
setCellHeight(double value)
Sets the value of the property cellHeight.
|
void |
setCellWidth(double value)
Sets the value of the property cellWidth.
|
void |
setHorizontalCellSpacing(double value)
Sets the value of the property horizontalCellSpacing.
|
void |
setVerticalCellSpacing(double value)
Sets the value of the property verticalCellSpacing.
|
javafx.beans.property.DoubleProperty |
verticalCellSpacingProperty() |
public final javafx.beans.property.DoubleProperty horizontalCellSpacingProperty
public final javafx.beans.property.DoubleProperty verticalCellSpacingProperty
public final javafx.beans.property.DoubleProperty cellWidthProperty
getCellWidth(),
setCellWidth(double)public final javafx.beans.property.DoubleProperty cellHeightProperty
getCellHeight(),
setCellHeight(double)public void setHorizontalCellSpacing(double value)
public double getHorizontalCellSpacing()
public final javafx.beans.property.DoubleProperty horizontalCellSpacingProperty()
public void setVerticalCellSpacing(double value)
public double getVerticalCellSpacing()
public final javafx.beans.property.DoubleProperty verticalCellSpacingProperty()
public final javafx.beans.property.DoubleProperty cellWidthProperty()
getCellWidth(),
setCellWidth(double)public void setCellWidth(double value)
public double getCellWidth()
public final javafx.beans.property.DoubleProperty cellHeightProperty()
getCellHeight(),
setCellHeight(double)public void setCellHeight(double value)
public double getCellHeight()