org.kuali.kfs.sys.document.web
Class AccountingLineViewCountedSequenceNumberField
java.lang.Object
org.kuali.kfs.sys.document.web.FieldTableJoining
org.kuali.kfs.sys.document.web.FieldTableJoiningWithHeader
org.kuali.kfs.sys.document.web.AccountingLineViewSequenceNumberField
org.kuali.kfs.sys.document.web.AccountingLineViewCountedSequenceNumberField
- All Implemented Interfaces:
- ElementNamable, RenderableElement, TableJoining, TableJoiningWithHeader
public class AccountingLineViewCountedSequenceNumberField
- extends AccountingLineViewSequenceNumberField
A sequence number which relies on line count, regardless of what the accounting line's sequence number
really is
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountingLineViewCountedSequenceNumberField
public AccountingLineViewCountedSequenceNumberField()
getDisplaySequenceNumber
protected String getDisplaySequenceNumber(AccountingLineRenderingContext renderingContext)
- Returns the line count of this number plus one
- Overrides:
getDisplaySequenceNumber
in class AccountingLineViewSequenceNumberField
- Parameters:
renderingContext
- the rendering context which holds the accounting line
- Returns:
- the sequence number to render (not the one to store as a value)
- See Also:
AccountingLineViewSequenceNumberField.getDisplaySequenceNumber(org.kuali.kfs.sys.document.web.AccountingLineRenderingContext)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.