org.kuali.kfs.sys.document.web
Interface HeaderLabelPopulating

All Known Implementing Classes:
AccountingLineViewField, PurapAccountingLineViewField

public interface HeaderLabelPopulating

Contract for classes than plan to be have labels rendered for them


Method Summary
 void populateHeaderLabel(HeaderLabel label, AccountingLineRenderingContext renderingContext)
          Asks that the HeaderLabelPopulating implementor populate the header label
 

Method Detail

populateHeaderLabel

void populateHeaderLabel(HeaderLabel label,
                         AccountingLineRenderingContext renderingContext)
Asks that the HeaderLabelPopulating implementor populate the header label

Parameters:
label - the header label to populate
renderingContext - the rendering context the label will be populated in


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