ETLCollaborationWizardTransferPanel(String title, List dsList, Collection destColl, boolean sourceDb) Creates a new instance of ETLCollaborationWizardTransferPanel using the given
ListModels to initially populate the source and destination panels.
getModel() Gets ListTransferModel associated with this object.
static boolean
hasEnoughTablesForJoin(List db) Indicates whether Databases in the given List have enough selected tables to allow for
creation of a join from among the set of tables.
boolean
hasEnoughTablesForJoin() Indicates whether this panel has enough selected tables to allow for creation of a
join.
public boolean
hasValidContents() Indicates whether current state of panel is sufficient for enclosing window/dialog
to close itself and read the contents of the source and destination panels.
public ETLCollaborationWizardTransferPanel()(Code)
Creates a default instance of ETLCollaborationWizardTransferPanel.
ETLCollaborationWizardTransferPanel
public ETLCollaborationWizardTransferPanel(String title, List dsList, Collection destColl, boolean sourceDb)(Code)
Creates a new instance of ETLCollaborationWizardTransferPanel using the given
ListModels to initially populate the source and destination panels.
Parameters: title - String to be displayed as title of this panel Parameters: dsList - List of DatabaseModels used to populate datasource panel Parameters: destColl - Collection of selected DatabaseModels Parameters: sourceDb - true if this panel displays available selections for source Databases;false if it displays available destination Databases
Indicates whether Databases in the given List have enough selected tables to allow for
creation of a join from among the set of tables.
true if number of selected tables is sufficient to create a join; falseotherwise
Indicates whether this panel has enough selected tables to allow for creation of a
join.
true if number of selected tables is sufficient to create a join; falseotherwise
Indicates whether current state of panel is sufficient for enclosing window/dialog
to close itself and read the contents of the source and destination panels.
true if panel contents are in a valid state, false otherwise.