Uses of Enum Class
com.levigo.jadice.web.client.PageView.RepaintMode
Packages that use PageView.RepaintMode
-
Uses of PageView.RepaintMode in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageView.RepaintModeModifier and TypeMethodDescriptionstatic PageView.RepaintModeReturns the enum constant of this class with the specified name.static PageView.RepaintMode[]PageView.RepaintMode.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.RepaintModeModifier and TypeMethodDescriptionvoidPageView.setRepaintMode(PageView.RepaintMode repaintMode) Indicates what should be done while repainting - full repaint or just a fast zoom.