Class RVLocalFileDataSourceItem
- java.lang.Object
-
- com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
- com.infragistics.reveal.sdk.api.model.RVLocalFileDataSourceItem
-
- All Implemented Interfaces:
IRVResourceItem
public class RVLocalFileDataSourceItem extends RVDataSourceItem implements IRVResourceItem
The local file data source item, used to load files from local storage. The root directory for this storage can be configured when initializing the Reveal Engine, in the LocalFilesStoragePath property.
-
-
Constructor Summary
Constructors Constructor Description RVLocalFileDataSourceItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUri()
The URI referencing the file, like local://Directory/File.csv.String
setUri(String value)
The URI referencing the file, like local://Directory/File.csv.-
Methods inherited from class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
-