com.tonbeller.wcf.wizard
Interface WizardPage

All Superinterfaces:
Renderable, Visible
All Known Implementing Classes:
FormComponent

public interface WizardPage
extends Renderable, Visible

The wizard will register a PageListener with all its pages. If a page is shown, its render() method is called. When the processing of a page has finished, the page must call one of the PageListener methods to inform the Wizard.

Author:
av

Nested Class Summary
static class WizardPage.WizardPagePosition
           
 
Method Summary
 void addPageListener(PageListener l)
           
 void pageAdded(WizardPage.WizardPagePosition pagePos)
           
 void pageSkipped()
           
 void removePageListener(PageListener l)
           
 
Methods inherited from interface com.tonbeller.wcf.component.Renderable
render
 
Methods inherited from interface com.tonbeller.wcf.component.Visible
isVisible, setVisible
 

Method Detail

addPageListener

public void addPageListener(PageListener l)

removePageListener

public void removePageListener(PageListener l)

pageAdded

public void pageAdded(WizardPage.WizardPagePosition pagePos)

pageSkipped

public void pageSkipped()