net.sourceforge.formview
Class FormSetView

java.lang.Object
  extended by net.sourceforge.formview.FormSetView
All Implemented Interfaces:
java.io.Serializable

public class FormSetView
extends java.lang.Object
implements java.io.Serializable

Description : Form set.

Version:
1.0.0
Author:
Angelo ZERR
See Also:
Serialized Form

Constructor Summary
FormSetView()
           
 
Method Summary
 void addForm(FormView f)
           
 void addForm(FormView f, java.lang.Class updatedByClass)
           
 void addForm(FormView f, java.lang.Class updatedByClass, java.lang.String updatedByMethodName)
          Add a Form to the FormSet.
 FormView getForm(java.lang.String formName)
          Retrieve a Form based on the form name.
 FormView getForm(java.lang.String formName, java.lang.String state)
           
 java.util.Map getForms()
          A Map of Forms is returned as an unmodifiable Map with the key based on the form name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormSetView

public FormSetView()
Method Detail

addForm

public void addForm(FormView f,
                    java.lang.Class updatedByClass,
                    java.lang.String updatedByMethodName)
Add a Form to the FormSet.


addForm

public void addForm(FormView f,
                    java.lang.Class updatedByClass)

addForm

public void addForm(FormView f)

getForm

public FormView getForm(java.lang.String formName,
                        java.lang.String state)

getForm

public FormView getForm(java.lang.String formName)
Retrieve a Form based on the form name.


getForms

public java.util.Map getForms()
A Map of Forms is returned as an unmodifiable Map with the key based on the form name.



Copyright 2006 null. All Rights Reserved.