Uses of Enum Class
com.dlsc.gemsfx.paging.PagingControlBase.MessageLabelStrategy
Packages that use PagingControlBase.MessageLabelStrategy
-
Uses of PagingControlBase.MessageLabelStrategy in com.dlsc.gemsfx.paging
Subclasses with type arguments of type PagingControlBase.MessageLabelStrategy in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionstatic enumA list of possible strategies for showing / hiding the message label.Methods in com.dlsc.gemsfx.paging that return PagingControlBase.MessageLabelStrategyModifier and TypeMethodDescriptionPagingControlBase.getMessageLabelStrategy()Gets the value of themessageLabelStrategyproperty.Returns the enum constant of this class with the specified name.PagingControlBase.MessageLabelStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx.paging that return types with arguments of type PagingControlBase.MessageLabelStrategyModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PagingControlBase.MessageLabelStrategy> PagingControlBase.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.paging with parameters of type PagingControlBase.MessageLabelStrategyModifier and TypeMethodDescriptionfinal voidPagingControlBase.setMessageLabelStrategy(PagingControlBase.MessageLabelStrategy messageLabelStrategy) Sets the value of themessageLabelStrategyproperty.