Class SimpleDataSource
java.lang.Object
com.adobe.granite.ui.components.ds.AbstractDataSource
com.adobe.granite.ui.components.ds.SimpleDataSource
- All Implemented Interfaces:
DataSource
- Direct Known Subclasses:
ResourceDataSource
A datasource that simply takes the passed resource iterator as its data.
-
Constructor Details
-
SimpleDataSource
-
-
Method Details
-
iterator
Description copied from interface:DataSourceReturns the data.- Specified by:
iteratorin interfaceDataSource- Overrides:
iteratorin classAbstractDataSource- Returns:
- The iterator of the data.
-