|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
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 | ||
|---|---|---|
protected
|
copyProperties(T component)
Copies properties for copy() |
|
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 |
|
void |
setPageId(String pageId)
|
|
void |
setTitle(String title)
|
|
void |
setUrl(String url)
|
|
void |
setViewId(String viewId)
|
|
| Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase |
|---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph |
| Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
|---|
copy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
|---|
getComponentCode, getNamespaceCode |
| Constructor Detail |
|---|
public HistoryEntry()
public HistoryEntry(String viewId,
String pageId,
String title,
String url,
String formKey)
| Method Detail |
|---|
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 setprotected <T> void copyProperties(T component)
DictionaryBeanBase
copyProperties in class UifDictionaryBeanBasecomponent - base beanComponentBase.copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||