Uses of Class
com.dlsc.gemsfx.paging.LoadingService
Packages that use LoadingService
-
Uses of LoadingService in com.dlsc.gemsfx.paging
Methods in com.dlsc.gemsfx.paging that return LoadingServiceModifier and TypeMethodDescriptionfinal LoadingService<T> ItemPagingControlBase.getLoadingService()Gets the value of theloadingServiceproperty.Methods in com.dlsc.gemsfx.paging that return types with arguments of type LoadingServiceModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<LoadingService<T>> ItemPagingControlBase.loadingServiceProperty()Returns the service responsible for executing the actual loading of the data on a background thread.Methods in com.dlsc.gemsfx.paging with parameters of type LoadingServiceModifier and TypeMethodDescriptionfinal voidItemPagingControlBase.setLoadingService(LoadingService<T> loadingService) Sets the value of theloadingServiceproperty.