Package org.eclnt.ccaddons.pbc
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 ClassesModifier and TypeClassDescriptionstatic classclassstatic interfacestatic classNested 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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanorg.eclnt.jsfserver.pagebean.IPageBeanorg.eclnt.jsfserver.elements.impl.FIXGRIDListBinding<CCSimpleWizard.GridItem>getGrid()booleanDefinition if "Finish"-button is shown with last wizard step.booleanvoidonCancelAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonFinishAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonNextAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidonPreviousAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) voidprepare(List<CCSimpleWizard.WizardStep> steps, CCSimpleWizard.IListener listener) voidselectStep(int index) voidsetWithCancelButton(boolean withCancelButton) voidsetWithFinishButton(boolean withFinishButton) Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLit, initializePageBean, initializePageBeanConfigItemsMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
CCSimpleWizard
public CCSimpleWizard()
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein classorg.eclnt.jsfserver.pagebean.PageBean
-
prepare
-
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
-
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)
-