Uses of Enum Class
com.dlsc.gemsfx.PagingControls.MessageLabelStrategy
Packages that use PagingControls.MessageLabelStrategy
-
Uses of PagingControls.MessageLabelStrategy in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return PagingControls.MessageLabelStrategyModifier and TypeMethodDescriptionPagingControls.getMessageLabelStrategy()Gets the value of the property messageLabelStrategy.Returns the enum constant of this class with the specified name.static PagingControls.MessageLabelStrategy[]PagingControls.MessageLabelStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type PagingControls.MessageLabelStrategyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PagingControls.MessageLabelStrategy>PagingControls.messageLabelStrategyProperty()The message label strategy controls whether the message label will appear in certain situations, for example, when there are no items currently in the view that is being controlled by these pagination controls.Methods in com.dlsc.gemsfx with parameters of type PagingControls.MessageLabelStrategyModifier and TypeMethodDescriptionfinal voidPagingControls.setMessageLabelStrategy(PagingControls.MessageLabelStrategy messageLabelStrategy) Sets the value of the property messageLabelStrategy.