Interface SourceLocation

All Superinterfaces:
Serializable
All Known Implementing Classes:
PageRegion

public interface SourceLocation extends Serializable
Where a SourceExtract sits inside its source document. The only implementation today is PageRegion; more location kinds (for example a time range for audio, or a character range for plain text) can be added later, so code reading a location should check the concrete type and skip kinds it does not know.
Since:
25.3
Author:
Vaadin Ltd