Class CardCell<T>

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

    public class CardCell<T>
    extends IndexedCell<T>

    Objects of this class represent a card in a CardPane. This class is typically used when setting the cell factory of a CardPane with CardPane.cellFactoryProperty().

    By default the CardCell accepts an object of a class that extends from Node as the item to be contained within it, or in case of an object from any other class, the text of the CardCell will be given by the Object.toString() implementation of that class.

    For more information refer to the CardPane documentation.

    Since:
    4.2.0
    See Also:
    CardPane
    • Constructor Detail

      • CardCell

        public CardCell()
        CardCell default constructor.