Uses of Enum Class
org.fxmisc.flowless.VirtualFlow.Gravity
-
Uses of VirtualFlow.Gravity in org.fxmisc.flowless
Fields in org.fxmisc.flowless with type parameters of type VirtualFlow.GravityModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty
<VirtualFlow.Gravity> Navigator.gravity
private final javafx.css.StyleableObjectProperty
<VirtualFlow.Gravity> VirtualFlow.gravity
private static final javafx.css.CssMetaData
<VirtualFlow, VirtualFlow.Gravity> VirtualFlow.GRAVITY
Methods in org.fxmisc.flowless that return VirtualFlow.GravityModifier and TypeMethodDescriptionVirtualFlow.getGravity()
Gets the value of thegravity
property.static VirtualFlow.Gravity
Returns the enum constant of this class with the specified name.static VirtualFlow.Gravity[]
VirtualFlow.Gravity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fxmisc.flowless that return types with arguments of type VirtualFlow.GravityModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<VirtualFlow.Gravity> VirtualFlow.gravityProperty()
The gravity of the virtual flow.Methods in org.fxmisc.flowless with parameters of type VirtualFlow.GravityModifier and TypeMethodDescriptionstatic <T,
C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createHorizontal
(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, VirtualFlow.Gravity gravity) Creates a viewport that lays out content horizontallystatic <T,
C extends Cell<T, ?>>
VirtualFlow<T, C> VirtualFlow.createVertical
(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, VirtualFlow.Gravity gravity) Creates a viewport that lays out content vertically from top to bottomvoid
VirtualFlow.setGravity
(VirtualFlow.Gravity gravity) Sets the value of thegravity
property.Constructors in org.fxmisc.flowless with parameters of type VirtualFlow.GravityModifierConstructorDescriptionprivate
VirtualFlow
(javafx.collections.ObservableList<T> items, Function<? super T, ? extends C> cellFactory, OrientationHelper orientation, VirtualFlow.Gravity gravity) Constructor parameters in org.fxmisc.flowless with type arguments of type VirtualFlow.GravityModifierConstructorDescriptionNavigator
(CellListManager<T, C> cellListManager, CellPositioner<T, C> positioner, OrientationHelper orientation, javafx.beans.property.ObjectProperty<VirtualFlow.Gravity> gravity, SizeTracker sizeTracker)