Uses of Interface
com.levigo.jadice.web.client.layout.PageLayout
Packages that use PageLayout
Package
Description
-
Uses of PageLayout in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return PageLayoutModifier and TypeMethodDescriptionPageLayoutChangedEvent.getNewPageLayout()
PageLayoutChangedEvent.getOldPageLayout()
Methods in com.levigo.jadice.web.client.event with parameters of type PageLayoutModifier and TypeMethodDescriptionstatic <T> void
PageLayoutChangedEvent.fire
(com.google.gwt.event.shared.HasHandlers source, PageLayout oldPageLayout, PageLayout newPageLayout) Constructors in com.levigo.jadice.web.client.event with parameters of type PageLayoutModifierConstructorDescriptionPageLayoutChangedEvent
(PageLayout oldPageLayout, PageLayout newPageLayout, com.google.gwt.event.shared.HasHandlers source) -
Uses of PageLayout in com.levigo.jadice.web.client.rule
Methods in com.levigo.jadice.web.client.rule with parameters of type PageLayoutModifier and TypeMethodDescriptionvoid
AbstractPresentationRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) void
PresentationRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) -
Uses of PageLayout in com.levigo.jadice.web.client.rules
Methods in com.levigo.jadice.web.client.rules with parameters of type PageLayoutModifier and TypeMethodDescriptionvoid
ApplyDynamicZoomRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) Deactivates dynamic zoom mode whenever the layout is changed from SinglePageLayout to anything different.