Package org.kuali.rice.kns.web.ui
Class ResultRow
java.lang.Object
org.kuali.rice.kns.web.ui.ResultRow
- All Implemented Interfaces:
Serializable
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.org.kuali.rice.krad.bo.BusinessObjectDeprecated.Returns the BusinessObject associated with this row.Deprecated.Deprecated.Gets the Object ID of the BO that this row representsDeprecated.Deprecated.getRowId()Deprecated.booleanDeprecated.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)voidsetActionUrls(String actionUrls) Deprecated.voidsetBusinessObject(org.kuali.rice.krad.bo.BusinessObject businessObject) Deprecated.voidsetColumns(List<Column> columns) Deprecated.voidsetObjectId(String objectId) Deprecated.Sets the Object ID of the BO that this row representsvoidsetReturnUrl(String returnUrl) Deprecated.voidsetReturnUrlHtmlData(HtmlData returnUrlHtmlData) Deprecated.voidDeprecated.voidsetRowReturnable(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)
-
Constructor Details
-
ResultRow
Deprecated.
-
-
Method Details
-
getReturnUrl
Deprecated.- Returns:
- Returns the returnUrl.
-
setReturnUrl
Deprecated.- Parameters:
returnUrl- The returnUrl to set.
-
getColumns
Deprecated.- Returns:
- Returns the columns.
-
setColumns
Deprecated.- Parameters:
columns- The columns to set.
-
getActionUrls
Deprecated.- Returns:
- Returns the actions url
-
setActionUrls
Deprecated.- Parameters:
actionsUrl- the actions url
-
getObjectId
Deprecated.Gets the Object ID of the BO that this row represents- Returns:
-
setObjectId
Deprecated.Sets the Object ID of the BO that this row represents- Parameters:
objectId-
-
isRowReturnable
public 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)- Returns:
-
setRowReturnable
public 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)- Parameters:
rowReturnable-
-
getBusinessObject
public org.kuali.rice.krad.bo.BusinessObject getBusinessObject()Deprecated.Returns the BusinessObject associated with this row. This may be null- Returns:
- the businessObject, or null if the businessObject was not set
-
setBusinessObject
public void setBusinessObject(org.kuali.rice.krad.bo.BusinessObject businessObject) Deprecated.- Parameters:
businessObject- the businessObject to set
-
getRowId
Deprecated.- Returns:
- the rowId
-
setRowId
Deprecated.- Parameters:
rowId- the rowId to set
-
getReturnUrlHtmlData
Deprecated.- Returns:
- the returnUrlHtmlData
-
setReturnUrlHtmlData
Deprecated.- Parameters:
returnUrlHtmlData- the returnUrlHtmlData to set
-