Module VirtualizedFX
Class TableHelper.AbstractHelper
java.lang.Object
io.github.palexdev.virtualizedfx.table2.TableHelper.AbstractHelper
- All Implemented Interfaces:
TableHelper
- Direct Known Subclasses:
TableHelper.DefaultTableHelper
- Enclosing interface:
TableHelper
-
Property Summary
Properties -
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.palexdev.virtualizedfx.table2.TableHelper
TableHelper.AbstractHelper, TableHelper.DefaultTableHelper -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DoublePropertyprotected final DoublePropertyprotected final ViewportManager<?>protected final VirtualTable<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublebooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.palexdev.virtualizedfx.table2.TableHelper
columnsRange, computeEstimatedLength, dispose, firstRow, lastRow, layout, maxHScroll, maxRows, maxVScroll, rowsRange, xPosBinding, yPosBinding
-
Property Details
-
estimatedLength
- Specified by:
estimatedLengthPropertyin interfaceTableHelper- Returns:
- the
estimatedLengthproperty - See Also:
-
breadth
- Specified by:
breadthPropertyin interfaceTableHelper- Returns:
- the
breadthproperty - See Also:
-
-
Field Details
-
table
-
manager
-
estimatedLength
-
breadth
-
-
Constructor Details
-
AbstractHelper
-
-
Method Details
-
getViewportHeight
public double getViewportHeight() -
invalidatePos
public boolean invalidatePos()- Specified by:
invalidatePosin interfaceTableHelper
-
estimatedLengthProperty
- Specified by:
estimatedLengthPropertyin interfaceTableHelper- Returns:
- the
estimatedLengthproperty
-
breadthProperty
- Specified by:
breadthPropertyin interfaceTableHelper- Returns:
- the
breadthproperty
-