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