Search in sources :

Example 11 with Row

use of org.kuali.kfs.kns.web.ui.Row in project cu-kfs by CU-CommunityApps.

the class CuPaymentDetailInquirableTest method buildRow.

private Row buildRow(Field... fields) {
    Row row = new Row();
    row.setFields(Arrays.asList(fields));
    return row;
}
Also used : Row(org.kuali.kfs.kns.web.ui.Row)

Aggregations

Row (org.kuali.kfs.kns.web.ui.Row)11 Field (org.kuali.kfs.kns.web.ui.Field)9 Section (org.kuali.kfs.kns.web.ui.Section)5 ArrayList (java.util.ArrayList)3 AccountReversionService (edu.cornell.kfs.coa.service.AccountReversionService)2 UserProcurementProfileValidationService (edu.cornell.kfs.sys.service.UserProcurementProfileValidationService)1 HashMap (java.util.HashMap)1 List (java.util.List)1 Map (java.util.Map)1 IteratorUtils.toList (org.apache.commons.collections.IteratorUtils.toList)1 Account (org.kuali.kfs.coa.businessobject.Account)1 LaborLedgerObject (org.kuali.kfs.integration.ld.LaborLedgerObject)1 MaintenanceDocumentRestrictions (org.kuali.kfs.kns.document.authorization.MaintenanceDocumentRestrictions)1 DataDictionaryService (org.kuali.kfs.kns.service.DataDictionaryService)1 DocumentEntry (org.kuali.kfs.krad.datadictionary.DocumentEntry)1 CollectionIncomplete (org.kuali.kfs.krad.lookup.CollectionIncomplete)1 BeanPropertyComparator (org.kuali.kfs.krad.util.BeanPropertyComparator)1 AccountStatusCurrentFunds (org.kuali.kfs.module.ld.businessobject.AccountStatusCurrentFunds)1 July1PositionFunding (org.kuali.kfs.module.ld.businessobject.July1PositionFunding)1 LaborObject (org.kuali.kfs.module.ld.businessobject.LaborObject)1