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 DateCellSkinBuilderDateCellSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theDateCellSkin#getChildren()method.final DateCellSkinBuilderDateCellSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod 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 thecellSizePropertyof the instance being constructed.static DateCellSkinBuilderAccepts the constructor arguments ofDateCellSkin(DateCell)and returns an instance ofDateCellSkinBuilder.