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

All Known Implementing Classes:
AbstractFreemarkerWizardPage, SelectColumnsWizardPage, SelectTableWizardPage

public interface JobWizardPageController


Method Summary
 String getFormInnerHtml()
          Gets a HTML form element which represents this page rendered for the user.
 Integer getPageIndex()
          Gets a (0-based) page index.
 JobWizardPageController nextPageController(Map<String,List<String>> formParameters)
          Submits the presented form and requests the next page in the wizard.
 

Method Detail

getPageIndex

Integer getPageIndex()
Gets a (0-based) page index.

Returns:

getFormInnerHtml

String getFormInnerHtml()
Gets a HTML form element which represents this page rendered for the user.

Returns:

nextPageController

JobWizardPageController nextPageController(Map<String,List<String>> formParameters)
                                           throws DCUserInputException
Submits the presented form and requests the next page in the wizard.

Parameters:
formParameters -
Returns:
Throws:
DCUserInputException


Copyright © 2012 Human Inference. All Rights Reserved.