Uses of Enum Class
com.levigo.jadice.web.client.PageView.Layout
Packages that use PageView.Layout
-
Uses of PageView.Layout in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageView.LayoutModifier and TypeMethodDescriptionJadicePageView.getPageLayoutStyle()
static PageView.Layout
Returns the enum constant of this class with the specified name.static PageView.Layout[]
PageView.Layout.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.LayoutModifier and TypeMethodDescriptionvoid
JadicePageView.setPageLayoutStyle
(PageView.Layout pageLayout) Changes the layout style responsible for laying out pages to be displayed in page view. -
Uses of PageView.Layout in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands with parameters of type PageView.LayoutConstructors in com.levigo.jadice.web.client.commands with parameters of type PageView.Layout