@Version("1.3.0")
Package com.adobe.granite.ui.components.ds
Provides API for Granite UI datasources.
-
Interface Summary Interface Description DataSource DataSource is an abstract collection ofResource
. -
Class Summary Class Description AbstractDataSource Abstract class that implements theDataSource
interface.EmptyDataSource A datasource that has no data.ResourceDataSource A datasource that takes a resource's children as its data.SimpleDataSource A datasource that simply takes the passed resource iterator as its data.ValueMapResource ASyntheticResource
that will return the passed ValueMap when this resource is adapted to ValueMap.