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