Uses of Interface
com.levigo.jadice.web.shared.model.settings.RenderControls
Packages that use RenderControls
Package
Description
-
Uses of RenderControls in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return RenderControlsModifier and TypeMethodDescriptionJadicePageView.getCurrentPageControls()
Returns the render controls of the current page.JadicePageView.getDocumentControls()
Returns the render controls for the current document.JadicePageView.getPageControls
(Page page) Returns the render controls of the given page.JadicePageView.getPageControls
(Page Page, boolean create) Returns the render controls of the given page. -
Uses of RenderControls in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return RenderControlsModifier and TypeMethodDescriptionprotected RenderControls
AbstractDocumentCommand.getRenderControls
(boolean create) Return aRenderControls
for the currentscope
. -
Uses of RenderControls in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return RenderControlsModifier and TypeMethodDescriptionprotected RenderControls
AnnotationPropertyEditor.getRenderControls()
Methods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type RenderControlsModifier and TypeMethodDescriptionvoid
AnnotationPropertyEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
ColorEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontFaceEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontSizeEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
LineWidthEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
TextEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of RenderControls in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type RenderControlsModifier and TypeMethodDescriptionprotected void
TextAnnotationWrangler.openTextEditor
(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup. -
Uses of RenderControls in com.levigo.jadice.web.client.settings
Classes in com.levigo.jadice.web.client.settings that implement RenderControlsMethods in com.levigo.jadice.web.client.settings that return RenderControlsModifier and TypeMethodDescriptionDefaultRenderControls.createSnapshot()
Creates a newRenderControls
instance and initializes it with the current state.BasicRenderControlInventory.Inventory.getDocumentRenderControls()
Returns the document specific render controls.BasicRenderControlInventory.Inventory.getPageRenderControl
(Page page) Returns the render controls for the given page.BasicRenderControlInventory.Inventory.getPageRenderControl
(Page page, boolean create) Returns the render controls for the given page.InventoryRenderSettingsEvent.getSourceControls()
Returns theRenderControls
instance the sourceRenderSettings
belongs to.RenderSettingsEvent.getSourceControls()
Returns theRenderControls
instance the sourceRenderSettings
belongs to.DefaultRenderControls.init
(RenderControls parent) Sets the parentRenderControls
for the currentRenderControls
instance.Methods in com.levigo.jadice.web.client.settings with parameters of type RenderControlsModifier and TypeMethodDescriptionDefaultRenderControls.init
(RenderControls parent) Sets the parentRenderControls
for the currentRenderControls
instance.Constructors in com.levigo.jadice.web.client.settings with parameters of type RenderControlsModifierConstructorDescriptionInventoryRenderSettingsEvent
(RenderControlInventory inv, Page page, RenderControls rc, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent
(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent
(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source, Page page) Constructor with page parameter -
Uses of RenderControls in com.levigo.jadice.web.client.tool
Fields in com.levigo.jadice.web.client.tool declared as RenderControlsModifier and TypeFieldDescriptionprotected final RenderControls
BasicRenderParameters.renderControls
Methods in com.levigo.jadice.web.client.tool that return RenderControlsModifier and TypeMethodDescriptionBasicRenderParameters.getRenderControls()
TheRenderControls
used to render the page.Constructors in com.levigo.jadice.web.client.tool with parameters of type RenderControlsModifierConstructorDescriptionBasicRenderParameters
(Page page, int pageIndex, Rectangle bounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics graphics, RenderControls renderControls) ConstructorRenderParameters
(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of RenderControls in com.levigo.jadice.web.client.tool.events
Methods in com.levigo.jadice.web.client.tool.events that return RenderControlsModifier and TypeMethodDescriptionEditEvent.getPageRenderControls()
ReturnRenderControls
used to render the page this event pertains to.Methods in com.levigo.jadice.web.client.tool.events with parameters of type RenderControlsModifier 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 RenderControlsModifierConstructorDescriptionPointerEditEvent
(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of RenderControls in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type RenderControlsModifier and TypeMethodDescriptionstatic Dimension
Pages.getRenderedSize
(Page page, RenderControls rc) Get the renderedPage
size in base units.void
ZoomHelper.zoom
(PageView pageView, float zoomRelative, RenderControls renderControls) This method zooms to the current selectedPage
-
Uses of RenderControls in com.levigo.jadice.web.conn.server
Classes in com.levigo.jadice.web.conn.server that implement RenderControlsModifier and TypeClassDescriptionprotected static class
Simple implementation of theRenderControls
to be fed with the deserialized settings manually on the server because the client implementation is not accessible on the server.Methods in com.levigo.jadice.web.conn.server that return RenderControlsModifier and TypeMethodDescriptionTileServlet.DeserializedRenderControls.createSnapshot()
TileServlet.DeserializedRenderControls.init
(RenderControls parent) Methods in com.levigo.jadice.web.conn.server with parameters of type RenderControlsModifier and TypeMethodDescriptionTileServlet.DeserializedRenderControls.init
(RenderControls parent)