Uses of Class
com.levigo.jadice.web.shared.model.Source
Packages that use Source
Package
Description
-
Uses of Source in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return SourceMethods in com.levigo.jadice.web.client.messaging with parameters of type Source -
Uses of Source in com.levigo.jadice.web.client.messaging.data
Subclasses of Source in com.levigo.jadice.web.client.messaging.dataModifier and TypeClassDescriptionclass
A generic PageSegmentHandle/Source that only lives on the client, specially made for the TypeScript Viewer. -
Uses of Source in com.levigo.jadice.web.client.model.document
Methods in com.levigo.jadice.web.client.model.document that return Source -
Uses of Source in com.levigo.jadice.web.client.reader
Methods in com.levigo.jadice.web.client.reader with parameters of type SourceModifier and TypeMethodDescriptionReader.read
(Source source, AsyncCallback<Document> callback) Initiates server side document loading.Reader.read
(Source source, String type, AsyncCallback<Document> callback) -
Uses of Source in com.levigo.jadice.web.demo.common.client.basicviewer
Methods in com.levigo.jadice.web.demo.common.client.basicviewer with parameters of type Source -
Uses of Source in com.levigo.jadice.web.demo.common.client.util
Methods in com.levigo.jadice.web.demo.common.client.util that return SourceModifier and TypeMethodDescriptionprotected Source
OpenFileHandler.createSource
(String uploadFileUUID) -
Uses of Source in com.levigo.jadice.web.demo.common.server.dataprovider
Classes in com.levigo.jadice.web.demo.common.server.dataprovider with type parameters of type SourceModifier and TypeClassDescriptionclass
AbstractDocumentDataProvider<S extends Source,
SH extends PageSegmentHandle> class
SimpleDocumentDataProvider<S extends Source,
SH extends PageSegmentHandle> Simple version of anDocumentDataProvider
that usesProvider
s to read and recover -
Uses of Source in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type SourceModifier and TypeMethodDescriptionprotected void
ClassPathDocumentPanel.addDocument
(String title, String description, Source source, String documentType) Add a document to the list of test documents. -
Uses of Source in com.levigo.jadice.web.server
Classes in com.levigo.jadice.web.server with type parameters of type SourceModifier and TypeInterfaceDescriptioninterface
DocumentDataProvider<S extends Source,
SH extends PageSegmentHandle> A provider for reading documents based onSource
s.Methods in com.levigo.jadice.web.server with type parameters of type SourceModifier and TypeMethodDescription<S extends Source>
ContextualFactory<DocumentDataProvider<S, ?>> DocumentDataProviderRegistry.getProviderBySource
(Class<S> source) Gets a previously registeredContextualFactory
instance to create aDocumentDataProvider
.<S extends Source,
SH extends PageSegmentHandle>
voidDocumentDataProviderRegistry.registerProvider
(Class<S> source, Class<SH> sourceHandle, ContextualFactory<? extends DocumentDataProvider<S, SH>> providerFactory) Registers aContextualFactory
instance to create aDocumentDataProvider
.<S extends Source,
SH extends PageSegmentHandle>
voidDocumentDataProviderRegistry.registerProvider
(Class<S> source, Class<SH> sourceHandle, DocumentDataProvider<S, SH> provider) Registers aDocumentDataProvider
implementation for the providedSource
andPageSegmentHandle
types. -
Uses of Source in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return SourceMethods in com.levigo.jadice.web.server.messaging with parameters of type Source -
Uses of Source in com.levigo.jadice.web.server.messaging.mapper
Method parameters in com.levigo.jadice.web.server.messaging.mapper with type arguments of type SourceModifier and TypeMethodDescriptionvoid
SourceMapper.registerDirectMapping
(String type, Class<? extends Source> clazz) void
SourceMapper.registerMapping
(String type, Class<? extends Source> clazz)