org.deegree.wpsclient.gui
Class FormBean

java.lang.Object
  extended by 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 $

Constructor Summary
FormBean()
           
 
Method Summary
 void create(javax.faces.event.ComponentSystemEvent event)
          JSF event listener to create the form dependent of the selected process before form is rendered
 String escapeJsfId(String id)
           
 javax.faces.component.html.HtmlForm getExecuteForm()
           
 void setExecuteForm(javax.faces.component.html.HtmlForm executeForm)
           
 void setOccurence(Map<String,Integer> occurence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBean

public FormBean()
Method Detail

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.