public abstract class ReportBean extends Object implements org.kuali.rice.krad.bo.BusinessObject
| Constructor and Description |
|---|
ReportBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.kns.web.ui.Column |
createColumn(String label,
String propertyName,
Object property,
Class clazz) |
protected abstract List<org.kuali.rice.kns.web.ui.Column> |
createColumns() |
org.kuali.rice.kns.web.ui.ResultRow |
createResultRow()
Here's the story of this method:
Rice found a great utility called DisplayTag (http://displaytag.sourceforge.net).
|
void |
prepareForWorkflow() |
void |
refresh() |
protected abstract List<org.kuali.rice.kns.web.ui.Column> createColumns()
public void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectpublic void prepareForWorkflow()
protected org.kuali.rice.kns.web.ui.Column createColumn(String label, String propertyName, Object property, Class clazz)
public org.kuali.rice.kns.web.ui.ResultRow createResultRow()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.