org.kuali.kfs.sys.document.web.renderers
Interface CollectionPropertiesCurious

All Known Implementing Classes:
ProcurementCardGroupTotalRenderer

public interface CollectionPropertiesCurious

An interface for totals renders which are dying to know what the collection properties for the group they are displaying totals for is


Method Summary
 void setCollectionItemProperty(String collectionItemProperty)
          Sets the name of the collection item property of the currently being rendered group
 void setCollectionProperty(String collectionProperty)
          Sets the name of the collection property for the currently being rendered group
 

Method Detail

setCollectionProperty

void setCollectionProperty(String collectionProperty)
Sets the name of the collection property for the currently being rendered group

Parameters:
collectionProperty - the collection property

setCollectionItemProperty

void setCollectionItemProperty(String collectionItemProperty)
Sets the name of the collection item property of the currently being rendered group

Parameters:
collectionItemProperty - the collection item property


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.