Uses of Enum Class
com.dlsc.gemsfx.paging.PagingControlBase.FirstLastPageDisplayMode
Packages that use PagingControlBase.FirstLastPageDisplayMode
-
Uses of PagingControlBase.FirstLastPageDisplayMode in com.dlsc.gemsfx.paging
Subclasses with type arguments of type PagingControlBase.FirstLastPageDisplayMode in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionstatic enumAn enum listing the different ways the control will display or not display controls to quickly go to the first or the last page.Methods in com.dlsc.gemsfx.paging that return PagingControlBase.FirstLastPageDisplayModeModifier and TypeMethodDescriptionPagingControlBase.getFirstLastPageDisplayMode()Gets the value of thefirstLastPageDisplayModeproperty.Returns the enum constant of this class with the specified name.PagingControlBase.FirstLastPageDisplayMode.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.FirstLastPageDisplayModeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PagingControlBase.FirstLastPageDisplayMode> PagingControlBase.firstLastPageDisplayModeProperty()Controls how first and last page navigation is displayed by the paging control.Methods in com.dlsc.gemsfx.paging with parameters of type PagingControlBase.FirstLastPageDisplayModeModifier and TypeMethodDescriptionfinal voidPagingControlBase.setFirstLastPageDisplayMode(PagingControlBase.FirstLastPageDisplayMode firstLastPageDisplayMode) Sets the value of thefirstLastPageDisplayModeproperty.