Class CCSimpleWizard

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pbc.CCSimpleWizard
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.IConfiguredByLayout, org.eclnt.jsfserver.pagebean.component.IPageBeanComponent, org.eclnt.jsfserver.pagebean.IPageBean, org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject

public class CCSimpleWizard extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent implements Serializable
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    class 
     
    static interface 
     
    static class 
     

    Nested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent

    org.eclnt.jsfserver.pagebean.component.PageBeanComponent.ILiteralResolver, org.eclnt.jsfserver.pagebean.component.PageBeanComponent.LitMap
  • Field Summary

    Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean

    m_pageModifier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    org.eclnt.jsfserver.pagebean.IPageBean
     
    org.eclnt.jsfserver.elements.impl.FIXGRIDListBinding<CCSimpleWizard.GridItem>
     
     
    boolean
    Definition if "Finish"-button is shown with last wizard step.
    boolean
     
    void
    onCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onFinishAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onNextAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onPreviousAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
     
    void
    selectStep(int index)
     
    void
    setWithCancelButton(boolean withCancelButton)
     
    void
    setWithFinishButton(boolean withFinishButton)
     

    Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent

    getLit, initializePageBean, initializePageBeanConfigItems

    Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase

    addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolver

    Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean

    buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout

    addConfiguredByLayoutListener, removeConfiguredByLayoutListener

    Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean

    closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression

    Methods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent

    initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
  • Constructor Details

    • CCSimpleWizard

      public CCSimpleWizard()
  • Method Details

    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Specified by:
      getRootExpressionUsedInPage in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getRootExpressionUsedInPage in class org.eclnt.jsfserver.pagebean.PageBean
    • prepare

      public void prepare(List<CCSimpleWizard.WizardStep> steps, CCSimpleWizard.IListener listener)
    • getWithFinishButton

      public boolean getWithFinishButton()
      Definition if "Finish"-button is shown with last wizard step. Default: true.
    • setWithFinishButton

      public void setWithFinishButton(boolean withFinishButton)
    • isWithCancelButton

      public boolean isWithCancelButton()
    • setWithCancelButton

      public void setWithCancelButton(boolean withCancelButton)
    • getGrid

      public org.eclnt.jsfserver.elements.impl.FIXGRIDListBinding<CCSimpleWizard.GridItem> getGrid()
    • selectStep

      public void selectStep(int index)
    • getContentUI

      public org.eclnt.jsfserver.pagebean.IPageBean getContentUI()
    • getAvailableNext

      public boolean getAvailableNext()
    • getAvailablePrevious

      public boolean getAvailablePrevious()
    • getAvailableFinish

      public boolean getAvailableFinish()
    • getAvailableCancel

      public boolean getAvailableCancel()
    • onPreviousAction

      public void onPreviousAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onNextAction

      public void onNextAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onFinishAction

      public void onFinishAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onCancelAction

      public void onCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)