| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.component.ConfigurableBase
org.kuali.rice.krad.uif.view.HistoryEntry
public class HistoryEntry
A simple object that keeps track of various HistoryInformation TODO a variety of these settings are not used in the current implementation of breadcrumbs and history, they may be removed later if they prove unuseful in future changes
| Constructor Summary | |
|---|---|
| HistoryEntry() | |
| HistoryEntry(String viewId,
                         String pageId,
                         String title,
                         String url,
                         String formKey) | |
| Method Summary | |
|---|---|
|  String | getFormKey() | 
|  String | getPageId()The pageId of the page on the view | 
|  String | getTitle()The title of the view | 
|  String | getUrl()The url of this HistoryEntry | 
|  String | getViewId()The viewId of the view | 
|  void | setFormKey(String formKey)The formKey of the form in the view TODO unsure of use | 
|  void | setPageId(String pageId) | 
|  void | setTitle(String title) | 
|  void | setUrl(String url) | 
|  void | setViewId(String viewId) | 
|  String | toParam() | 
| Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase | 
|---|
| getPropertyExpression, getPropertyExpressions, setPropertyExpressions | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HistoryEntry()
public HistoryEntry(String viewId,
                    String pageId,
                    String title,
                    String url,
                    String formKey)
| Method Detail | 
|---|
public String toParam()
public String getViewId()
public void setViewId(String viewId)
viewId - the viewId to setpublic String getPageId()
public void setPageId(String pageId)
pageId - the pageId to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getFormKey()
public void setFormKey(String formKey)
formKey - the formKey to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||