Class ChoiceBoxTreeTableCell<S,T>

java.lang.Object
Type Parameters:
S - The type of the TreeTableView generic type
T - The type of the elements contained within the TreeTableColumn.
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class ChoiceBoxTreeTableCell<S,T> extends TreeTableCell<S,T>
A class containing a TreeTableCell implementation that draws a ChoiceBox node inside the cell.

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

To create a ChoiceBoxTreeTableCell, it is necessary to provide zero or more items that will be shown to the user when the ChoiceBox menu is showing. These items must be of the same type as the TreeTableColumn.

Since:
JavaFX 8.0