Class Source

java.lang.Object
com.levigo.jadice.web.shared.model.Source
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassPathWithRenderControlsSource, CompositeSource, PasswordContainingSource, ServerBasedDnDSource

public abstract class Source extends Object implements Serializable
A Source identifies a Document to read. The implementor is free to create an implementation of a Source with fields and methods specific to his use case. Usually, a Source will at least contain a UUID of the associated document. In one of its simplest usages, a Source can be represented by just a DataURL to a document.
See Also:
  • Constructor Details

    • Source

      public Source()