Uses of Interface
info.magnolia.module.form.engine.View

Packages that use View
info.magnolia.module.form.engine   
info.magnolia.module.form.templates.components   
info.magnolia.module.form.templates.components.multistep   
 

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

Subinterfaces of View in info.magnolia.module.form.engine
 interface EndView
          View interface implemented by views returned on submission that leaves the form.
 

Classes in info.magnolia.module.form.engine that implement View
 class RedirectView
          Simple redirect view.
 class RedirectWithTokenAndParametersView
          Used to redirect to a page with the form state token and all url parameters, effectively continuing the form on another page.
 class RedirectWithTokenView
          Used to redirect to a page with the form state token, effectively continuing the form on another page.
 

Methods in info.magnolia.module.form.engine that return View
protected abstract  View FormEngine.getFormView(FormStepState step)
          Called when the form is to be rendered.
protected abstract  View FormEngine.getProcessorFailedView(String errorMessage)
          Called when a processor failed.
protected abstract  View FormEngine.getSuccessView()
          Called when validation was successful and all processors executed successfully.
protected  View FormEngine.getValidationFailedView(FormStepState step)
          Called when validation fails.
protected  View FormEngine.getValidationSuccessfulView(FormState formState)
          Called when validation has been performed and there were no validation errors.
 View FormState.getView()
           
protected abstract  View FormEngine.handleNoSuchFormState(String formStateToken)
          Called when the form was to be rendered for a supplied form token but there is no state in the session.
protected  View FormEngine.handleNoSuchFormStateOnSubmit(String formStateToken)
          Called when a submission occurs with a form state token but there is no formState in session.
 View FormEngine.handleRequest(javax.jcr.Node content)
           
protected  View FormEngine.handleTokenMissing()
          Called when the form is to be rendered and there's no token provided.
 

Methods in info.magnolia.module.form.engine with parameters of type View
 void FormState.setView(View view)
           
 

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

Classes in info.magnolia.module.form.templates.components that implement View
 class ErrorView
          Common error view used when something unexpected happens.
 class FormView
          View for rendering the form.
 class SessionExpiredView
          Used when a sub page is requested with a form execution token that there is no formState in session for.
 class SuccessView
          Used when form processing completes and all processors have executed successfully.
 

Methods in info.magnolia.module.form.templates.components that return View
protected  View AbstractFormEngine.getFormView(FormStepState step)
           
protected  View AbstractFormEngine.getProcessorFailedView(String errorMessage)
           
protected  View AbstractFormEngine.getSuccessView()
           
 View AbstractFormModel.getView()
           
protected  View AbstractFormEngine.handleNoSuchFormState(String formStateToken)
           
 

Uses of View in info.magnolia.module.form.templates.components.multistep
 

Classes in info.magnolia.module.form.templates.components.multistep that implement View
 class GoToFirstPageView
          Used when a sub page is accessed without a form state token.
 

Methods in info.magnolia.module.form.templates.components.multistep that return View
protected  View SubStepFormEngine.handleNoSuchFormState(String formStateToken)
           
protected  View SubStepFormEngine.handleNoSuchFormStateOnSubmit(String formStateToken)
           
protected  View SubStepFormEngine.handleTokenMissing()
           
 



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