org.kuali.rice.krad.uif.util
Class UifFormManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifFormManager
public UifFormManager()
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.