Uses of Enum
org.fxmisc.flowless.VirtualFlow.Gravity
-
Uses of VirtualFlow.Gravity in org.fxmisc.flowless
Subclasses with type arguments of type VirtualFlow.Gravity in org.fxmisc.flowlessModifier and TypeClassDescriptionstatic enumDetermines how the cells in the viewport should be laid out and where any extra unused space should exist if there are not enough cells to completely fill up the viewportFields in org.fxmisc.flowless with type parameters of type VirtualFlow.GravityModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty<VirtualFlow.Gravity> Navigator.gravityprivate final javafx.css.StyleableObjectProperty<VirtualFlow.Gravity> VirtualFlow.gravityprivate static final javafx.css.CssMetaData<VirtualFlow, VirtualFlow.Gravity> VirtualFlow.GRAVITYMethods in org.fxmisc.flowless that return VirtualFlow.GravityModifier and TypeMethodDescriptionVirtualFlow.getGravity()Gets the value of thegravityproperty.static VirtualFlow.GravityReturns the enum constant of this type with the specified name.static VirtualFlow.Gravity[]VirtualFlow.Gravity.values()Returns an array containing the constants of this enum type, 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 bottomvoidVirtualFlow.setGravity(VirtualFlow.Gravity gravity) Sets the value of thegravityproperty.Constructors in org.fxmisc.flowless with parameters of type VirtualFlow.GravityModifierConstructorDescriptionprivateVirtualFlow(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)