Java javafx.scene.control TableColumn fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control TableColumn fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control TableColumn.

The text is from its open source code.

Subclass

javafx.scene.control.TableColumn has subclasses.
Click this link to see all its subclasses.

Constructor

TableColumn(String text)
Creates a TableColumn with the text set to the provided string, with default cell factory, comparator, and onEditCommit implementation.
TableColumn()
Creates a default TableColumn with default cell factory, comparator, and onEditCommit implementation.

Method

ObjectProperty,ObservableValue>>cellValueFactoryProperty()
EventType>editCommitEvent()
Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data.
Callback,TableCell>getCellFactory()
ObservableValuegetCellObservableValue(int index)
ObservableValuegetCellObservableValue(S item)
Callback,ObservableValue>getCellValueFactory()
ObservableList>getColumns()
SortTypegetSortType()
voidsetCellFactory(Callback, TableCell> value)
voidsetCellValueFactory(Callback, ObservableValue> value)
voidsetOnEditCommit(EventHandler> value)
voidsetSortType(SortType value)