Uses of Class
org.kuali.rice.krad.web.form.HistoryManager

Packages that use HistoryManager
org.kuali.rice.krad.web.form   
 

Uses of HistoryManager in org.kuali.rice.krad.web.form
 

Fields in org.kuali.rice.krad.web.form declared as HistoryManager
protected  HistoryManager UifFormBase.historyManager
           
 

Methods in org.kuali.rice.krad.web.form that return HistoryManager
 HistoryManager UifFormBase.getHistoryManager()
          The current HistoryManager that was pulled from session which store all HistoryFlow objects in the current session to keep track of the path the user has taken across views (primarily used by path-based breadcrumbs)
 

Methods in org.kuali.rice.krad.web.form with parameters of type HistoryManager
 void UifFormBase.setHistoryManager(HistoryManager historyManager)
          Set the current HistoryManager
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.