Uses of Class
io.github.sosuisen.jfxbuilder.controls.ScrollToEventBuilder
Packages that use ScrollToEventBuilder
-
Uses of ScrollToEventBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ScrollToEventBuilderModifier and TypeMethodDescriptionScrollToEventBuilder.apply
(Consumer<ScrollToEvent<T>> func) Applies a function to the ScrollToEvent instance being constructed.static <T> ScrollToEventBuilder<T>
ScrollToEventBuilder.create
(Object source, EventTarget target, EventType<ScrollToEvent<T>> type, T scrollTarget) Accepts the constructor arguments ofScrollToEvent(Object, EventTarget, EventType, T)
and returns an instance ofScrollToEventBuilder<T>
.