Class UIWizard


public abstract class UIWizard extends UIContainer
A component that represents a wizard
  • Constructor Details

    • UIWizard

      public UIWizard()
  • Method Details

    • url

      public String url(String name) throws Exception
      Overrides:
      url in class UIComponent
      Throws:
      Exception
    • viewStep

      public void viewStep(int step)
    • getCurrentStep

      public int getCurrentStep()
    • getSelectedStep

      public int getSelectedStep()