|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountingLineViewRenderableElementDefinition | |
---|---|
org.kuali.kfs.sys.document.datadictionary |
Uses of AccountingLineViewRenderableElementDefinition in org.kuali.kfs.sys.document.datadictionary |
---|
Subinterfaces of AccountingLineViewRenderableElementDefinition in org.kuali.kfs.sys.document.datadictionary | |
---|---|
interface |
AccountingLineViewLineFillingDefinition
Contract for elements which can live within an AccountingLineViewLinesDefinition, as they promise they will fill at least one table row |
Classes in org.kuali.kfs.sys.document.datadictionary that implement AccountingLineViewRenderableElementDefinition | |
---|---|
class |
AccountingLineViewActionDefinition
|
class |
AccountingLineViewActionsDefinition
The data dictionary definition of an element of an accounting line view that shows the actions available on the given line. |
class |
AccountingLineViewColumnsDefinition
|
class |
AccountingLineViewCountedSequenceNumberFieldDefinition
Defines a sequence number which displays based on line count rather than the actual sequence number of the accounting line |
class |
AccountingLineViewCurrentBaseAmountFieldDefinition
The definition for an amount field which reports both current and base amounts |
class |
AccountingLineViewDebitCreditAmountFieldDefinition
Data dictionary meta data that represents a debit/credit amount field. |
class |
AccountingLineViewFieldDefinition
Data dictionary definition of a field to be rendered as part of an accounting line view. |
class |
AccountingLineViewHideShowLinesDefinition
Defines a set of lines of are displayed within a hide/show block |
class |
AccountingLineViewLineDefinition
Data dictionary definition of a collection of elements which will be rendered as one table row in the table of each accounting line. |
class |
AccountingLineViewLinesDefinition
Data dictionary definition for a group of multiple lines to render. |
class |
AccountingLineViewMultipleReadOnlyFieldsDefinition
The definition for an accounting line component which displays multiple fields from the command line, but all of them as read only, with their headers displayed first |
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 types with arguments of type AccountingLineViewRenderableElementDefinition | |
---|---|
List<AccountingLineViewRenderableElementDefinition> |
AccountingLineViewDefinition.getElements()
Gets the elements attribute. |
List<? extends AccountingLineViewRenderableElementDefinition> |
AccountingLineViewLineDefinition.getFields()
Gets the fields attribute. |
Method parameters in org.kuali.kfs.sys.document.datadictionary with type arguments of type AccountingLineViewRenderableElementDefinition | |
---|---|
void |
AccountingLineViewDefinition.setElements(List<AccountingLineViewRenderableElementDefinition> elements)
Sets the elements attribute value. |
void |
AccountingLineViewLineDefinition.setFields(List<? extends AccountingLineViewRenderableElementDefinition> fields)
Sets the fields attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |