Uses of Class
org.kuali.kfs.sys.document.datadictionary.AccountingLineViewFieldDefinition

Packages that use AccountingLineViewFieldDefinition
org.kuali.kfs.sys.document.datadictionary   
org.kuali.kfs.sys.document.service   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.document.web   
 

Uses of AccountingLineViewFieldDefinition in org.kuali.kfs.sys.document.datadictionary
 

Subclasses of AccountingLineViewFieldDefinition in org.kuali.kfs.sys.document.datadictionary
 class AccountingLineViewCountedSequenceNumberFieldDefinition
          Defines a sequence number which displays based on line count rather than the actual sequence number of the accounting line
 class AccountingLineViewSequenceNumberFieldDefinition
          Data dictionary definition of a field which represents a sequence number on an accounting line.
 

Methods in org.kuali.kfs.sys.document.datadictionary that return AccountingLineViewFieldDefinition
protected  AccountingLineViewFieldDefinition AccountingLineViewCurrentBaseAmountFieldDefinition.createFieldDefinitionForProperty(String propertyName)
          Creates an AccountingLineViewFieldDefinition for the given property name
protected  AccountingLineViewFieldDefinition AccountingLineViewDebitCreditAmountFieldDefinition.createFieldDefinitionForProperty(String propertyName)
          Creates an AccountingLineViewFieldDefinition for the given property name
 

Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type AccountingLineViewFieldDefinition
 List<AccountingLineViewFieldDefinition> AccountingLineViewColumnsDefinition.getFields()
          Gets the fields attribute.
 

Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type AccountingLineViewFieldDefinition
 void AccountingLineViewColumnsDefinition.setFields(List<AccountingLineViewFieldDefinition> fields)
          Sets the fields attribute value.
 

Uses of AccountingLineViewFieldDefinition in org.kuali.kfs.sys.document.service
 

Methods in org.kuali.kfs.sys.document.service that return AccountingLineViewFieldDefinition
 AccountingLineViewFieldDefinition AccountingLineRenderingService.createGenericAccountingLineViewFieldDefinition(org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition)
          Begins to create an AccountingLineViewFieldDefinition, based on the information held within the given MaintainableFieldDefinition
 

Uses of AccountingLineViewFieldDefinition in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl that return AccountingLineViewFieldDefinition
 AccountingLineViewFieldDefinition AccountingLineRenderingServiceImpl.createGenericAccountingLineViewFieldDefinition(org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition currentDefinition)
           
 

Uses of AccountingLineViewFieldDefinition in org.kuali.kfs.sys.document.web
 

Methods in org.kuali.kfs.sys.document.web that return AccountingLineViewFieldDefinition
 AccountingLineViewFieldDefinition AccountingLineViewCurrentBaseAmount.getBaseAmountFieldDefinition()
          Gets the baseAmountFieldDefinition attribute.
 AccountingLineViewFieldDefinition AccountingLineViewDebitCreditAmountLayoutElement.getCreditFieldDefinition()
          Gets the creditFieldDefinition attribute.
 AccountingLineViewFieldDefinition AccountingLineViewCurrentBaseAmount.getCurrentAmountFieldDefinition()
          Gets the currentAmountFieldDefinition attribute.
 AccountingLineViewFieldDefinition AccountingLineViewDebitCreditAmountLayoutElement.getDebitFieldDefinition()
          Gets the debitFieldDefinition attribute.
 AccountingLineViewFieldDefinition AccountingLineViewField.getDefinition()
          Gets the definition attribute.
 AccountingLineViewFieldDefinition AccountingLineViewDebitCreditAmountField.getDefinition()
          Gets the definition attribute.
 

Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineViewFieldDefinition
protected  AccountingLineTableCell AccountingLineViewCurrentBaseAmount.createCellForField(org.kuali.rice.kns.web.ui.Field field, AccountingLineViewFieldDefinition definition)
          Creates a table cell with a renderable field inside
protected  AccountingLineTableCell AccountingLineViewDebitCreditAmountLayoutElement.createCellForField(org.kuali.rice.kns.web.ui.Field field, AccountingLineViewFieldDefinition definition, boolean isDebit)
          Creates a table cell with a renderable field inside
 void AccountingLineViewCurrentBaseAmount.setBaseAmountFieldDefinition(AccountingLineViewFieldDefinition baseAmountFieldDefinition)
          Sets the baseAmountFieldDefinition attribute value.
 void AccountingLineViewDebitCreditAmountLayoutElement.setCreditFieldDefinition(AccountingLineViewFieldDefinition creditFieldDefinition)
          Sets the creditFieldDefinition attribute value.
 void AccountingLineViewCurrentBaseAmount.setCurrentAmountFieldDefinition(AccountingLineViewFieldDefinition currentAmountFieldDefinition)
          Sets the currentAmountFieldDefinition attribute value.
 void AccountingLineViewDebitCreditAmountLayoutElement.setDebitFieldDefinition(AccountingLineViewFieldDefinition debitFieldDefinition)
          Sets the debitFieldDefinition attribute value.
 void AccountingLineViewField.setDefinition(AccountingLineViewFieldDefinition definition)
          Sets the definition attribute value.
 

Constructors in org.kuali.kfs.sys.document.web with parameters of type AccountingLineViewFieldDefinition
AccountingLineViewDebitCreditAmountField(org.kuali.rice.kns.web.ui.Field debitOrCreditField, AccountingLineViewFieldDefinition definition, boolean isDebit, String newLineProperty, String collectionProperty)
          Constructs a AccountingLineViewDebitOrCreditAmountField
 



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