org.kuali.rice.krad.uif.util
Class UifFormManager

java.lang.Object
  extended by org.kuali.rice.krad.uif.util.UifFormManager
All Implemented Interfaces:
Serializable

public class UifFormManager
extends Object
implements Serializable

Manages Uif form objects for a session

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
UifFormManager()
           
 
Method Summary
 void addForm(UifFormBase form)
           
 UifFormBase getCurrentForm()
           
 UifFormBase getForm(String formKey)
           
 void removeForm(UifFormBase form)
           
 void removeFormByKey(String formKey)
           
 void setCurrentForm(UifFormBase currentForm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UifFormManager

public UifFormManager()
Method Detail

getCurrentForm

public UifFormBase getCurrentForm()

setCurrentForm

public void setCurrentForm(UifFormBase currentForm)

addForm

public void addForm(UifFormBase form)

getForm

public UifFormBase getForm(String formKey)

removeForm

public void removeForm(UifFormBase form)

removeFormByKey

public void removeFormByKey(String formKey)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.