Uses of Class
org.dashbuilder.shared.model.DataSetContent
-
Packages that use DataSetContent Package Description org.dashbuilder.backend org.dashbuilder.shared.event -
-
Uses of DataSetContent in org.dashbuilder.backend
Methods in org.dashbuilder.backend with parameters of type DataSetContent Modifier and Type Method Description voidDataSetContentListener. registerDataSetContent(DataSetContent content) -
Uses of DataSetContent in org.dashbuilder.shared.event
Methods in org.dashbuilder.shared.event that return types with arguments of type DataSetContent Modifier and Type Method Description List<DataSetContent>NewDataSetContentEvent. getContent()Constructor parameters in org.dashbuilder.shared.event with type arguments of type DataSetContent Constructor Description NewDataSetContentEvent(String runtimeModelId, List<DataSetContent> content)
-