Uses of Class
io.github.palexdev.materialfx.builders.control.CheckListBuilder
Packages that use CheckListBuilder
-
Uses of CheckListBuilder in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control that return CheckListBuilderModifier and TypeMethodDescriptionstatic <T> CheckListBuilder<T>CheckListBuilder.checkList()static <T> CheckListBuilder<T>CheckListBuilder.checkList(MFXCheckListView<T> checkListView) CheckListBuilder.enableBounceEffect()CheckListBuilder.enableBounceEffect(double strength, double maxOverscroll) CheckListBuilder.enableSmoothScrolling(double speed) CheckListBuilder.enableSmoothScrolling(double speed, double trackPadAdjustment) CheckListBuilder.enableSmoothScrolling(double speed, double trackPadAdjustment, double scrollThreshold) CheckListBuilder.scrollBy(double pixels) CheckListBuilder.scrollTo(int index) CheckListBuilder.scrollToFirst()CheckListBuilder.scrollToLast()CheckListBuilder.scrollToPixel(double pixel) CheckListBuilder.setCellFactory(Function<T, MFXCheckListCell<T>> cellFactory) CheckListBuilder.setHSpeed(double unit, double block) CheckListBuilder.setVSpeed(double unit, double block)