org.pentaho.platform.dataaccess.datasource.ui.selectdialog
Class DatasourceSelectionDialogModel

java.lang.Object
  extended by XulEventSourceAdapter
      extended by org.pentaho.platform.dataaccess.datasource.ui.selectdialog.DatasourceSelectionDialogModel

public class DatasourceSelectionDialogModel
extends XulEventSourceAdapter

The state (a.k.a. model) of this dialog.

Author:
mlowery

Constructor Summary
DatasourceSelectionDialogModel()
           
 
Method Summary
 List<LogicalModelSummary> getLogicalModelSummaries()
           
 int getSelectedIndex()
          
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasourceSelectionDialogModel

public DatasourceSelectionDialogModel()
Method Detail

setLogicalModelSummaries

public void setLogicalModelSummaries(List<LogicalModelSummary> logicalModelSummaries)

getLogicalModelSummaries

public List<LogicalModelSummary> getLogicalModelSummaries()

setSelectedLogicalModel

public void setSelectedLogicalModel(String domainId,
                                    String modelId)

setSelectedIndex


getSelectedIndex