|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.web.ui.ResultRow
@Deprecated public class ResultRow
Constructor Summary | |
---|---|
ResultRow(List<Column> columns,
String returnUrl,
String actionUrls)
Deprecated. |
Method Summary | |
---|---|
String |
getActionUrls()
Deprecated. |
BusinessObject |
getBusinessObject()
Deprecated. Returns the BusinessObject associated with this row. |
List<Column> |
getColumns()
Deprecated. |
String |
getObjectId()
Deprecated. Gets the Object ID of the BO that this row represents |
String |
getReturnUrl()
Deprecated. |
HtmlData |
getReturnUrlHtmlData()
Deprecated. |
String |
getRowId()
Deprecated. |
boolean |
isRowReturnable()
Deprecated. Gets whether to show the return URL (for single value lookups invoked from a document or nested lookup) or the return checkbox (for multiple value lookups) |
void |
setActionUrls(String actionUrls)
Deprecated. |
void |
setBusinessObject(BusinessObject businessObject)
Deprecated. |
void |
setColumns(List<Column> columns)
Deprecated. |
void |
setObjectId(String objectId)
Deprecated. Sets the Object ID of the BO that this row represents |
void |
setReturnUrl(String returnUrl)
Deprecated. |
void |
setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
Deprecated. |
void |
setRowId(String rowId)
Deprecated. |
void |
setRowReturnable(boolean rowReturnable)
Deprecated. Sets whether to show the return URL (for single value lookups invoked from a document or nested lookup) or the return checkbox (for multiple value lookups) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultRow(List<Column> columns, String returnUrl, String actionUrls)
Method Detail |
---|
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
returnUrl
- The returnUrl to set.public List<Column> getColumns()
public void setColumns(List<Column> columns)
columns
- The columns to set.public String getActionUrls()
public void setActionUrls(String actionUrls)
actionsUrl
- the actions urlpublic String getObjectId()
public void setObjectId(String objectId)
objectId
- public boolean isRowReturnable()
public void setRowReturnable(boolean rowReturnable)
rowReturnable
- public BusinessObject getBusinessObject()
public void setBusinessObject(BusinessObject businessObject)
businessObject
- the businessObject to setpublic String getRowId()
public void setRowId(String rowId)
rowId
- the rowId to setpublic HtmlData getReturnUrlHtmlData()
public void setReturnUrlHtmlData(HtmlData returnUrlHtmlData)
returnUrlHtmlData
- the returnUrlHtmlData to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |