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> voidPageLayoutChangedEvent.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 TypeMethodDescriptionvoidAbstractPresentationRule.pageLayoutStyleChanged(PageView view, PageLayout pageLayoutStyle) voidPresentationRule.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 TypeMethodDescriptionvoidApplyDynamicZoomRule.pageLayoutStyleChanged(PageView view, PageLayout pageLayoutStyle) Deactivates dynamic zoom mode whenever the layout is changed from SinglePageLayout to anything different.