org.pentaho.platform.dataaccess.datasource.ui.selectdialog
Class DatasourceSelectionDialogModel
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.platform.dataaccess.datasource.ui.selectdialog.DatasourceSelectionDialogModel
- All Implemented Interfaces:
- org.pentaho.ui.xul.XulEventSource
public class DatasourceSelectionDialogModel
- extends org.pentaho.ui.xul.XulEventSourceAdapter
The state (a.k.a. model) of this dialog.
- Author:
- mlowery
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatasourceSelectionDialogModel
public DatasourceSelectionDialogModel()
setLogicalModelSummaries
public void setLogicalModelSummaries(java.util.List<LogicalModelSummary> logicalModelSummaries)
getLogicalModelSummaries
public java.util.List<LogicalModelSummary> getLogicalModelSummaries()
setSelectedLogicalModel
public void setSelectedLogicalModel(java.lang.String domainId,
java.lang.String modelId)
setSelectedIndex
public void setSelectedIndex(int selectedIndex)
getSelectedIndex
public int getSelectedIndex()