Class TextFieldListCell<T>

  • Type Parameters:
    T - The type of the elements contained within the ListView.
    All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    public class TextFieldListCell<T>
    extends ListCell<T>
    A class containing a ListCell implementation that draws a TextField node inside the cell.

    By default, the TextFieldListCell 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 list cell.

    Since:
    JavaFX 2.2