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.RenderControlsInventory
ExportHelper.getRenderControlsInventory
(Document document) static com.levigo.jadice.document.render.RenderControlsInventory
ExportHelper.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 boolean
PDFUtil.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 boolean
AnnotationPermissions.isAddAllowed
(Document document) Determines if annotations are allowed to be added to a document.static boolean
AnnotationPermissions.isChangeAllowed
(Document document, Annotation... annotations) Determines if the given annotations may be changed on the given document.static boolean
AnnotationPermissions.isRemoveAllowed
(Document document, Annotation... annotations) Determines if the given annotations may be removed from the given document.static boolean
AnnotationPermissions.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 AnnotationProfile
Return the applicableAnnotationProfile
for the givenDocument
.static void
AnnotationProfile.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 ornull
if not available at the creation time of this event.Methods in com.levigo.jadice.document with parameters of type DocumentModifier and TypeMethodDescriptionboolean
DocumentAdapter.approveStateChange
(Document source, Document.State oldState, Document.State newState) boolean
DocumentInterceptor.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.void
AbstractDocumentEvent.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 TypeMethodDescriptionvoid
JadicePageView.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 Bookmark
BookmarkFactory.createBookmark
(Document document, Page page) Creates a newBookmark
for the given document and page.static Bookmark
BookmarkFactory.createBookmark
(Document document, Page page, Point2D panPoint, Float zoomfactor, BaseRenderSettings.Rotation rotation) Creates a newBookmark
for the given document and page.static BookmarkList
BookmarkListFactory.getBookmarkList
(Document document) Retrieves theBookmarkList
for 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 Document
AbstractDocumentCommand.getDocument()
protected Document
AbstractMessagingCapableDocumentCommand.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> void
DocumentChangedEvent.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 void
Grids.attachGridToDocument
(Document doc, Grid grid) Attaches the givenGrid
to the document by putting it into the document properties.static Grid
Grids.getGridForDocument
(Document doc) Returns theGrid
for the given document.static boolean
Checks if the given document has aGrid
set in its document properties.static void
Grids.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 TypeMethodDescriptionvoid
AnnotationSelection.add
(Document document, Page page, ShapeBasedAnnotation annotation) abstract String
Wrangler.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.void
AnnotationSelection.set
(Document document, Page page, ShapeBasedAnnotation... annotations) void
CreateModeEditor.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 EffectIcon
TextAnnotationWrangler.getIcon
(List<? extends Annotation> selected, Document doc) protected ToggleIconFont
TextAnnotationWrangler.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 DocumentSnapshotDTO
DocumentSnapshotDTO.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 TypeClassDescriptionclass
Methods 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.WritableRenderPresets
RenderControlsJsonSerializer.createRenderPresets
(PageView pageView, Document document, ControlsKitFilter filter) 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 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 TypeMethodDescriptionvoid
AdvancedSearch.onSearchResult
(com.levigo.jadice.web.shared.service.internal.textsearch.TextSearchAnswer result, int searchIndex, Document document) void
RolloutSearch.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.SafeHtml
AnnotationTooltipGenerator.createTooltipText
(Document document, Annotation annotation) Creates the tooltip text for the given annotation.boolean
AnnotationTooltipGenerator.isEnabled
(Document document, Annotation annotation) Checks if thisAnnotationTooltipGenerator
is 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 UndoManager
DocumentUndoSupport.getUndoManager
(Document document) Return the undo manager associated with the given document.static void
DocumentUndoSupport.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 void
Annotations.clearModified
(Document document) Clear the modified state of allAnnotation
s 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 givenDocument
retrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientstatic boolean
Annotations.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.SafeHtml
DemoTooltipGenerator.createTooltipText
(Document document, Annotation annotation) boolean
DemoTooltipGenerator.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 TypeMethodDescriptionvoid
PasswordDialog.setAsyncCallback
(AsyncCallback<Document> callback) set theAsyncCallback
to 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 AnnotationFormat
AnnotationUtils.findFormat
(Document doc) DemoSaveAnnotationsHandler.run
(Document document, SaveAnnotationsRequestDTO dto) static void
AnnotationUtils.writeOutputStream
(Document document, OutputStream outputStream, String streamId, org.jadice.util.log.Logger logger, AnnotationFormat annoFormat, ByteArrayOutputStream baos) -
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 SaveAnnotationsResponseDTO
SaveAnnotationsHandler.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 inDocumentSnapshot
into a real jadice document.