Uses of Class
nl.innovationinvestments.cheyenne.engine.support.DataSet

Packages that use DataSet
nl.innovationinvestments.cheyenne.engine   
nl.innovationinvestments.cheyenne.engine.components   
nl.innovationinvestments.cheyenne.engine.support   
 

Uses of DataSet in nl.innovationinvestments.cheyenne.engine
 

Methods in nl.innovationinvestments.cheyenne.engine that return DataSet
 DataSet Dialog.findDataSetById(String id)
          Find the data set by ID
 

Methods in nl.innovationinvestments.cheyenne.engine that return types with arguments of type DataSet
 List<DataSet> Dialog.fillAndRememberFlashContext()
           
 

Methods in nl.innovationinvestments.cheyenne.engine with parameters of type DataSet
 void Dialog.registerDataSet(DataSet dataSet)
          Newest dataset is put at #0
 void Dialog.unregisterDataSet(DataSet dataSet)
           
 

Method parameters in nl.innovationinvestments.cheyenne.engine with type arguments of type DataSet
 void Dialog.rememberFlashContext(List<DataSet> flashDataSets)
          Also used by the CheyenneServlet
 

Uses of DataSet in nl.innovationinvestments.cheyenne.engine.components
 

Methods in nl.innovationinvestments.cheyenne.engine.components that return DataSet
 DataSet Loop.getDataSet()
           
 

Methods in nl.innovationinvestments.cheyenne.engine.components with parameters of type DataSet
 void Loop.setDataSet(DataSet value)
          DataSet
 

Uses of DataSet in nl.innovationinvestments.cheyenne.engine.support
 

Subclasses of DataSet in nl.innovationinvestments.cheyenne.engine.support
 class SQLDataSet
           
 class XMLDataSet
           
 class XMLQueryResultDataSet
           
 



Copyright © 2013 InnovationInvestments. All rights reserved.