Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableColumnBuilder
Packages that use TreeTableColumnBuilder
-
Uses of TreeTableColumnBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableColumnBuilderModifier and TypeMethodDescriptionfinal TreeTableColumnBuilder<S,
T> TreeTableColumnBuilder.addColumns
(Collection<? extends TreeTableColumn<S, ?>> col) Calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getColumns()
method.final TreeTableColumnBuilder<S,
T> TreeTableColumnBuilder.addColumns
(TreeTableColumn<S, ?>... elements) Calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getColumns()
method.final TreeTableColumnBuilder<S,
T> TreeTableColumnBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getStyleClass()
method.final TreeTableColumnBuilder<S,
T> TreeTableColumnBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getStyleClass()
method.TreeTableColumnBuilder.apply
(Consumer<TreeTableColumn<S, T>> func) Applies a function to the TreeTableColumn instance being constructed.TreeTableColumnBuilder.cellFactory
(Callback<TreeTableColumn<S, T>, TreeTableCell<S, T>> value) A builder method that invokes thesetCellFactory
method on the instance being constructed.TreeTableColumnBuilder.cellFactoryPropertyApply
(Consumer<ObjectProperty<Callback<TreeTableColumn<S, T>, TreeTableCell<S, T>>>> op) Applies a function to thecellFactoryProperty
of the instance being constructed.TreeTableColumnBuilder.cellValueFactory
(Callback<TreeTableColumn.CellDataFeatures<S, T>, ObservableValue<T>> value) A builder method that invokes thesetCellValueFactory
method on the instance being constructed.TreeTableColumnBuilder.cellValueFactoryPropertyApply
(Consumer<ObjectProperty<Callback<TreeTableColumn.CellDataFeatures<S, T>, ObservableValue<T>>>> op) Applies a function to thecellValueFactoryProperty
of the instance being constructed.TreeTableColumnBuilder.comparator
(Comparator<T> value) A builder method that invokes thesetComparator
method on the instance being constructed.TreeTableColumnBuilder.comparatorPropertyApply
(Consumer<ObjectProperty<Comparator<T>>> op) Applies a function to thecomparatorProperty
of the instance being constructed.TreeTableColumnBuilder.contextMenu
(ContextMenu value) A builder method that invokes thesetContextMenu
method on the instance being constructed.TreeTableColumnBuilder.contextMenuPropertyApply
(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuProperty
of the instance being constructed.static <S,
T> TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.create()
Returns an instance of theTreeTableColumnBuilder<S, T>
.static <S,
T> TreeTableColumnBuilder<S, T> Accepts the constructor arguments ofTreeTableColumn(String)
and returns an instance ofTreeTableColumnBuilder<S, T>
.TreeTableColumnBuilder.editable
(boolean value) A builder method that invokes thesetEditable
method on the instance being constructed.TreeTableColumnBuilder.editablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theeditableProperty
of the instance being constructed.A builder method that invokes thesetGraphic
method on the instance being constructed.TreeTableColumnBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.TreeTableColumnBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.TreeTableColumnBuilder.maxWidth
(double value) A builder method that invokes thesetMaxWidth
method on the instance being constructed.TreeTableColumnBuilder.maxWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxWidthProperty
of the instance being constructed.TreeTableColumnBuilder.minWidth
(double value) A builder method that invokes thesetMinWidth
method on the instance being constructed.TreeTableColumnBuilder.minWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminWidthProperty
of the instance being constructed.TreeTableColumnBuilder.onEditCancel
(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditCancel
method on the instance being constructed.TreeTableColumnBuilder.onEditCancelPropertyApply
(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditCancelProperty
of the instance being constructed.TreeTableColumnBuilder.onEditCommit
(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditCommit
method on the instance being constructed.TreeTableColumnBuilder.onEditCommitPropertyApply
(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditCommitProperty
of the instance being constructed.TreeTableColumnBuilder.onEditStart
(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditStart
method on the instance being constructed.TreeTableColumnBuilder.onEditStartPropertyApply
(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditStartProperty
of the instance being constructed.TreeTableColumnBuilder.parentColumnPropertyApply
(Consumer<ReadOnlyObjectProperty<TableColumnBase<TreeItem<S>, ?>>> op) Applies a function to theparentColumnProperty
of the instance being constructed.TreeTableColumnBuilder.prefWidth
(double value) A builder method that invokes thesetPrefWidth
method on the instance being constructed.TreeTableColumnBuilder.prefWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefWidthProperty
of the instance being constructed.TreeTableColumnBuilder.reorderable
(boolean value) A builder method that invokes thesetReorderable
method on the instance being constructed.TreeTableColumnBuilder.reorderablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thereorderableProperty
of the instance being constructed.TreeTableColumnBuilder.resizable
(boolean value) A builder method that invokes thesetResizable
method on the instance being constructed.TreeTableColumnBuilder.resizablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theresizableProperty
of the instance being constructed.TreeTableColumnBuilder.sortable
(boolean value) A builder method that invokes thesetSortable
method on the instance being constructed.TreeTableColumnBuilder.sortablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thesortableProperty
of the instance being constructed.A builder method that invokes thesetSortNode
method on the instance being constructed.TreeTableColumnBuilder.sortNodePropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thesortNodeProperty
of the instance being constructed.TreeTableColumnBuilder.sortType
(TreeTableColumn.SortType value) A builder method that invokes thesetSortType
method on the instance being constructed.TreeTableColumnBuilder.sortTypePropertyApply
(Consumer<ObjectProperty<TreeTableColumn.SortType>> op) Applies a function to thesortTypeProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.TreeTableColumnBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.A builder method that invokes thesetText
method on the instance being constructed.TreeTableColumnBuilder.textPropertyApply
(Consumer<StringProperty> op) Applies a function to thetextProperty
of the instance being constructed.TreeTableColumnBuilder.treeTableViewPropertyApply
(Consumer<ReadOnlyObjectProperty<TreeTableView<S>>> op) Applies a function to thetreeTableViewProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.TreeTableColumnBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.TreeTableColumnBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.TreeTableColumnBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.static <S,
T> TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.withColumns
(Collection<? extends TreeTableColumn<S, ?>> col) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getColumns()
method.static <S,
T> TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.withColumns
(TreeTableColumn<S, ?>... elements) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theTreeTableColumn#getColumns()
method.