Uses of Interface
org.eobjects.datacleaner.monitor.jobwizard.api.JobWizardPageController

Packages that use JobWizardPageController
org.eobjects.datacleaner.monitor.jobwizard.api   
org.eobjects.datacleaner.monitor.jobwizard.common   
 

Uses of JobWizardPageController in org.eobjects.datacleaner.monitor.jobwizard.api
 

Methods in org.eobjects.datacleaner.monitor.jobwizard.api that return JobWizardPageController
 JobWizardPageController JobWizardSession.firstPageController()
          Gets the next page of the wizard, or null if this wizard has finished
 JobWizardPageController JobWizardPageController.nextPageController(Map<String,List<String>> formParameters)
          Submits the presented form and requests the next page in the wizard.
 

Uses of JobWizardPageController in org.eobjects.datacleaner.monitor.jobwizard.common
 

Classes in org.eobjects.datacleaner.monitor.jobwizard.common that implement JobWizardPageController
 class AbstractFreemarkerWizardPage
          Abstract JobWizardPageController which uses Freemarker to render the form contents.
 class SelectColumnsWizardPage
          A simple JobWizardPageController that asks the user to select the Columns of interest.
 class SelectTableWizardPage
          A simple JobWizardPageController that asks the user to select the Table of interest.
 

Methods in org.eobjects.datacleaner.monitor.jobwizard.common that return JobWizardPageController
protected abstract  JobWizardPageController SelectColumnsWizardPage.nextPageController(List<Column> selectedColumns)
           
 JobWizardPageController SelectTableWizardPage.nextPageController(Map<String,List<String>> formParameters)
           
 JobWizardPageController SelectColumnsWizardPage.nextPageController(Map<String,List<String>> formParameters)
           
protected abstract  JobWizardPageController SelectTableWizardPage.nextPageController(Table selectedTable)
           
 



Copyright © 2012 Human Inference. All Rights Reserved.