Uses of Class
io.github.sosuisen.jfxbuilder.web.WebHistoryEntryBuilder
Packages that use WebHistoryEntryBuilder
-
Uses of WebHistoryEntryBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return WebHistoryEntryBuilderModifier and TypeMethodDescriptionWebHistoryEntryBuilder.apply
(Consumer<WebHistory.Entry> func) Applies a function to the Entry instance being constructed.WebHistoryEntryBuilder.lastVisitedDatePropertyApply
(Consumer<ReadOnlyObjectProperty<Date>> op) Applies a function to thelastVisitedDateProperty
of the instance being constructed.WebHistoryEntryBuilder.titlePropertyApply
(Consumer<ReadOnlyObjectProperty<String>> op) Applies a function to thetitleProperty
of the instance being constructed.