Uses of Enum Class
com.levigo.jadice.web.client.PageView.VisibleRectPositioningStrategy
Packages that use PageView.VisibleRectPositioningStrategy
-
Uses of PageView.VisibleRectPositioningStrategy in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageView.VisibleRectPositioningStrategyModifier and TypeMethodDescriptionPageView.getVisibleRectPositionOnDocumentChange()
Returns where the visible rectangle should be positioned when the page changes.PageView.getVisibleRectPositionOnPageChange()
Returns where the visible rectangle should be positioned when the page changes.Returns the enum constant of this class with the specified name.PageView.VisibleRectPositioningStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client with parameters of type PageView.VisibleRectPositioningStrategyModifier and TypeMethodDescriptionvoid
PageView.setVisibleRectPositionOnDocumentChange
(PageView.VisibleRectPositioningStrategy position) Defines where the visible rectangle should be positioned when the document changes.void
PageView.setVisibleRectPositionOnPageChange
(PageView.VisibleRectPositioningStrategy position) Defines where the visible rectangle should be positioned when the page changes.