Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    com.levigo.jadice.web.client.PageView.TileManager
  • Deprecated Classes
    Class
    Description
    com.jadice.web.util.gwt.client.DevModeUtils
    This is only for demo use and is being relocated to the relevant demo modules. Slated for removal.
    com.levigo.jadice.web.client.event.CurrentPageChangedEvent
    use PageSelectionChangedEvent instead
    com.levigo.jadice.web.client.rules.ZoomMinMaxRule
    Use the ClientConfiguration for setting the minimum and maximum zoom value
    com.levigo.jadice.web.server.annotation.CalloutAnnotationRenderer
    As of release 5.8.15.0, replaced by CalloutAnnotationRenderer
    com.levigo.jadice.web.server.DevModeStartupListener
    com.levigo.jadice.web.server.WebtoolkitServletContextListener
    com.levigo.jadice.web.transport.server.NetworkContext
    use TransportManagerProvider instead
  • Deprecated Methods
    Method
    Description
    com.levigo.jadice.annotation.ChecklistAnnotation.getCheckboxCSV()
    com.levigo.jadice.annotation.ChecklistAnnotation.getOrientationString()
    com.levigo.jadice.annotation.ChecklistAnnotation.setCheckboxCSV(String)
    com.levigo.jadice.annotation.ChecklistAnnotation.setOrientationString(String)
    com.levigo.jadice.annotation.profiles.AnnotationFactory.getCustomizerFactories()
    This method is for XML umarshalling use only
    com.levigo.jadice.annotation.profiles.AnnotationType.getArchetypeName(AnnotationType)
    For internal use only, location of this method may change in future.
    com.levigo.jadice.annotation.profiles.AnnotationType.getRendererFactories()
    This method is for XML umarshalling use only
    com.levigo.jadice.annotation.profiles.AnnotationType.getWranglerFactories()
    This method is for XML umarshalling use only
    com.levigo.jadice.annotation.profiles.PropertyProfile.getEditorFactories()
    This method is for XML umarshalling use only
    com.levigo.jadice.annotation.profiles.ToolkitBasedFactory_CustomFieldSerializer.instantiate2(SerializationStreamReader)
    com.levigo.jadice.annotation.profiles.TypeSet.setLabels(Labels)
    JAXB usage exclusively
    com.levigo.jadice.annotation.profiles.TypeSet.setTypeSetName(String)
    JAXB usage exclusively
    com.levigo.jadice.document.Page.getDocumentLayer(PageSegment)
    com.levigo.jadice.document.Page.getLayers()
    com.levigo.jadice.document.Page.getModCount()
    com.levigo.jadice.document.Page.getSegmentMap()
    com.levigo.jadice.document.Page.remove(DocumentLayer)
    com.levigo.jadice.document.PageSegment.getSource()
    com.levigo.jadice.web.client.event.LoadingEvent.getTag()
    use LoadingEvent.getLoadingObject() instead
    com.levigo.jadice.web.client.JadicePageView.setCurrentPageIndex(int)
    Use setCurrentPage() instead (in order to support filtered documents)
    com.levigo.jadice.web.client.PageView.getTileManager()
    com.levigo.jadice.web.client.reader.Reader.add(Source)
    com.levigo.jadice.web.client.tool.events.EditEvent.getModifiers()
    com.levigo.jadice.web.client.tool.events.EditEvent.getModifiersEx()
    use for example isAltDown,...
    com.levigo.jadice.web.client.tool.events.EditEvent.getWhen()
    not supported in GWT
    com.levigo.jadice.web.client.tool.events.EditEvent.isAltGraphDown()
    dont use this, see http://msdn.microsoft.com/en-us/library/windows/desktop/aa511502.aspx and search for AltGr: "Don't use Ctrl+Alt combinations, because Windows interprets this combination in some language versions as an AltGR key, which generates alphanumeric characters."
    com.levigo.jadice.web.client.tool.events.InputEvent.getPoint()
    use getAbsolutePoint() of the EditEvent now
    com.levigo.jadice.web.client.tool.events.KeyEditEvent.getKeyLocation()
    not supported in GWT
    com.levigo.jadice.web.client.tool.events.MouseWheelEditEvent.getScrollAmount()
    No more needed, because getUnitsToScroll gets the complete value.
    com.levigo.jadice.web.client.tool.events.MouseWheelEditEvent.getScrollType()
    com.levigo.jadice.web.client.tool.events.MouseWheelEditEvent.getWheelRotation()
    No more needed, because getUnitsToScroll gets the complete Value
    com.levigo.jadice.web.client.tool.Tool.setCursor(Style.Cursor)
    Use setCursor(String) instead. To convert existing calls easily, just add .getCssName() to the method's cursor parameter or use UIStyler.get().cursorStyle().[any method] instead to make use of all currently available css cursors
    com.levigo.jadice.web.client.ToolManager.setCursor(Style.Cursor)
    Use setCursor(String) instead. To convert easily, just add .getCssName() to this method's cursor parameter
    com.levigo.jadice.web.client.tools.AnnotationTool.getCurrentShownHandles()
    For testing only
    com.levigo.jadice.web.client.tools.AnnotationTool.setToolbar(AbstractBar)
    Use AnnotationTool.setEditorHost(AbstractBar) instead
    com.levigo.jadice.web.client.tools.selectionbehavior.SelectionBehavior.onDown(int, boolean, boolean)
    implement SelectionBehavior.onDown(int, boolean, boolean, int) instead
    com.levigo.jadice.web.client.tools.selectionbehavior.SelectionBehavior.onDragStart(int, boolean, boolean)
    implement SelectionBehavior.onDragStart(int, boolean, boolean, int) instead
    com.levigo.jadice.web.client.tools.selectionbehavior.SelectionBehavior.onUp(int, boolean, boolean)
    implement SelectionBehavior.onUp(int, boolean, boolean, int) instead
    com.levigo.jadice.web.client.tools.ThumbnailTool.getHideButton()
    for tests only
    com.levigo.jadice.web.client.tools.ThumbnailTool.getPinButton()
    for tests only
    com.levigo.jadice.web.client.tools.ThumbnailTool.getShowButton()
    for tests only
    com.levigo.jadice.web.client.tools.ThumbnailTool.getUnpinButton()
    for tests only
    com.levigo.jadice.web.client.util.context.Context.destroy(Context)
    com.levigo.jadice.web.client.util.Gesture.currentGestureStop()
    com.levigo.jadice.web.client.util.helper.Annotations.getRelativeAnnotationBoundsInPixel(PageView, Annotation, AnnotationPageSegment)
    com.levigo.jadice.web.client.ViewComponent.repaintAnnosAndTools()
    use repaint instead
    com.levigo.jadice.web.client.ViewComponent.repaintAnnosAndTools(Page)
    use repaint instead
    com.levigo.jadice.web.client.ViewComponent.repaintAnnosAndTools(Page, Rectangle2D)
    use repaint instead
    com.levigo.jadice.web.client.ViewComponent.repaintAnnosAndTools(Rectangle)
    use repaint instead
    com.levigo.jadice.web.client.ViewerBuilder.setType(ViewerType)
    com.levigo.jadice.web.server.ServerOperation.Request.getDocument()
    the functionality to transport multiple documents was added and therefore ServerOperation.Request.getDocuments() should be used instead.
    com.levigo.jadice.web.server.WebtoolkitServletContextListener.contextInitialized(ServletContextEvent, WebtoolkitServerContext)
    com.levigo.jadice.web.shared.model.settings.RenderControls.getImageRenderSettings()
    use getSettings(ImageRenderSettings.class)
    com.levigo.jadice.web.transport.server.networking.websocket.WebSocketTransportEndpoint.getClientSessionRegistry()
    com.levigo.jadice.web.transport.server.TransportManagerProvider.get()
    com.levigo.jadice.web.transport.server.TransportManagerProvider.set(TransportManagerImpl)
    for Testing only
  • Deprecated Constructors
    Constructor
    Description
    com.levigo.jadice.annotation.profiles.Label()
    JAXB usage exclusively
    com.levigo.jadice.annotation.profiles.Labels()
    JAXB usage exclusively
    com.levigo.jadice.annotation.profiles.TypeRef()
    JAXB usage exclusively
    com.levigo.jadice.annotation.profiles.TypeSet()
    JAXB usage exclusively
    com.levigo.jadice.web.client.commands.ZoomCommand(ZoomHelper, float)
    com.levigo.jadice.web.client.commands.ZoomToCommand(ZoomHelper)
    com.levigo.jadice.web.client.internal.annotation.Handle(Point2D, Style.Cursor, String)
    Use Handle(Point 2D point, String cursor, String text) instead. To easily convert, just add .getCssname() to this method's cursor parameter.
    com.levigo.jadice.web.client.rules.ZoomMinMaxRule(Float, Float)
    Use ClientConfigurationManager.getClientConfiguration().setMaxZoomFactor(float) and ClientConfigurationManager.getClientConfiguration().setMinZoomFactor(float) instead
    com.levigo.jadice.web.client.settings.DefaultRenderControls()
    For GWT-Serializer only
    com.levigo.jadice.web.client.ui.JadiceDefaultButton()
    com.levigo.jadice.web.client.util.action.RegisteredAction(String, String, KeyStroke, KeyStroke, StateIcon, Command, Collection<Object>, boolean, boolean)
    com.levigo.jadice.web.demo.common.shared.export.ExportCompletedMessage()
    com.levigo.jadice.web.demo.common.shared.export.ExportParameters()
    com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithAnnoAndPermissionHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithAnnoHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithRenderControlsHandle()
    used for gwt serialization purposes, don't call this on your own
    com.levigo.jadice.web.demo.common.shared.service.sources.ClassPathWithRenderControlsSource()
    used for gwt serialization purposes, don't call this on your own
    com.levigo.jadice.web.demo.common.shared.service.sources.DocumentIDHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.DocumentIDSource()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.RemoteIDHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.RemoteIDSource()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.ServerBasedDnDHandle()
    com.levigo.jadice.web.demo.common.shared.service.sources.ServerBasedDnDSource()
    com.levigo.jadice.web.demo.common.shared.service.sources.SplitFileUploadHandle()
    This constructor is reserved for gwt and should never be called by an integrating application
    com.levigo.jadice.web.demo.common.shared.service.sources.UploadDocIDHandle()
    for GWT only
    com.levigo.jadice.web.demo.common.shared.service.sources.UploadDocIDSource()
    for GWT only
    com.levigo.jadice.web.demo.enterprise.shared.serveroperation.DnDServerOperationParameters()
    com.levigo.jadice.web.demo.enterprise.shared.service.Version()
    com.levigo.jadice.web.demo.enterprise.shared.service.Version.Dependency()
    com.levigo.jadice.web.demo.enterprise.shared.service.Version.GitVersion()
    com.levigo.jadice.web.shared.service.exceptions.PDFSecurityDocumentCreationException()
    for GWT only
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.levigo.jadice.web.client.util.Unit.Pixel

Copyright © 2022. All rights reserved.