Uses of Class
com.dlsc.gemsfx.paging.PagingControls
Packages that use PagingControls
Package
Description
Provides paging controls and support classes for loading and displaying data page by page.
Provides the skin implementations for the GemsFX controls.
-
Uses of PagingControls in com.dlsc.gemsfx.paging
Methods in com.dlsc.gemsfx.paging that return types with arguments of type PagingControlsModifier and TypeMethodDescriptionfinal javafx.util.Callback<PagingControls, String> PagingControlBase.getMessageLabelProvider()Gets the value of themessageLabelProviderproperty.final javafx.beans.property.ObjectProperty<javafx.util.Callback<PagingControls, String>> PagingControlBase.messageLabelProviderProperty()A message label provider is used to customize the messages shown by the message label of this control, for example, "Showing items 11 to 20 of a total of 1000 items".Method parameters in com.dlsc.gemsfx.paging with type arguments of type PagingControlsModifier and TypeMethodDescriptionfinal voidPagingControlBase.setMessageLabelProvider(javafx.util.Callback<PagingControls, String> messageLabelProvider) Sets the value of themessageLabelProviderproperty. -
Uses of PagingControls in com.dlsc.gemsfx.skins
Subclasses with type arguments of type PagingControls in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type PagingControlsModifierConstructorDescriptionCreates a skin for the given paging controls.