Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableViewTreeTableViewFocusModelBuilder
Packages that use TreeTableViewTreeTableViewFocusModelBuilder
-
Uses of TreeTableViewTreeTableViewFocusModelBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableViewTreeTableViewFocusModelBuilderModifier and TypeMethodDescriptionTreeTableViewTreeTableViewFocusModelBuilder.apply
(Consumer<TreeTableView.TreeTableViewFocusModel<S>> func) Applies a function to the TreeTableViewFocusModel instance being constructed.static <S> TreeTableViewTreeTableViewFocusModelBuilder<S>
TreeTableViewTreeTableViewFocusModelBuilder.create
(TreeTableView<S> treeTableView) Accepts the constructor arguments ofTreeTableViewFocusModel(TreeTableView)
and returns an instance ofTreeTableViewTreeTableViewFocusModelBuilder<S>
.TreeTableViewTreeTableViewFocusModelBuilder.focusedCellPropertyApply
(Consumer<ReadOnlyObjectProperty<TreeTablePosition<S, ?>>> op) Applies a function to thefocusedCellProperty
of the instance being constructed.TreeTableViewTreeTableViewFocusModelBuilder.focusedIndexPropertyApply
(Consumer<ReadOnlyIntegerProperty> op) Applies a function to thefocusedIndexProperty
of the instance being constructed.TreeTableViewTreeTableViewFocusModelBuilder.focusedItemPropertyApply
(Consumer<ReadOnlyObjectProperty<TreeItem<S>>> op) Applies a function to thefocusedItemProperty
of the instance being constructed.