Class WizardPage

java.lang.Object
org.nuxeo.ecm.webengine.ui.wizard.WizardPage
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebPage

public class WizardPage extends Object implements Serializable
Author:
Bogdan Stefanescu
See Also:
  • Field Details

  • Constructor Details

    • WizardPage

      public WizardPage(String id, Class<? extends Form> formType)
    • WizardPage

      public WizardPage(String id, Class<? extends Form> formType, int style)
    • WizardPage

      public WizardPage(String id, Class<? extends Form> formType, String nextPageId)
    • WizardPage

      public WizardPage(String id, Class<? extends Form> formType, String nextPageId, int style)
  • Method Details

    • getFormType

      public Class<? extends Form> getFormType()
    • getId

      public String getId()
    • isNextEnabled

      public boolean isNextEnabled()
    • isBackEnabled

      public boolean isBackEnabled()
    • isOkEnabled

      public boolean isOkEnabled()
    • isCancelEnabled

      public boolean isCancelEnabled()
    • setForm

      public void setForm(Form form)
    • getForm

      public Form getForm()
    • setIndex

      public void setIndex(int index)
    • getIndex

      public int getIndex()
    • getNextPage

      public <T extends Form> String getNextPage(Wizard wizard, T form)