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 TypeClassDescriptionclassA 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 SourceOpenFileHandler.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 TypeClassDescriptionclassAbstractDocumentDataProvider<S extends Source,SH extends PageSegmentHandle> classSimpleDocumentDataProvider<S extends Source,SH extends PageSegmentHandle> Simple version of anDocumentDataProviderthat usesProviders 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 voidClassPathDocumentPanel.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 TypeInterfaceDescriptioninterfaceDocumentDataProvider<S extends Source,SH extends PageSegmentHandle> A provider for reading documents based onSources.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 registeredContextualFactoryinstance to create aDocumentDataProvider.<S extends Source,SH extends PageSegmentHandle>
voidDocumentDataProviderRegistry.registerProvider(Class<S> source, Class<SH> sourceHandle, ContextualFactory<? extends DocumentDataProvider<S, SH>> providerFactory) Registers aContextualFactoryinstance to create aDocumentDataProvider.<S extends Source,SH extends PageSegmentHandle>
voidDocumentDataProviderRegistry.registerProvider(Class<S> source, Class<SH> sourceHandle, DocumentDataProvider<S, SH> provider) Registers aDocumentDataProviderimplementation for the providedSourceandPageSegmentHandletypes. -
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 TypeMethodDescriptionvoidSourceMapper.registerDirectMapping(String type, Class<? extends Source> clazz) voidSourceMapper.registerMapping(String type, Class<? extends Source> clazz)