Uses of Class
io.github.sosuisen.jfxbuilder.controls.ListViewBuilder
Packages that use ListViewBuilder
-
Uses of ListViewBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ListViewBuilderModifier and TypeMethodDescriptionListViewBuilder.accessibleHelp(String value) A builder method that invokes thesetAccessibleHelpmethod on the instance being constructed.ListViewBuilder.accessibleHelpPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleHelpPropertyof the instance being constructed.ListViewBuilder.accessibleRole(AccessibleRole value) A builder method that invokes thesetAccessibleRolemethod on the instance being constructed.ListViewBuilder.accessibleRoleDescription(String value) A builder method that invokes thesetAccessibleRoleDescriptionmethod on the instance being constructed.ListViewBuilder.accessibleRoleDescriptionPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleRoleDescriptionPropertyof the instance being constructed.ListViewBuilder.accessibleRolePropertyApply(Consumer<ObjectProperty<AccessibleRole>> op) Applies a function to theaccessibleRolePropertyof the instance being constructed.ListViewBuilder.accessibleText(String value) A builder method that invokes thesetAccessibleTextmethod on the instance being constructed.ListViewBuilder.accessibleTextPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleTextPropertyof the instance being constructed.final ListViewBuilder<T> ListViewBuilder.addItems(Collection<? extends T> col) Calls theaddAllmethod on the ObservableList returned by theListView#getItems()method.final ListViewBuilder<T> Calls theaddAllmethod on the ObservableList returned by theListView#getItems()method.final ListViewBuilder<T> ListViewBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theListView#getStyleClass()method.final ListViewBuilder<T> ListViewBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theListView#getStyleClass()method.final ListViewBuilder<T> ListViewBuilder.addStylesheets(String... elements) Calls theaddAllmethod on the ObservableList returned by theListView#getStylesheets()method.final ListViewBuilder<T> ListViewBuilder.addStylesheets(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theListView#getStylesheets()method.ListViewBuilder.addStylesheetsText(String css) Utility setter to add CSS string for this ListView's contents.final ListViewBuilder<T> ListViewBuilder.addTransforms(Collection<? extends Transform> col) Calls theaddAllmethod on the ObservableList returned by theListView#getTransforms()method.final ListViewBuilder<T> ListViewBuilder.addTransforms(Transform... elements) Calls theaddAllmethod on the ObservableList returned by theListView#getTransforms()method.ListViewBuilder.alignmentInBorderPane(Pos value) Invokes theBorderPane.setAlignment(Node, Pos)using a fluent API.ListViewBuilder.alignmentInStackPane(Pos value) Invokes theStackPane.setAlignment(Node, Pos)using a fluent API.ListViewBuilder.alignmentInTilePane(Pos value) Invokes theTilePane.setAlignment(Node, Pos)using a fluent API.Applies a function to the ListView instance being constructed.ListViewBuilder.background(Background value) A builder method that invokes thesetBackgroundmethod on the instance being constructed.ListViewBuilder.backgroundPropertyApply(Consumer<ObjectProperty<Background>> op) Applies a function to thebackgroundPropertyof the instance being constructed.A builder method that invokes thesetBlendModemethod on the instance being constructed.ListViewBuilder.blendModePropertyApply(Consumer<ObjectProperty<BlendMode>> op) Applies a function to theblendModePropertyof the instance being constructed.A builder method that invokes thesetBordermethod on the instance being constructed.ListViewBuilder.borderPropertyApply(Consumer<ObjectProperty<Border>> op) Applies a function to theborderPropertyof the instance being constructed.ListViewBuilder.bottomAnchorInAnchorPane(Double value) Invokes theAnchorPane.setBottomAnchor(Node, Double)using a fluent API.ListViewBuilder.boundsInLocalPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInLocalPropertyof the instance being constructed.ListViewBuilder.boundsInParentPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInParentPropertyof the instance being constructed.ListViewBuilder.cache(boolean value) A builder method that invokes thesetCachemethod on the instance being constructed.A builder method that invokes thesetCacheHintmethod on the instance being constructed.ListViewBuilder.cacheHintPropertyApply(Consumer<ObjectProperty<CacheHint>> op) Applies a function to thecacheHintPropertyof the instance being constructed.ListViewBuilder.cachePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecachePropertyof the instance being constructed.ListViewBuilder.cacheShape(boolean value) A builder method that invokes thesetCacheShapemethod on the instance being constructed.ListViewBuilder.cacheShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecacheShapePropertyof the instance being constructed.A builder method that invokes thesetCellFactorymethod on the instance being constructed.ListViewBuilder.cellFactoryPropertyApply(Consumer<ObjectProperty<Callback<ListView<T>, ListCell<T>>>> op) Applies a function to thecellFactoryPropertyof the instance being constructed.ListViewBuilder.centerShape(boolean value) A builder method that invokes thesetCenterShapemethod on the instance being constructed.ListViewBuilder.centerShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecenterShapePropertyof the instance being constructed.A builder method that invokes thesetClipmethod on the instance being constructed.ListViewBuilder.clipPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to theclipPropertyof the instance being constructed.ListViewBuilder.columnIndexInGridPane(Integer value) Invokes theGridPane.setColumnIndex(Node, Integer)using a fluent API.ListViewBuilder.columnSpanInGridPane(Integer value) Invokes theGridPane.setColumnSpan(Node, Integer)using a fluent API.ListViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex) Invokes theGridPane.setConstraints(Node, int, int)using a fluent API.ListViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan) Invokes theGridPane.setConstraints(Node, int, int, int, int)using a fluent API.ListViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos)using a fluent API.ListViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority)using a fluent API.ListViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority, Insets)using a fluent API.ListViewBuilder.contextMenu(ContextMenu value) A builder method that invokes thesetContextMenumethod on the instance being constructed.ListViewBuilder.contextMenuPropertyApply(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuPropertyof the instance being constructed.static <T> ListViewBuilder<T> ListViewBuilder.create()Returns an instance of theListViewBuilder<T>.static <T> ListViewBuilder<T> ListViewBuilder.create(ObservableList<T> items) Accepts the constructor arguments ofListView(ObservableList)and returns an instance ofListViewBuilder<T>.A builder method that invokes thesetCursormethod on the instance being constructed.ListViewBuilder.cursorPropertyApply(Consumer<ObjectProperty<Cursor>> op) Applies a function to thecursorPropertyof the instance being constructed.A builder method that invokes thesetDepthTestmethod on the instance being constructed.ListViewBuilder.depthTestPropertyApply(Consumer<ObjectProperty<DepthTest>> op) Applies a function to thedepthTestPropertyof the instance being constructed.ListViewBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.ListViewBuilder.disabledPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledPropertyof the instance being constructed.ListViewBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.ListViewBuilder.editable(boolean value) A builder method that invokes thesetEditablemethod on the instance being constructed.ListViewBuilder.editablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theeditablePropertyof the instance being constructed.ListViewBuilder.editingIndexPropertyApply(Consumer<ReadOnlyIntegerProperty> op) Applies a function to theeditingIndexPropertyof the instance being constructed.A builder method that invokes thesetEffectmethod on the instance being constructed.ListViewBuilder.effectiveNodeOrientationPropertyApply(Consumer<ReadOnlyObjectProperty<NodeOrientation>> op) Applies a function to theeffectiveNodeOrientationPropertyof the instance being constructed.ListViewBuilder.effectPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theeffectPropertyof the instance being constructed.ListViewBuilder.eventDispatcher(EventDispatcher value) A builder method that invokes thesetEventDispatchermethod on the instance being constructed.ListViewBuilder.eventDispatcherPropertyApply(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherPropertyof the instance being constructed.ListViewBuilder.fillHeightInGridPane(Boolean value) Invokes theGridPane.setFillHeight(Node, Boolean)using a fluent API.ListViewBuilder.fillWidthInGridPane(Boolean value) Invokes theGridPane.setFillWidth(Node, Boolean)using a fluent API.ListViewBuilder.fixedCellSize(double value) A builder method that invokes thesetFixedCellSizemethod on the instance being constructed.ListViewBuilder.fixedCellSizePropertyApply(Consumer<DoubleProperty> op) Applies a function to thefixedCellSizePropertyof the instance being constructed.ListViewBuilder.focusedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedPropertyof the instance being constructed.ListViewBuilder.focusModel(FocusModel<T> value) A builder method that invokes thesetFocusModelmethod on the instance being constructed.ListViewBuilder.focusModelPropertyApply(Consumer<ObjectProperty<FocusModel<T>>> op) Applies a function to thefocusModelPropertyof the instance being constructed.ListViewBuilder.focusTraversable(boolean value) A builder method that invokes thesetFocusTraversablemethod on the instance being constructed.ListViewBuilder.focusTraversablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thefocusTraversablePropertyof the instance being constructed.ListViewBuilder.focusVisiblePropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusVisiblePropertyof the instance being constructed.ListViewBuilder.focusWithinPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusWithinPropertyof the instance being constructed.ListViewBuilder.hAlignmentInGridPane(HPos value) Invokes theGridPane.setHalignment(Node, HPos)using a fluent API.ListViewBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.ListViewBuilder.hGrowInGridPane(Priority value) Invokes theGridPane.setHgrow(Node, Priority)using a fluent API.ListViewBuilder.hGrowInHBox(Priority value) Invokes theHBox.setHgrow(Node, Priority)using a fluent API.ListViewBuilder.hoverPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thehoverPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.ListViewBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.ListViewBuilder.inputMethodRequests(InputMethodRequests value) A builder method that invokes thesetInputMethodRequestsmethod on the instance being constructed.ListViewBuilder.inputMethodRequestsPropertyApply(Consumer<ObjectProperty<InputMethodRequests>> op) Applies a function to theinputMethodRequestsPropertyof the instance being constructed.ListViewBuilder.insetsPropertyApply(Consumer<ReadOnlyObjectProperty<Insets>> op) Applies a function to theinsetsPropertyof the instance being constructed.ListViewBuilder.items(ObservableList<T> value) A builder method that invokes thesetItemsmethod on the instance being constructed.ListViewBuilder.itemsPropertyApply(Consumer<ObjectProperty<ObservableList<T>>> op) Applies a function to theitemsPropertyof the instance being constructed.ListViewBuilder.layoutBoundsPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to thelayoutBoundsPropertyof the instance being constructed.ListViewBuilder.layoutX(double value) A builder method that invokes thesetLayoutXmethod on the instance being constructed.ListViewBuilder.layoutXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutXPropertyof the instance being constructed.ListViewBuilder.layoutY(double value) A builder method that invokes thesetLayoutYmethod on the instance being constructed.ListViewBuilder.layoutYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutYPropertyof the instance being constructed.ListViewBuilder.leftAnchorInAnchorPane(Double value) Invokes theAnchorPane.setLeftAnchor(Node, Double)using a fluent API.ListViewBuilder.localToParentTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToParentTransformPropertyof the instance being constructed.ListViewBuilder.localToSceneTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToSceneTransformPropertyof the instance being constructed.ListViewBuilder.managed(boolean value) A builder method that invokes thesetManagedmethod on the instance being constructed.ListViewBuilder.managedPropertyApply(Consumer<BooleanProperty> op) Applies a function to themanagedPropertyof the instance being constructed.ListViewBuilder.marginInBorderPane(Insets value) Invokes theBorderPane.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInFlowPane(Insets value) Invokes theFlowPane.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInGridPane(Insets value) Invokes theGridPane.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInHBox(Insets value) Invokes theHBox.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInStackPane(Insets value) Invokes theStackPane.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInTilePane(Insets value) Invokes theTilePane.setMargin(Node, Insets)using a fluent API.ListViewBuilder.marginInVBox(Insets value) Invokes theVBox.setMargin(Node, Insets)using a fluent API.ListViewBuilder.maxHeight(double value) A builder method that invokes thesetMaxHeightmethod on the instance being constructed.ListViewBuilder.maxHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxHeightPropertyof the instance being constructed.ListViewBuilder.maxSize(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSizemethod on the instance being constructed.ListViewBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.ListViewBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.ListViewBuilder.minHeight(double value) A builder method that invokes thesetMinHeightmethod on the instance being constructed.ListViewBuilder.minHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminHeightPropertyof the instance being constructed.ListViewBuilder.minSize(double minWidth, double minHeight) A builder method that invokes thesetMinSizemethod on the instance being constructed.ListViewBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.ListViewBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.ListViewBuilder.mouseTransparent(boolean value) A builder method that invokes thesetMouseTransparentmethod on the instance being constructed.ListViewBuilder.mouseTransparentPropertyApply(Consumer<BooleanProperty> op) Applies a function to themouseTransparentPropertyof the instance being constructed.ListViewBuilder.needsLayoutPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theneedsLayoutPropertyof the instance being constructed.ListViewBuilder.nodeOrientation(NodeOrientation orientation) A builder method that invokes thesetNodeOrientationmethod on the instance being constructed.ListViewBuilder.nodeOrientationPropertyApply(Consumer<ObjectProperty<NodeOrientation>> op) Applies a function to thenodeOrientationPropertyof the instance being constructed.ListViewBuilder.onContextMenuRequested(EventHandler<? super ContextMenuEvent> value) A builder method that invokes thesetOnContextMenuRequestedmethod on the instance being constructed.ListViewBuilder.onContextMenuRequestedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ContextMenuEvent>>> op) Applies a function to theonContextMenuRequestedPropertyof the instance being constructed.ListViewBuilder.onDragDetected(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnDragDetectedmethod on the instance being constructed.ListViewBuilder.onDragDetectedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonDragDetectedPropertyof the instance being constructed.ListViewBuilder.onDragDone(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDonemethod on the instance being constructed.ListViewBuilder.onDragDonePropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDonePropertyof the instance being constructed.ListViewBuilder.onDragDropped(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDroppedmethod on the instance being constructed.ListViewBuilder.onDragDroppedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDroppedPropertyof the instance being constructed.ListViewBuilder.onDragEntered(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragEnteredmethod on the instance being constructed.ListViewBuilder.onDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragEnteredPropertyof the instance being constructed.ListViewBuilder.onDragExited(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragExitedmethod on the instance being constructed.ListViewBuilder.onDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragExitedPropertyof the instance being constructed.ListViewBuilder.onDragOver(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragOvermethod on the instance being constructed.ListViewBuilder.onDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragOverPropertyof the instance being constructed.ListViewBuilder.onEditCancel(EventHandler<ListView.EditEvent<T>> value) A builder method that invokes thesetOnEditCancelmethod on the instance being constructed.ListViewBuilder.onEditCancelPropertyApply(Consumer<ObjectProperty<EventHandler<ListView.EditEvent<T>>>> op) Applies a function to theonEditCancelPropertyof the instance being constructed.ListViewBuilder.onEditCommit(EventHandler<ListView.EditEvent<T>> value) A builder method that invokes thesetOnEditCommitmethod on the instance being constructed.ListViewBuilder.onEditCommitPropertyApply(Consumer<ObjectProperty<EventHandler<ListView.EditEvent<T>>>> op) Applies a function to theonEditCommitPropertyof the instance being constructed.ListViewBuilder.onEditStart(EventHandler<ListView.EditEvent<T>> value) A builder method that invokes thesetOnEditStartmethod on the instance being constructed.ListViewBuilder.onEditStartPropertyApply(Consumer<ObjectProperty<EventHandler<ListView.EditEvent<T>>>> op) Applies a function to theonEditStartPropertyof the instance being constructed.ListViewBuilder.onInputMethodTextChanged(EventHandler<? super InputMethodEvent> value) A builder method that invokes thesetOnInputMethodTextChangedmethod on the instance being constructed.ListViewBuilder.onInputMethodTextChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super InputMethodEvent>>> op) Applies a function to theonInputMethodTextChangedPropertyof the instance being constructed.ListViewBuilder.onKeyPressed(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyPressedmethod on the instance being constructed.ListViewBuilder.onKeyPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyPressedPropertyof the instance being constructed.ListViewBuilder.onKeyReleased(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyReleasedmethod on the instance being constructed.ListViewBuilder.onKeyReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyReleasedPropertyof the instance being constructed.ListViewBuilder.onKeyTyped(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyTypedmethod on the instance being constructed.ListViewBuilder.onKeyTypedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyTypedPropertyof the instance being constructed.ListViewBuilder.onMouseClicked(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseClickedmethod on the instance being constructed.ListViewBuilder.onMouseClickedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseClickedPropertyof the instance being constructed.ListViewBuilder.onMouseDragEntered(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragEnteredmethod on the instance being constructed.ListViewBuilder.onMouseDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragEnteredPropertyof the instance being constructed.ListViewBuilder.onMouseDragExited(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragExitedmethod on the instance being constructed.ListViewBuilder.onMouseDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragExitedPropertyof the instance being constructed.ListViewBuilder.onMouseDragged(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseDraggedmethod on the instance being constructed.ListViewBuilder.onMouseDraggedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseDraggedPropertyof the instance being constructed.ListViewBuilder.onMouseDragOver(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragOvermethod on the instance being constructed.ListViewBuilder.onMouseDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragOverPropertyof the instance being constructed.ListViewBuilder.onMouseDragReleased(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragReleasedmethod on the instance being constructed.ListViewBuilder.onMouseDragReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragReleasedPropertyof the instance being constructed.ListViewBuilder.onMouseEntered(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseEnteredmethod on the instance being constructed.ListViewBuilder.onMouseEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseEnteredPropertyof the instance being constructed.ListViewBuilder.onMouseExited(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseExitedmethod on the instance being constructed.ListViewBuilder.onMouseExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseExitedPropertyof the instance being constructed.ListViewBuilder.onMouseMoved(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseMovedmethod on the instance being constructed.ListViewBuilder.onMouseMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseMovedPropertyof the instance being constructed.ListViewBuilder.onMousePressed(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMousePressedmethod on the instance being constructed.ListViewBuilder.onMousePressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMousePressedPropertyof the instance being constructed.ListViewBuilder.onMouseReleased(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseReleasedmethod on the instance being constructed.ListViewBuilder.onMouseReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseReleasedPropertyof the instance being constructed.ListViewBuilder.onRotate(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotatemethod on the instance being constructed.ListViewBuilder.onRotatePropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotatePropertyof the instance being constructed.ListViewBuilder.onRotationFinished(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationFinishedmethod on the instance being constructed.ListViewBuilder.onRotationFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationFinishedPropertyof the instance being constructed.ListViewBuilder.onRotationStarted(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationStartedmethod on the instance being constructed.ListViewBuilder.onRotationStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationStartedPropertyof the instance being constructed.ListViewBuilder.onScroll(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollmethod on the instance being constructed.ListViewBuilder.onScrollFinished(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollFinishedmethod on the instance being constructed.ListViewBuilder.onScrollFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollFinishedPropertyof the instance being constructed.ListViewBuilder.onScrollPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollPropertyof the instance being constructed.ListViewBuilder.onScrollStarted(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollStartedmethod on the instance being constructed.ListViewBuilder.onScrollStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollStartedPropertyof the instance being constructed.ListViewBuilder.onScrollTo(EventHandler<ScrollToEvent<Integer>> value) A builder method that invokes thesetOnScrollTomethod on the instance being constructed.ListViewBuilder.onScrollToPropertyApply(Consumer<ObjectProperty<EventHandler<ScrollToEvent<Integer>>>> op) Applies a function to theonScrollToPropertyof the instance being constructed.ListViewBuilder.onSwipeDown(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeDownmethod on the instance being constructed.ListViewBuilder.onSwipeDownPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeDownPropertyof the instance being constructed.ListViewBuilder.onSwipeLeft(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeLeftmethod on the instance being constructed.ListViewBuilder.onSwipeLeftPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeLeftPropertyof the instance being constructed.ListViewBuilder.onSwipeRight(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeRightmethod on the instance being constructed.ListViewBuilder.onSwipeRightPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeRightPropertyof the instance being constructed.ListViewBuilder.onSwipeUp(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeUpmethod on the instance being constructed.ListViewBuilder.onSwipeUpPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeUpPropertyof the instance being constructed.ListViewBuilder.onTouchMoved(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchMovedmethod on the instance being constructed.ListViewBuilder.onTouchMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchMovedPropertyof the instance being constructed.ListViewBuilder.onTouchPressed(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchPressedmethod on the instance being constructed.ListViewBuilder.onTouchPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchPressedPropertyof the instance being constructed.ListViewBuilder.onTouchReleased(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchReleasedmethod on the instance being constructed.ListViewBuilder.onTouchReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchReleasedPropertyof the instance being constructed.ListViewBuilder.onTouchStationary(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchStationarymethod on the instance being constructed.ListViewBuilder.onTouchStationaryPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchStationaryPropertyof the instance being constructed.ListViewBuilder.onZoom(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoommethod on the instance being constructed.ListViewBuilder.onZoomFinished(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomFinishedmethod on the instance being constructed.ListViewBuilder.onZoomFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomFinishedPropertyof the instance being constructed.ListViewBuilder.onZoomPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomPropertyof the instance being constructed.ListViewBuilder.onZoomStarted(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomStartedmethod on the instance being constructed.ListViewBuilder.onZoomStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomStartedPropertyof the instance being constructed.ListViewBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.ListViewBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.ListViewBuilder.opaqueInsets(Insets value) A builder method that invokes thesetOpaqueInsetsmethod on the instance being constructed.ListViewBuilder.opaqueInsetsPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to theopaqueInsetsPropertyof the instance being constructed.ListViewBuilder.orientation(Orientation value) A builder method that invokes thesetOrientationmethod on the instance being constructed.ListViewBuilder.orientationPropertyApply(Consumer<ObjectProperty<Orientation>> op) Applies a function to theorientationPropertyof the instance being constructed.A builder method that invokes thesetPaddingmethod on the instance being constructed.ListViewBuilder.paddingPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to thepaddingPropertyof the instance being constructed.ListViewBuilder.parentPropertyApply(Consumer<ReadOnlyObjectProperty<Parent>> op) Applies a function to theparentPropertyof the instance being constructed.ListViewBuilder.pickOnBounds(boolean value) A builder method that invokes thesetPickOnBoundsmethod on the instance being constructed.ListViewBuilder.pickOnBoundsPropertyApply(Consumer<BooleanProperty> op) Applies a function to thepickOnBoundsPropertyof the instance being constructed.ListViewBuilder.placeholder(Node value) A builder method that invokes thesetPlaceholdermethod on the instance being constructed.ListViewBuilder.placeholderPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to theplaceholderPropertyof the instance being constructed.ListViewBuilder.prefHeight(double value) A builder method that invokes thesetPrefHeightmethod on the instance being constructed.ListViewBuilder.prefHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefHeightPropertyof the instance being constructed.ListViewBuilder.prefSize(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSizemethod on the instance being constructed.ListViewBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.ListViewBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.ListViewBuilder.pressedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thepressedPropertyof the instance being constructed.ListViewBuilder.rightAnchorInAnchorPane(Double value) Invokes theAnchorPane.setRightAnchor(Node, Double)using a fluent API.ListViewBuilder.rotate(double value) A builder method that invokes thesetRotatemethod on the instance being constructed.ListViewBuilder.rotatePropertyApply(Consumer<DoubleProperty> op) Applies a function to therotatePropertyof the instance being constructed.ListViewBuilder.rotationAxis(Point3D value) A builder method that invokes thesetRotationAxismethod on the instance being constructed.ListViewBuilder.rotationAxisPropertyApply(Consumer<ObjectProperty<Point3D>> op) Applies a function to therotationAxisPropertyof the instance being constructed.ListViewBuilder.rowIndexInGridPane(Integer value) Invokes theGridPane.setRowIndex(Node, Integer)using a fluent API.ListViewBuilder.rowSpanInGridPane(Integer value) Invokes theGridPane.setRowSpan(Node, Integer)using a fluent API.ListViewBuilder.scaleShape(boolean value) A builder method that invokes thesetScaleShapemethod on the instance being constructed.ListViewBuilder.scaleShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thescaleShapePropertyof the instance being constructed.ListViewBuilder.scaleX(double value) A builder method that invokes thesetScaleXmethod on the instance being constructed.ListViewBuilder.scaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleXPropertyof the instance being constructed.ListViewBuilder.scaleY(double value) A builder method that invokes thesetScaleYmethod on the instance being constructed.ListViewBuilder.scaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleYPropertyof the instance being constructed.ListViewBuilder.scaleZ(double value) A builder method that invokes thesetScaleZmethod on the instance being constructed.ListViewBuilder.scaleZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleZPropertyof the instance being constructed.ListViewBuilder.scenePropertyApply(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thescenePropertyof the instance being constructed.ListViewBuilder.selectionModel(MultipleSelectionModel<T> value) A builder method that invokes thesetSelectionModelmethod on the instance being constructed.ListViewBuilder.selectionModelPropertyApply(Consumer<ObjectProperty<MultipleSelectionModel<T>>> op) Applies a function to theselectionModelPropertyof the instance being constructed.A builder method that invokes thesetShapemethod on the instance being constructed.ListViewBuilder.shapePropertyApply(Consumer<ObjectProperty<Shape>> op) Applies a function to theshapePropertyof the instance being constructed.A builder method that invokes thesetSkinmethod on the instance being constructed.ListViewBuilder.skinPropertyApply(Consumer<ObjectProperty<Skin<?>>> op) Applies a function to theskinPropertyof the instance being constructed.ListViewBuilder.snapToPixel(boolean value) A builder method that invokes thesetSnapToPixelmethod on the instance being constructed.ListViewBuilder.snapToPixelPropertyApply(Consumer<BooleanProperty> op) Applies a function to thesnapToPixelPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.ListViewBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTooltipmethod on the instance being constructed.ListViewBuilder.tooltipPropertyApply(Consumer<ObjectProperty<Tooltip>> op) Applies a function to thetooltipPropertyof the instance being constructed.ListViewBuilder.topAnchorInAnchorPane(Double value) Invokes theAnchorPane.setTopAnchor(Node, Double)using a fluent API.ListViewBuilder.translateX(double value) A builder method that invokes thesetTranslateXmethod on the instance being constructed.ListViewBuilder.translateXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateXPropertyof the instance being constructed.ListViewBuilder.translateY(double value) A builder method that invokes thesetTranslateYmethod on the instance being constructed.ListViewBuilder.translateYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateYPropertyof the instance being constructed.ListViewBuilder.translateZ(double value) A builder method that invokes thesetTranslateZmethod on the instance being constructed.ListViewBuilder.translateZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateZPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.ListViewBuilder.vAlignmentInGridPane(VPos value) Invokes theGridPane.setValignment(Node, VPos)using a fluent API.ListViewBuilder.vGrowInGridPane(Priority value) Invokes theGridPane.setVgrow(Node, Priority)using a fluent API.ListViewBuilder.vGrowInVBox(Priority value) Invokes theVBox.setVgrow(Node, Priority)using a fluent API.ListViewBuilder.viewOrder(double value) A builder method that invokes thesetViewOrdermethod on the instance being constructed.ListViewBuilder.viewOrderPropertyApply(Consumer<DoubleProperty> op) Applies a function to theviewOrderPropertyof the instance being constructed.ListViewBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.ListViewBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.ListViewBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.static <T> ListViewBuilder<T> ListViewBuilder.withItems(Collection<? extends T> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theListView#getItems()method.static <T> ListViewBuilder<T> ListViewBuilder.withItems(T... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theListView#getItems()method.