org.deegree.wpsclient.gui
Class FormBean
java.lang.Object
org.deegree.wpsclient.gui.FormBean
public class FormBean
- extends Object
FormBean
manages the creation of the form dependent of the selected process
- Version:
- $Revision: $, $Date: $
- Author:
- Lyn Buesching, last edited by: $Author: lyn $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormBean
public FormBean()
setOccurence
public void setOccurence(Map<String,Integer> occurence)
create
public void create(javax.faces.event.ComponentSystemEvent event)
throws javax.faces.event.AbortProcessingException
- JSF event listener to create the form dependent of the selected process before form is rendered
- Throws:
javax.faces.event.AbortProcessingException
setExecuteForm
public void setExecuteForm(javax.faces.component.html.HtmlForm executeForm)
- Parameters:
executeForm
- the form component
getExecuteForm
public javax.faces.component.html.HtmlForm getExecuteForm()
- Returns:
- the form component
escapeJsfId
public String escapeJsfId(String id)
Copyright © 2011. All Rights Reserved.