Class TextFieldTableCell<S,​T>

Type Parameters:
S - The type of the TableView generic type
T - The type of the elements contained within the TableColumn.
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class TextFieldTableCell<S,​T>
extends TableCell<S,​T>
A class containing a TableCell implementation that draws a TextField node inside the cell.

By default, the TextFieldTableCell is rendered as a Label when not being edited, and as a TextField when in editing mode. The TextField will, by default, stretch to fill the entire table cell.

Since:
JavaFX 2.2