Uses of Class
info.magnolia.module.form.engine.FormStepState

Packages that use FormStepState
info.magnolia.module.form.engine   
info.magnolia.module.form.templates.components   
 

Uses of FormStepState in info.magnolia.module.form.engine
 

Methods in info.magnolia.module.form.engine that return FormStepState
 FormStepState FormDataBinder.bindAndValidate(javax.jcr.Node paragraph)
           
 FormStepState FormState.getStep(String uuid)
           
 

Methods in info.magnolia.module.form.engine that return types with arguments of type FormStepState
 Map<String,FormStepState> FormState.getSteps()
           
 

Methods in info.magnolia.module.form.engine with parameters of type FormStepState
 void FormState.addStep(FormStepState stepState)
           
protected abstract  View FormEngine.getFormView(FormStepState step)
          Called when the form is to be rendered.
protected  View FormEngine.getValidationFailedView(FormStepState step)
          Called when validation fails.
 

Uses of FormStepState in info.magnolia.module.form.templates.components
 

Methods in info.magnolia.module.form.templates.components that return FormStepState
 FormStepState DefaultFormDataBinder.bindAndValidate(javax.jcr.Node component)
           
 

Methods in info.magnolia.module.form.templates.components that return types with arguments of type FormStepState
protected  ArrayList<FormStepState> FormSummaryModel.getSteps()
           
 

Methods in info.magnolia.module.form.templates.components with parameters of type FormStepState
protected  void DefaultFormDataBinder.bindAndValidateFields(Iterator<javax.jcr.Node> iterator, FormStepState step)
           
protected  FormSummaryBean FormSummaryModel.createFormSummaryBean(FormStepState step)
           
protected  View AbstractFormEngine.getFormView(FormStepState step)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.