Uses of Class
com.dlsc.gemsfx.paging.PagingLoadRequest
Packages that use PagingLoadRequest
-
Uses of PagingLoadRequest in com.dlsc.gemsfx.paging
Classes in com.dlsc.gemsfx.paging that implement interfaces with type arguments of type PagingLoadRequestModifier and TypeClassDescriptionclassSimpleLoader<T>A paging loader implementation that can be used in combination with a paging list view or a paging grid table view.Methods in com.dlsc.gemsfx.paging that return types with arguments of type PagingLoadRequestModifier and TypeMethodDescriptionfinal javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>> ItemPagingControlBase.getLoader()Gets the value of theloaderproperty.final javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>> LoadingService.getLoader()Gets the value of theloaderproperty.final javafx.beans.property.ObjectProperty<javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>>> ItemPagingControlBase.loaderProperty()Provides access to the loader property, which is a callback used to handle loading of paginated data.final javafx.beans.property.ObjectProperty<javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>>> LoadingService.loaderProperty()Methods in com.dlsc.gemsfx.paging with parameters of type PagingLoadRequestMethod parameters in com.dlsc.gemsfx.paging with type arguments of type PagingLoadRequestModifier and TypeMethodDescriptionfinal voidItemPagingControlBase.setLoader(javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>> loader) Sets the value of theloaderproperty.