Uses of Class
com.dlsc.gemsfx.paging.PagingLoadResponse
Packages that use PagingLoadResponse
-
Uses of PagingLoadResponse in com.dlsc.gemsfx.paging
Subclasses with type arguments of type PagingLoadResponse in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionclassA service that performs the actual loading of items for a paging control such as thePagingListViewor thePagingGridTableView.Classes in com.dlsc.gemsfx.paging that implement interfaces with type arguments of type PagingLoadResponseModifier 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 PagingLoadResponseModifier and TypeMethodDescriptionSimpleLoader.call(PagingLoadRequest param) static <T> PagingLoadResponse<T> PagingLoadResponse.emptyResponse()An empty response with no items and no total item count.Methods in com.dlsc.gemsfx.paging that return types with arguments of type PagingLoadResponseModifier and TypeMethodDescriptionprotected javafx.concurrent.Task<PagingLoadResponse<T>> LoadingService.createTask()final 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()Method parameters in com.dlsc.gemsfx.paging with type arguments of type PagingLoadResponseModifier and TypeMethodDescriptionfinal voidItemPagingControlBase.setLoader(javafx.util.Callback<PagingLoadRequest, PagingLoadResponse<T>> loader) Sets the value of theloaderproperty.