Uses of Class
io.github.sosuisen.jfxbuilder.controls.SortEventBuilder
Packages that use SortEventBuilder
-
Uses of SortEventBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return SortEventBuilderModifier and TypeMethodDescriptionApplies a function to the SortEvent instance being constructed.static <C> SortEventBuilder<C>
SortEventBuilder.create
(C source, EventTarget target) Accepts the constructor arguments ofSortEvent(C, EventTarget)
and returns an instance ofSortEventBuilder<C>
.