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 theaddAllmethod on the ObservableList returned by theTreeTableColumn#getColumns()method.final TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.addColumns(TreeTableColumn<S, ?>... elements) Calls theaddAllmethod on the ObservableList returned by theTreeTableColumn#getColumns()method.final TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theTreeTableColumn#getStyleClass()method.final TreeTableColumnBuilder<S, T> TreeTableColumnBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod 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 thesetCellFactorymethod on the instance being constructed.TreeTableColumnBuilder.cellFactoryPropertyApply(Consumer<ObjectProperty<Callback<TreeTableColumn<S, T>, TreeTableCell<S, T>>>> op) Applies a function to thecellFactoryPropertyof the instance being constructed.TreeTableColumnBuilder.cellValueFactory(Callback<TreeTableColumn.CellDataFeatures<S, T>, ObservableValue<T>> value) A builder method that invokes thesetCellValueFactorymethod on the instance being constructed.TreeTableColumnBuilder.cellValueFactoryPropertyApply(Consumer<ObjectProperty<Callback<TreeTableColumn.CellDataFeatures<S, T>, ObservableValue<T>>>> op) Applies a function to thecellValueFactoryPropertyof the instance being constructed.TreeTableColumnBuilder.comparator(Comparator<T> value) A builder method that invokes thesetComparatormethod on the instance being constructed.TreeTableColumnBuilder.comparatorPropertyApply(Consumer<ObjectProperty<Comparator<T>>> op) Applies a function to thecomparatorPropertyof the instance being constructed.TreeTableColumnBuilder.contextMenu(ContextMenu value) A builder method that invokes thesetContextMenumethod on the instance being constructed.TreeTableColumnBuilder.contextMenuPropertyApply(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuPropertyof 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 thesetEditablemethod on the instance being constructed.TreeTableColumnBuilder.editablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theeditablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.TreeTableColumnBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.TreeTableColumnBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.TreeTableColumnBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.TreeTableColumnBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.TreeTableColumnBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.TreeTableColumnBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.TreeTableColumnBuilder.onEditCancel(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditCancelmethod on the instance being constructed.TreeTableColumnBuilder.onEditCancelPropertyApply(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditCancelPropertyof the instance being constructed.TreeTableColumnBuilder.onEditCommit(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditCommitmethod on the instance being constructed.TreeTableColumnBuilder.onEditCommitPropertyApply(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditCommitPropertyof the instance being constructed.TreeTableColumnBuilder.onEditStart(EventHandler<TreeTableColumn.CellEditEvent<S, T>> value) A builder method that invokes thesetOnEditStartmethod on the instance being constructed.TreeTableColumnBuilder.onEditStartPropertyApply(Consumer<ObjectProperty<EventHandler<TreeTableColumn.CellEditEvent<S, T>>>> op) Applies a function to theonEditStartPropertyof the instance being constructed.TreeTableColumnBuilder.parentColumnPropertyApply(Consumer<ReadOnlyObjectProperty<TableColumnBase<TreeItem<S>, ?>>> op) Applies a function to theparentColumnPropertyof the instance being constructed.TreeTableColumnBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.TreeTableColumnBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.TreeTableColumnBuilder.reorderable(boolean value) A builder method that invokes thesetReorderablemethod on the instance being constructed.TreeTableColumnBuilder.reorderablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thereorderablePropertyof the instance being constructed.TreeTableColumnBuilder.resizable(boolean value) A builder method that invokes thesetResizablemethod on the instance being constructed.TreeTableColumnBuilder.resizablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theresizablePropertyof the instance being constructed.TreeTableColumnBuilder.sortable(boolean value) A builder method that invokes thesetSortablemethod on the instance being constructed.TreeTableColumnBuilder.sortablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thesortablePropertyof the instance being constructed.A builder method that invokes thesetSortNodemethod on the instance being constructed.TreeTableColumnBuilder.sortNodePropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thesortNodePropertyof the instance being constructed.TreeTableColumnBuilder.sortType(TreeTableColumn.SortType value) A builder method that invokes thesetSortTypemethod on the instance being constructed.TreeTableColumnBuilder.sortTypePropertyApply(Consumer<ObjectProperty<TreeTableColumn.SortType>> op) Applies a function to thesortTypePropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.TreeTableColumnBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.TreeTableColumnBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.TreeTableColumnBuilder.treeTableViewPropertyApply(Consumer<ReadOnlyObjectProperty<TreeTableView<S>>> op) Applies a function to thetreeTableViewPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.TreeTableColumnBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.TreeTableColumnBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.TreeTableColumnBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof 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 theaddAllmethod 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 theaddAllmethod on the ObservableList returned by theTreeTableColumn#getColumns()method.