Uses of Class
com.dlsc.gemsfx.PagingControls
Packages that use PagingControls
-
Uses of PagingControls in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return types with arguments of type PagingControlsModifier and TypeMethodDescriptionfinal javafx.util.Callback<PagingControls,String> PagingControls.getMessageLabelProvider()Gets the value of the property messageLabelProvider.final javafx.beans.property.ObjectProperty<javafx.util.Callback<PagingControls,String>> PagingControls.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 with type arguments of type PagingControlsModifier and TypeMethodDescriptionfinal voidPagingControls.setMessageLabelProvider(javafx.util.Callback<PagingControls, String> messageLabelProvider) Sets the value of the property messageLabelProvider. -
Uses of PagingControls in com.dlsc.gemsfx.skins
Constructors in com.dlsc.gemsfx.skins with parameters of type PagingControls