Uses of Interface
com.levigo.jadice.document.Document
Packages that use Document
Package
Description
-
Uses of Document in com.jadice.web.export.server
Methods in com.jadice.web.export.server with parameters of type DocumentModifier and TypeMethodDescriptionstatic com.levigo.jadice.document.render.RenderControlsInventoryExportHelper.getRenderControlsInventory(Document document) static com.levigo.jadice.document.render.RenderControlsInventoryExportHelper.getRenderControlsInventory(Document document, String... allowedPropertyNames) -
Uses of Document in com.jadice.web.util
Methods in com.jadice.web.util with parameters of type DocumentModifier and TypeMethodDescriptionstatic booleanPDFUtil.hasCollection(Document document) Checks if the given document (must be PDF) has a collection or not. -
Uses of Document in com.levigo.jadice.annotation.auth.web
Methods in com.levigo.jadice.annotation.auth.web with parameters of type DocumentModifier and TypeMethodDescriptionstatic booleanAnnotationPermissions.isAddAllowed(Document document) Determines if annotations are allowed to be added to a document.static booleanAnnotationPermissions.isChangeAllowed(Document document, Annotation... annotations) Determines if the given annotations may be changed on the given document.static booleanAnnotationPermissions.isRemoveAllowed(Document document, Annotation... annotations) Determines if the given annotations may be removed from the given document.static booleanAnnotationPermissions.isShowAllowed(Document document, Annotation... annotations) Determines if the given annotations are allowed to be shown in a viewer or a printout. -
Uses of Document in com.levigo.jadice.annotation.profiles
Methods in com.levigo.jadice.annotation.profiles with parameters of type DocumentModifier and TypeMethodDescriptionstatic AnnotationProfileReturn the applicableAnnotationProfilefor the givenDocument.static voidAnnotationProfile.set(Document document, AnnotationProfile ap) Set the applicable AnnotationProfile for the given document. -
Uses of Document in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return DocumentModifier and TypeMethodDescriptionAbstractDocumentEvent.getDocument()Returns the document which is the source of this event.AbstractPageEvent.getDocument()Returns the document which holds the page source of this event.PageSegmentEvent.getDocument()Returns a reference of the document container which holds the page and the event concerning page segment ornullif not available at the creation time of this event.Methods in com.levigo.jadice.document with parameters of type DocumentModifier and TypeMethodDescriptionbooleanDocumentAdapter.approveStateChange(Document source, Document.State oldState, Document.State newState) booleanDocumentInterceptor.approveStateChange(Document source, Document.State oldState, Document.State newState) Return whether this DocumentListener approves the state change (true) of the given document from the given previous state to the given new state.voidAbstractDocumentEvent.setDocument(Document document) Sets the document which originates this event.Constructors in com.levigo.jadice.document with parameters of type DocumentModifierConstructorDescriptionConstructorAbstractPageEvent(Document doc, Page page) ConstructorPageSegmentEvent(Document document, Page page, PageSegment segment, DocumentLayer layer) ConstructorPageSegmentEvent(Document document, Page page, PageSegment segment, DocumentLayer layer, PageSegmentEvent.Type type) ConstructorPageSegmentEvent(Document document, PageSegmentEvent event) Clones a page segment event but changing the associated document reference. -
Uses of Document in com.levigo.jadice.document.auth.web
Methods in com.levigo.jadice.document.auth.web with parameters of type DocumentModifier and TypeMethodDescription -
Uses of Document in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return DocumentMethods in com.levigo.jadice.web.client with parameters of type DocumentModifier and TypeMethodDescriptionvoidJadicePageView.setDocument(Document doc) Changes the document reference to be displayed within this page view instance. -
Uses of Document in com.levigo.jadice.web.client.bookmark
Methods in com.levigo.jadice.web.client.bookmark with parameters of type DocumentModifier and TypeMethodDescriptionstatic BookmarkBookmarkFactory.createBookmark(Document document, Page page) Creates a newBookmarkfor the given document and page.static BookmarkBookmarkFactory.createBookmark(Document document, Page page, Point2D panPoint, Float zoomfactor, BaseRenderSettings.Rotation rotation) Creates a newBookmarkfor the given document and page.static BookmarkListBookmarkListFactory.getBookmarkList(Document document) Retrieves theBookmarkListfor the given document. -
Uses of Document in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return DocumentModifier and TypeMethodDescriptionprotected DocumentAbstractDocumentCommand.getDocument()protected DocumentAbstractMessagingCapableDocumentCommand.getDocument() -
Uses of Document in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return DocumentModifier and TypeMethodDescriptionDocumentChangedEvent.getNewDocument()DocumentChangedEvent.getOldDocument()Methods in com.levigo.jadice.web.client.event with parameters of type DocumentModifier and TypeMethodDescriptionstatic <T> voidDocumentChangedEvent.fire(com.google.gwt.event.shared.HasHandlers source, Document oldDocument, Document newDocument) Constructors in com.levigo.jadice.web.client.event with parameters of type DocumentModifierConstructorDescriptionDocumentChangedEvent(Document oldDocument, Document newDocument, com.google.gwt.event.shared.HasHandlers source) -
Uses of Document in com.levigo.jadice.web.client.grid
Methods in com.levigo.jadice.web.client.grid with parameters of type DocumentModifier and TypeMethodDescriptionstatic voidGrids.attachGridToDocument(Document doc, Grid grid) Attaches the givenGridto the document by putting it into the document properties.static GridGrids.getGridForDocument(Document doc) Returns theGridfor the given document.static booleanChecks if the given document has aGridset in its document properties.static voidGrids.removeGridFromDocument(Document doc) Removes the known grid properties from the given map. -
Uses of Document in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return DocumentMethods in com.levigo.jadice.web.client.internal.annotation with parameters of type DocumentModifier and TypeMethodDescriptionvoidAnnotationSelection.add(Document document, Page page, ShapeBasedAnnotation annotation) abstract StringWrangler.getCursor(Annotation a, Document d, AnnotationSelection s) Returns the css-value for the cursor to be used when hovering the Annotation this wrangler is attached to.voidAnnotationSelection.set(Document document, Page page, ShapeBasedAnnotation... annotations) voidCreateModeEditor.updateButtons(Document document, Annotation annotation) -
Uses of Document in com.levigo.jadice.web.client.internal.annotation.wrangler
Methods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type DocumentModifier and TypeMethodDescriptionDefaultWrangler.getCursor(Annotation a, Document d, AnnotationSelection s) Returns the css-value for the cursor to be used when hovering the Annotation this wrangler is attached to.protected EffectIconTextAnnotationWrangler.getIcon(List<? extends Annotation> selected, Document doc) protected ToggleIconFontTextAnnotationWrangler.getIconFont(List<? extends Annotation> selected, Document doc) -
Uses of Document in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging with parameters of type DocumentModifier and TypeMethodDescriptionstatic DocumentSnapshotDTODocumentSnapshotDTO.fromDocument(Document doc) -
Uses of Document in com.levigo.jadice.web.client.model.document
Classes in com.levigo.jadice.web.client.model.document that implement DocumentModifier and TypeClassDescriptionclassMethods in com.levigo.jadice.web.client.model.document that return DocumentModifier and TypeMethodDescriptionFilteredDocument.getDelegate()Access the underlying original ("unfiltered") Document.Methods in com.levigo.jadice.web.client.model.document that return types with arguments of type Document -
Uses of Document in com.levigo.jadice.web.client.reader
Method parameters in com.levigo.jadice.web.client.reader with type arguments of type DocumentModifier and TypeMethodDescriptionReader.read(Source source, AsyncCallback<Document> callback) Initiates server side document loading.Reader.read(Source source, String type, AsyncCallback<Document> callback) -
Uses of Document in com.levigo.jadice.web.client.rendercontrols
Methods in com.levigo.jadice.web.client.rendercontrols with parameters of type DocumentModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.client.rendercontrols.internal.WritableRenderPresetsRenderControlsJsonSerializer.createRenderPresets(PageView pageView, Document document, ControlsKitFilter filter) static StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, Document document) Take both theRenderControlsthat are applied document-wide and page-wide and create a json objectstatic StringRenderControlsJsonSerializer.serializeRenderControls(PageView pageView, Document document, ControlsKitFilter filter) Take both theRenderControlsthat are applied document-wide and page-wide and create a json object -
Uses of Document in com.levigo.jadice.web.client.search
Methods in com.levigo.jadice.web.client.search with parameters of type DocumentModifier and TypeMethodDescriptionvoidAdvancedSearch.onSearchResult(com.levigo.jadice.web.shared.service.internal.textsearch.TextSearchAnswer result, int searchIndex, Document document) voidRolloutSearch.onSearchResult(com.levigo.jadice.web.shared.service.internal.textsearch.TextSearchAnswer result, int searchIndex, Document document) -
Uses of Document in com.levigo.jadice.web.client.tool.events
Fields in com.levigo.jadice.web.client.tool.events declared as DocumentMethods in com.levigo.jadice.web.client.tool.events that return Document -
Uses of Document in com.levigo.jadice.web.client.tools.util
Methods in com.levigo.jadice.web.client.tools.util with parameters of type DocumentModifier and TypeMethodDescriptioncom.google.gwt.safehtml.shared.SafeHtmlAnnotationTooltipGenerator.createTooltipText(Document document, Annotation annotation) Creates the tooltip text for the given annotation.booleanAnnotationTooltipGenerator.isEnabled(Document document, Annotation annotation) Checks if thisAnnotationTooltipGeneratoris enabled/active for the given annotation. -
Uses of Document in com.levigo.jadice.web.client.undo
Methods in com.levigo.jadice.web.client.undo with parameters of type DocumentModifier and TypeMethodDescriptionstatic EventListUndoTracker<Page> DocumentUndoSupport.createTracker(Document document) Return an EventListUndoTracker tracking changes to the document's page list.static UndoManagerDocumentUndoSupport.getUndoManager(Document document) Return the undo manager associated with the given document.static voidDocumentUndoSupport.setUndoManager(Document document, UndoManager undoManager) Associate the given undo manager with the given document. -
Uses of Document in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper with parameters of type DocumentModifier and TypeMethodDescriptionstatic voidAnnotations.clearModified(Document document) Clear the modified state of allAnnotations on theDocument.static Collection<Annotation> Annotations.getAnnotations(Document document) Retrieves the list of annotations in the whole givenDocument.static Collection<Annotation> Annotations.getDeletedAnnotations(Document document) To a givenDocumentretrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientstatic booleanAnnotations.isModified(Document document) Checks whether the annotations on the given document were modified after loading it from the server. -
Uses of Document in com.levigo.jadice.web.client.viewer
Methods in com.levigo.jadice.web.client.viewer with parameters of type Document -
Uses of Document in com.levigo.jadice.web.demo.common.client
Methods in com.levigo.jadice.web.demo.common.client with parameters of type DocumentModifier and TypeMethodDescriptioncom.google.gwt.safehtml.shared.SafeHtmlDemoTooltipGenerator.createTooltipText(Document document, Annotation annotation) booleanDemoTooltipGenerator.isEnabled(Document document, Annotation annotation) -
Uses of Document in com.levigo.jadice.web.demo.common.client.basicviewer
Methods in com.levigo.jadice.web.demo.common.client.basicviewer that return Document -
Uses of Document in com.levigo.jadice.web.demo.common.client.events
Methods in com.levigo.jadice.web.demo.common.client.events with parameters of type DocumentConstructor parameters in com.levigo.jadice.web.demo.common.client.events with type arguments of type DocumentModifierConstructorDescriptionReaderEventTranslator(AsyncCallback<Document> documentCallback) ReaderEventTranslator(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity) ReaderEventTranslator(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity, PasswordDialog passwordDialog) -
Uses of Document in com.levigo.jadice.web.demo.common.client.ui
Method parameters in com.levigo.jadice.web.demo.common.client.ui with type arguments of type DocumentModifier and TypeMethodDescriptionvoidPasswordDialog.setAsyncCallback(AsyncCallback<Document> callback) set theAsyncCallbackto be triggered when the password has been entered. -
Uses of Document in com.levigo.jadice.web.demo.common.server.annotation
Methods in com.levigo.jadice.web.demo.common.server.annotation with parameters of type DocumentModifier and TypeMethodDescriptionstatic AnnotationFormatAnnotationUtils.findFormat(Document doc) DemoSaveAnnotationsHandler.run(Document document, SaveAnnotationsRequestDTO dto) static voidAnnotationUtils.writeOutputStream(Document document, OutputStream outputStream, String streamId, org.jadice.util.log.Logger logger, AnnotationFormat annoFormat) -
Uses of Document in com.levigo.jadice.web.demo.enterprise.server
Methods in com.levigo.jadice.web.demo.enterprise.server with parameters of type Document -
Uses of Document in com.levigo.jadice.web.server.annotation.save
Methods in com.levigo.jadice.web.server.annotation.save with parameters of type DocumentModifier and TypeMethodDescriptiondefault SaveAnnotationsResponseDTOSaveAnnotationsHandler.run(Document document, SaveAnnotationsRequestDTO dto) -
Uses of Document in com.levigo.jadice.web.server.rendercontrols
Methods in com.levigo.jadice.web.server.rendercontrols with parameters of type Document -
Uses of Document in com.levigo.jadice.web.server.util
Methods in com.levigo.jadice.web.server.util that return DocumentModifier and TypeMethodDescriptionDocumentSnapshotConverter.convert(com.levigo.jadice.web.server.internal.AbstractInvocationContext invocationContext, DocumentSnapshot sync) Deprecated.Use version for new messagingDocumentSnapshotConverter.convert(IncomingMessageContext ctx, DocumentSnapshotDTO dto) Converts a serialized document representation as inDocumentSnapshotinto a real jadice document.