javafx.beans.property.ObjectProperty<Map<ChronoUnit,javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>>>> |
DurationPicker.cellFactoriesProperty() |
The cell factory used by the segment that displays the hours.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<Integer,Integer>,SegmentCell<Integer>>> |
IntegerPicker.cellFactoryProperty() |
Stores a cell factory used for the segments that are created by the skin of the picker.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<T,T>,SegmentCell<T>>> |
ItemPicker.cellFactoryProperty() |
The cell factory for this picker.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<T,S>,SegmentCell<S>>> |
Segment.cellFactoryProperty() |
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalDate,Integer>,SegmentCell<Integer>>> |
LocalDatePicker.dayCellFactoryProperty() |
The cell factory used by the {@see Segment} that will display the day of month.
|
Map<ChronoUnit,javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>>> |
DurationPicker.getCellFactories() |
Gets the value of the property cellFactories.
|
javafx.util.Callback<Segment<Integer,Integer>,SegmentCell<Integer>> |
IntegerPicker.getCellFactory() |
Gets the value of the property cellFactory.
|
javafx.util.Callback<Segment<T,T>,SegmentCell<T>> |
ItemPicker.getCellFactory() |
Gets the value of the property cellFactory.
|
javafx.util.Callback<Segment<T,S>,SegmentCell<S>> |
Segment.getCellFactory() |
Gets the value of the property cellFactory.
|
javafx.util.Callback<Segment<LocalDate,Integer>,SegmentCell<Integer>> |
LocalDatePicker.getDayCellFactory() |
Gets the value of the property dayCellFactory.
|
javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>> |
LocalTimePicker.getHourCellFactory() |
Gets the value of the property hourCellFactory.
|
javafx.util.Callback<Segment<LocalTime,LocalTimePicker.Meridiem>,SegmentCell<LocalTimePicker.Meridiem>> |
LocalTimePicker.getMeridiemCellFactory() |
Gets the value of the property meridiemCellFactory.
|
javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>> |
LocalTimePicker.getMinuteCellFactory() |
Gets the value of the property minuteCellFactory.
|
javafx.util.Callback<Segment<LocalDate,Month>,SegmentCell<Month>> |
LocalDatePicker.getMonthCellFactory() |
Gets the value of the property monthCellFactory.
|
javafx.util.Callback<Segment<LocalDate,Integer>,SegmentCell<Integer>> |
LocalDatePicker.getYearCellFactory() |
Gets the value of the property yearCellFactory.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>>> |
LocalTimePicker.hourCellFactoryProperty() |
The cell factory used by the segment that displays the hours.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalTime,LocalTimePicker.Meridiem>,SegmentCell<LocalTimePicker.Meridiem>>> |
LocalTimePicker.meridiemCellFactoryProperty() |
The cell factory used by the segment that displays the meridiem ("AM", "PM").
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalTime,Integer>,SegmentCell<Integer>>> |
LocalTimePicker.minuteCellFactoryProperty() |
The cell factory used by the segment that displays the minutes.
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalDate,Month>,SegmentCell<Month>>> |
LocalDatePicker.monthCellFactoryProperty() |
The cell factory used by the {@see Segment} that will display the month (January, February, ...).
|
javafx.beans.property.ObjectProperty<javafx.util.Callback<Segment<LocalDate,Integer>,SegmentCell<Integer>>> |
LocalDatePicker.yearCellFactoryProperty() |
The cell factory used by the {@see Segment} that will display the year (2019, 2020, ...).
|