portal.comp.wizard
Class InternalWizardPage

java.lang.Object
  extended byportal.comp.wizard.InternalWizardPage
All Implemented Interfaces:
java.io.Serializable

public class InternalWizardPage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InternalWizardPage(WizardPage child)
           
 
Method Summary
 WizardPage getWizardPage()
           
 boolean isValid()
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalWizardPage

public InternalWizardPage(WizardPage child)
Method Detail

getWizardPage

public WizardPage getWizardPage()

isValid

public boolean isValid()

validate

public void validate()