Uses of Interface
com.levigo.jadice.web.client.PageView
Packages that use PageView
Package
Description
-
Uses of PageView in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageViewModifier and TypeMethodDescriptionThumbnailView.getPageView()
Viewer.getPageView()
Gets the PageView enclosed by this Viewer.ThumbnailView.getThumbnailPageView()
Methods in com.levigo.jadice.web.client with parameters of type PageViewConstructors in com.levigo.jadice.web.client with parameters of type PageViewModifierConstructorDescriptionThumbnailViewBuilder
(PageView targetPageView) The later createdThumbnailView
will track the givenPageView
and show thumbnails for theViewComponent.getDocument()
current document. -
Uses of PageView in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return PageViewMethods in com.levigo.jadice.web.client.commands with parameters of type PageViewModifier and TypeMethodDescriptionvoid
AbstractPageViewCommand.setPageView
(PageView pageView) void
ShowAnnotationEditorCommand.setPageView
(PageView pageView) void
ShowGradationCommand.setPageView
(PageView pageView) void
ShowResolutionCalibrationWidgetCommand.setPageView
(PageView pageView) Sets thePageView
instance. -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return PageViewMethods in com.levigo.jadice.web.client.internal.annotation with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageViewModifier and TypeMethodDescriptionprotected Rectangle
CalloutAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
StampAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
TextAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.ArrowAnnotationWrangler.getHandles
(PageView pageView, Page page, ArrowAnnotation annotation) CalloutAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) DefaultWrangler.getHandles
(PageView pageView, Page page, T annotation) FreehandAnnotationWrangler.getHandles
(PageView pageView, Page page, PathAnnotation annotation) IconifiedTextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) IconWrangler.getHandles
(PageView pageView, Page page, T annotation) JWTImageAnnotationWrangler.getHandles
(PageView pageView, Page page, JWTImageAnnotation annotation) LineAnnotationWrangler.getHandles
(PageView pageView, Page page, LineAnnotation annotation) MultiWrangler.getHandles
(PageView pageView, Page page, Collection<? extends Annotation> annotations) PolygonAnnotationWrangler.getHandles
(PageView pageView, Page page, PathAnnotation annotation) ResizeAnnotationsGesture.getHandles
(PageView pageView, Page page, Collection<? extends Annotation> annotations) StampAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) TextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) TextHighlightAnnotationWrangler.getHandles
(PageView pageView, Page page, TextHighlightAnnotation annotation) protected float
TextAnnotationWrangler.getMultiplier
(PageView pageView, Page page) This method calculates the multiplier for the correct translation of units for a correct presentation and positioning of the editor.static boolean
MoveGesture.isAllowed
(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected void
TextAnnotationWrangler.openTextEditor
(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.Constructors in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageViewModifierConstructorDescriptionMoveGesture
(Collection<? extends Annotation> annotations, PageView pageView, Page page) -
Uses of PageView in com.levigo.jadice.web.client.internal.annotation.wrangler.callout
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageViewModifier and TypeMethodDescriptionstatic void
CalloutAnnotations.autoMoveTextBox
(CalloutAnnotation annotation, PageView pageView, Point2D moveToCenterPoint) Performs the automatic move, meaning the textbox can be moved, but the arrow head remains at the same location.ModifyCalloutGesture.getHandles
(PageView pageView) ModifyTextBoxGesture.getHandles
(PageView pageView, Page page, CalloutAnnotation annotation) static void
CalloutAnnotations.pageClampPoint
(PageView pageView, Page page, Point2D p) Makes sure that the given point is inside the page rectangleConstructors in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageViewModifierConstructorDescriptionTextBoxMoveGesture
(PageView pageView, CalloutAnnotation annotation, Page page) -
Uses of PageView in com.levigo.jadice.web.client.layout
Methods in com.levigo.jadice.web.client.layout with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.rendercontrols
Methods in com.levigo.jadice.web.client.rendercontrols with parameters of type PageViewModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.client.rendercontrols.internal.WritableRenderPresets
RenderControlsJsonSerializer.createRenderPresets
(PageView pageView, Document document, ControlsKitFilter filter) static void
RenderControlsJsonSerializer.deSerializeRenderControls
(String json, PageView pageView) static void
RenderControlsJsonSerializer.deSerializeRenderControls
(String json, List<Page> pages, PageView pageView) Take a json object and restoreRenderControls
on the givenpages
currently present inPageViews
Document
.static String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, Document document) Take both theRenderControls
that are applied document-wide and page-wide and create a json objectstatic String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, Document document, ControlsKitFilter filter) Take both theRenderControls
that are applied document-wide and page-wide and create a json objectstatic String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, List<Page> pages) Take pageRenderControls
and create a json object for them.static String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, List<Page> pages, ControlsKitFilter filter) Take pageRenderControls
and create a json object for them. -
Uses of PageView in com.levigo.jadice.web.client.rule
Methods in com.levigo.jadice.web.client.rule with parameters of type PageViewModifier and TypeMethodDescriptionvoid
AbstractPresentationRule.currentPageChanged
(PageView view, Page page) void
PresentationRule.currentPageChanged
(PageView view, Page page) void
AbstractPresentationRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) void
PresentationRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) void
AbstractPresentationRule.renderSettingChanged
(PageView view, RenderSettingsEvent evt) void
PresentationRule.renderSettingChanged
(PageView view, RenderSettingsEvent evt) void
AbstractPresentationRule.viewResized
(PageView view) void
PresentationRule.viewResized
(PageView view) -
Uses of PageView in com.levigo.jadice.web.client.rules
Methods in com.levigo.jadice.web.client.rules with parameters of type PageViewModifier and TypeMethodDescriptionvoid
ApplyDynamicZoomRule.currentPageChanged
(PageView view, Page page) void
ApplyDynamicZoomRule.pageLayoutStyleChanged
(PageView view, PageLayout pageLayoutStyle) Deactivates dynamic zoom mode whenever the layout is changed from SinglePageLayout to anything different.void
ApplyDynamicZoomRule.renderSettingChanged
(PageView pageView, RenderSettingsEvent evt) Changes the layout to SinglePageLayout whenever DYNAMIC_ZOOM_MODE is activated.void
ZoomMinMaxRule.renderSettingChanged
(PageView view, RenderSettingsEvent evt) Deprecated.void
ApplyDynamicZoomRule.viewResized
(PageView view) Called when the size of the page view is modified. -
Uses of PageView in com.levigo.jadice.web.client.search
Fields in com.levigo.jadice.web.client.search declared as PageViewConstructors in com.levigo.jadice.web.client.search with parameters of type PageViewModifierConstructorDescriptionAdvancedSearch
(PageView pageView) Constructs an AdvancedSearch instance for a given PageView.RolloutSearch
(PageView pageView) RolloutSearch
(PageView pageView, AbstractBar dynamicToolbar) -
Uses of PageView in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool that return PageViewModifier and TypeMethodDescriptionRenderParameters.getViewComponent()
Get the view component triggering the render cycle.Constructors in com.levigo.jadice.web.client.tool with parameters of type PageViewModifierConstructorDescriptionRenderParameters
(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of PageView in com.levigo.jadice.web.client.tool.events
Fields in com.levigo.jadice.web.client.tool.events declared as PageViewModifier and TypeFieldDescriptionprotected PageView
EventObject.source
The object on which the Event initially occurred.Methods in com.levigo.jadice.web.client.tool.events that return PageViewModifier and TypeMethodDescriptionEventObject.getSource()
The object on which the Event initially occurred.Methods in com.levigo.jadice.web.client.tool.events with parameters of type PageViewModifier and TypeMethodDescriptionstatic EditEvent
EditEvent.create
(PageView source, com.google.gwt.event.dom.client.DomEvent<?> e, Page page, int pageIndex, Rectangle renderBounds, RenderControls renderControls, int clickCount, boolean isPopupTrigger) Create the correct EditEvent for the given InputEvent.Constructors in com.levigo.jadice.web.client.tool.events with parameters of type PageViewModifierConstructorDescriptionEventObject
(PageView source) Constructs a prototypical Event.PointerEditEvent
(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of PageView in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return PageViewMethods in com.levigo.jadice.web.client.tools with parameters of type PageViewModifier and TypeMethodDescriptionstatic OverlayInformation
OverlayInformation.getOverlayInformationScroll
(PageView pageView) Use this overlay for scrolling.static OverlayInformation
OverlayInformation.getOverlayInformationZoom
(PageView pageView) Use this overlay for zooming.protected void
AreaSelectionTool.onAreaSelected
(PageView pageView, com.levigo.jadice.web.shared.model.internal.SelectedArea area) Called when the user selected an area. -
Uses of PageView in com.levigo.jadice.web.client.tools.instruction
Methods in com.levigo.jadice.web.client.tools.instruction with parameters of type PageViewModifier and TypeMethodDescriptionboolean
ComplexPanAndZoomInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) boolean
PageSegmentByUUIDInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) boolean
URIInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) void
ComplexPanAndZoomInstructionExecutor.execute
(Instruction in, PageView view) void
PageSegmentByUUIDInstructionExecutor.execute
(Instruction in, PageView pageView) void
URIInstructionExecutor.execute
(Instruction in, PageView pageView) Method parameters in com.levigo.jadice.web.client.tools.instruction with type arguments of type PageViewModifier and TypeMethodDescriptionvoid
PageViewInstructionManager.register
(InstructionExecutor<PageView> executor) Constructors in com.levigo.jadice.web.client.tools.instruction with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.ui
Constructors in com.levigo.jadice.web.client.ui with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util with parameters of type PageViewModifier and TypeMethodDescriptionstatic void
Make sure, the PageView is in the Context and contextChanged is fired when anything changed in the PageView or the related Document.static void
Register the PageView to the Context and fires contextChanged when the PageView or the related document has changed -
Uses of PageView in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type PageViewModifier and TypeMethodDescriptionstatic Point
Events.calculatePoint
(com.google.gwt.event.dom.client.DragDropEventBase event, PageView pageView) Calculate a relative point for the given event point.static Rectangle
Annotations.getAnnotationBoundsInPixel
(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotation
in Pixel.static Point2D
Points.getMousePoint
(com.google.gwt.event.dom.client.MouseEvent<?> event, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Point2D
Points.getMousePointInPageAndGrid
(com.google.gwt.event.dom.client.MouseEvent event, Grid grid, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Events.PagePoint
Events.getPagePoint
(PageView pageView, com.google.gwt.dom.client.NativeEvent event) static Events.PagePoint
Events.getPagePoint
(PageView pageView, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, com.google.gwt.dom.client.NativeEvent event) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, Point2D point) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Point2D point) static Rectangle
Annotations.getRelativeAnnotationBoundsInPixel
(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotation
in Pixel.static Rectangle
Annotations.getRelativeAnnotationBoundsInPixel
(PageView pageView, Annotation annotation, com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment pageSegment) Deprecated.static Point2D
Points.getTouchPoint
(com.google.gwt.event.dom.client.TouchEvent<?> event, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page.static Point2D
Points.getTouchPointInPageAndGrid
(com.google.gwt.event.dom.client.TouchMoveEvent event, Grid grid, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page and inside the page bounds.void
This method zooms to the target zoomFactor.void
ZoomHelper.zoom
(PageView pageView, float zoomRelative, RenderControls renderControls) This method zooms to the current selectedPage
void
Zooms to thePage
at the given point. -
Uses of PageView in com.levigo.jadice.web.demo.common.client.basicviewer
Methods in com.levigo.jadice.web.demo.common.client.basicviewer that return PageView -
Uses of PageView in com.levigo.jadice.web.demo.common.client.ui
Constructors in com.levigo.jadice.web.demo.common.client.ui with parameters of type PageViewModifierConstructorDescriptionPasswordDialog
(PageView pageView, PasswordContainingSource source) Creates a newPasswordDialog
which can then be displayed in the givenPageView
and which will set the password to the givenPasswordContainingSource
Splash
(PageView pageView, DemoUIStyle demoUIStyle) -
Uses of PageView in com.levigo.jadice.web.demo.common.client.util
Methods in com.levigo.jadice.web.demo.common.client.util with parameters of type PageViewModifier and TypeMethodDescriptionvoid
OpenFileHandler.DefaultOpenFileHandler.onFileOpen
(PageView pageView, String filename, String data, String mimeType, long size) abstract void
OpenFileHandler.onFileOpen
(PageView pageView, String filename, String data, String mimeType, long size) Called when a file should be opened in the ViewerConstructors in com.levigo.jadice.web.demo.common.client.util with parameters of type PageView -
Uses of PageView in com.levigo.jadice.web.demo.enterprise.client
Fields in com.levigo.jadice.web.demo.enterprise.client declared as PageViewMethods in com.levigo.jadice.web.demo.enterprise.client that return PageViewMethods in com.levigo.jadice.web.demo.enterprise.client with parameters of type PageViewModifier and TypeMethodDescriptionprotected ClassPathDocumentPanel
EnterpriseDemoMain.createClasspathDocumentPanel
(PageView pageView, JadiceViewer myJadiceViewer) Creates theClassPathDocumentPanel
.Constructors in com.levigo.jadice.web.demo.enterprise.client with parameters of type PageViewModifierConstructorDescriptionClassPathDocumentPanel
(PageView pageView, JadiceViewer myJadiceViewer) DocumentBookmarkPanel
(PageView pageView) DocumentBookmarkPanel
(PageView pageView, boolean showThumbnails) ThumbnailPanel
(PageView pageView) UserBookmarkPanel
(PageView pageView) -
Uses of PageView in com.levigo.jadice.web.demo.enterprise.client.annotations
Methods in com.levigo.jadice.web.demo.enterprise.client.annotations with parameters of type PageViewModifier and TypeMethodDescriptionprotected void
SaveAnnotationsCommand.showResultPopup
(String result, com.levigo.jadice.web.shared.model.internal.SelectedArea area, PageView pageView) -
Uses of PageView in com.levigo.jadice.web.demo.enterprise.client.openfile
Methods in com.levigo.jadice.web.demo.enterprise.client.openfile with parameters of type PageViewModifier and TypeMethodDescriptionvoid
EnterpriseFileHandler.onFileOpen
(PageView pageView, String filename, String data, String mimeType, long size)