Class DateCell

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class DateCell extends Cell<LocalDate>
DateCell is used by DatePicker to render the individual grid cells in the calendar month. By providing a dayCellFactory, an application can provide an update method to change each cell's properties such as text, background color, etc.
Since:
JavaFX 8.0