Uses of Class
io.github.sosuisen.jfxbuilder.controls.DateCellSkinBuilder
Packages that use DateCellSkinBuilder
-
Uses of DateCellSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return DateCellSkinBuilderModifier and TypeMethodDescriptionfinal DateCellSkinBuilder
DateCellSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theDateCellSkin#getChildren()
method.final DateCellSkinBuilder
DateCellSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theDateCellSkin#getChildren()
method.DateCellSkinBuilder.apply
(Consumer<DateCellSkin> func) Applies a function to the DateCellSkin instance being constructed.DateCellSkinBuilder.cellSizePropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizeProperty
of the instance being constructed.static DateCellSkinBuilder
Accepts the constructor arguments ofDateCellSkin(DateCell)
and returns an instance ofDateCellSkinBuilder
.