Uses of Enum Class
com.dlsc.gemsfx.PagingControls.FirstLastPageDisplayMode
Packages that use PagingControls.FirstLastPageDisplayMode
-
Uses of PagingControls.FirstLastPageDisplayMode in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return PagingControls.FirstLastPageDisplayModeModifier and TypeMethodDescriptionPagingControls.getFirstLastPageDisplayMode()Gets the value of the property firstLastPageDisplayMode.Returns the enum constant of this class with the specified name.PagingControls.FirstLastPageDisplayMode.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.FirstLastPageDisplayModeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PagingControls.FirstLastPageDisplayMode>PagingControls.firstLastPageDisplayModeProperty()Methods in com.dlsc.gemsfx with parameters of type PagingControls.FirstLastPageDisplayModeModifier and TypeMethodDescriptionfinal voidPagingControls.setFirstLastPageDisplayMode(PagingControls.FirstLastPageDisplayMode firstLastPageDisplayMode) Sets the value of the property firstLastPageDisplayMode.