Class Wizard

java.lang.Object
org.eclnt.jsfserver.defaultscreens.Wizard
All Implemented Interfaces:
Serializable

public class Wizard extends Object implements Serializable
See Also:
  • Constructor Details

    • Wizard

      public Wizard()
  • Method Details

    • getInstance

      public static Wizard getInstance()
    • getPageName

      public String getPageName()
    • getContentReplace

      public String getContentReplace()
    • getRows

      public FIXGRIDListBinding<Wizard.MyRow> getRows()
    • getAvoidGridNavigation

      public boolean getAvoidGridNavigation()
    • getEnabledPrevious

      public boolean getEnabledPrevious()
    • getEnabledNext

      public boolean getEnabledNext()
    • getEnabledFinish

      public boolean getEnabledFinish()
    • getRenderedPrevious

      public boolean getRenderedPrevious()
    • getRenderedNext

      public boolean getRenderedNext()
    • getRenderedFinish

      public boolean getRenderedFinish()
    • getRenderedDistance

      public boolean getRenderedDistance()
    • prepare

      public void prepare(Wizard.IWizardLogicProvider logic)
    • onNext

      public void onNext(javax.faces.event.ActionEvent ae)
    • onPrevious

      public void onPrevious(javax.faces.event.ActionEvent ae)
    • onCancel

      public void onCancel(javax.faces.event.ActionEvent ae)
    • onFinish

      public void onFinish(javax.faces.event.ActionEvent ae)
    • getCurrentPageInfo

      public Wizard.IWizardPageInfo getCurrentPageInfo()
    • getTextPrevious

      public String getTextPrevious()
    • getTextNext

      public String getTextNext()
    • getTextFinish

      public String getTextFinish()
    • getTextCancel

      public String getTextCancel()
    • getIconPrevious

      public String getIconPrevious()
    • getIconNext

      public String getIconNext()
    • getIconFinish

      public String getIconFinish()
    • getIconCancel

      public String getIconCancel()
    • getIconDisabled

      public String getIconDisabled()