|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccountingLineViewField | |
|---|---|
| org.kuali.kfs.module.purap.document.web | |
| org.kuali.kfs.sys.document.authorization | |
| org.kuali.kfs.sys.document.datadictionary | |
| org.kuali.kfs.sys.document.web | |
| Uses of AccountingLineViewField in org.kuali.kfs.module.purap.document.web |
|---|
| Subclasses of AccountingLineViewField in org.kuali.kfs.module.purap.document.web | |
|---|---|
class |
PurapAccountingLineViewField
Represents a field (plus, optionally, a dynamic name field) to be rendered as part of an accounting line. |
| Uses of AccountingLineViewField in org.kuali.kfs.sys.document.authorization |
|---|
| Methods in org.kuali.kfs.sys.document.authorization with parameters of type AccountingLineViewField | |
|---|---|
protected String |
AccountingLineAuthorizerBase.getFieldName(AccountingLineViewField field)
get the full property name of the given field |
| Uses of AccountingLineViewField in org.kuali.kfs.sys.document.datadictionary |
|---|
| Methods in org.kuali.kfs.sys.document.datadictionary that return AccountingLineViewField | |
|---|---|
protected AccountingLineViewField |
AccountingLineViewFieldDefinition.getNewAccountingLineViewField()
Creates a new instance of the accounting line view field class this definition uses |
| Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type AccountingLineViewField | |
|---|---|
Class<? extends AccountingLineViewField> |
AccountingLineViewFieldDefinition.getAccountingLineViewFieldClass()
Gets the accountingLineViewFieldClass attribute. |
| Methods in org.kuali.kfs.sys.document.datadictionary with parameters of type AccountingLineViewField | |
|---|---|
protected List<AccountingLineViewOverrideField> |
AccountingLineViewFieldDefinition.getFieldsForOverrideFields(AccountingLineViewField parentField,
Class<? extends AccountingLine> accountingLineClass)
For each defined override field within this definition, creates a Field and puts them together as a List |
AccountingLineViewOverrideField |
AccountingLineViewOverrideFieldDefinition.getOverrideFieldForDefinition(AccountingLineViewField parentField,
Class<? extends AccountingLine> accountingLineClass)
Creates an override field |
| Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type AccountingLineViewField | |
|---|---|
void |
AccountingLineViewFieldDefinition.setAccountingLineViewFieldClass(Class<? extends AccountingLineViewField> accountingLineViewFieldClass)
Sets the accountingLineViewFieldClass attribute value. |
| Uses of AccountingLineViewField in org.kuali.kfs.sys.document.web |
|---|
| Methods in org.kuali.kfs.sys.document.web that return types with arguments of type AccountingLineViewField | |
|---|---|
List<AccountingLineViewField> |
AccountingLineViewColumns.getFields()
Gets the fields attribute. |
| Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineViewField | |
|---|---|
protected AccountingLineTableCell |
AccountingLineViewColumns.createCellForField(AccountingLineViewField field)
Creates the "field" cell for the given field |
protected AccountingLineTableCell |
AccountingLineViewColumns.createHeaderCellForField(AccountingLineViewField field)
Creates a header cell for for the given field |
| Method parameters in org.kuali.kfs.sys.document.web with type arguments of type AccountingLineViewField | |
|---|---|
void |
AccountingLineViewColumns.setFields(List<AccountingLineViewField> fields)
Sets the fields attribute value. |
| Constructors in org.kuali.kfs.sys.document.web with parameters of type AccountingLineViewField | |
|---|---|
AccountingLineViewOverrideField(AccountingLineViewField field,
AccountingLineViewOverrideFieldDefinition definition,
Class<? extends AccountingLine> accountingLineClass)
Constructs a AccountingLineViewOverrideField |
|
| Constructor parameters in org.kuali.kfs.sys.document.web with type arguments of type AccountingLineViewField | |
|---|---|
AccountingLineViewColumns(AccountingLineViewColumnsDefinition definition,
List<AccountingLineViewField> fields)
Constructs a AccountingLineViewColumns |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||