public class AccountingLineViewLineDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase implements AccountingLineViewLineFillingDefinition
| Constructor and Description |
|---|
AccountingLineViewLineDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Validates that:
1) there is at least one child element
|
TableJoining |
createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Returns the TableJoining element that this definition requires to be part of the accounting line view
|
AccountingLineViewLineFillingElement |
createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Has the definition create not just a layout element, but a line filling layout element
|
protected List<RenderableElement> |
getChildrenRenderableElements(Class<? extends AccountingLine> accountingLineClass)
Creates children renderable elements for all children of this line definition
|
String |
getElementName()
Gets the elementName attribute.
|
List<? extends AccountingLineViewRenderableElementDefinition> |
getFields()
Gets the fields attribute.
|
void |
setElementName(String elementName)
Sets the elementName attribute value.
|
void |
setFields(List<? extends AccountingLineViewRenderableElementDefinition> fields)
Sets the fields attribute value.
|
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewLineDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public List<? extends AccountingLineViewRenderableElementDefinition> getFields()
public void setFields(List<? extends AccountingLineViewRenderableElementDefinition> fields)
fields - The fields to set.public String getElementName()
public void setElementName(String elementName)
elementName - The elementName to set.public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewRenderableElementDefinitioncreateLayoutElement in interface AccountingLineViewRenderableElementDefinitionAccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)protected List<RenderableElement> getChildrenRenderableElements(Class<? extends AccountingLine> accountingLineClass)
accountingLineClass - accounting line class to pass throughpublic AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewLineFillingDefinitioncreateLineFillingLayoutElement in interface AccountingLineViewLineFillingDefinitionaccountingLineClass - the class of the accounting line being renderedAccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(java.lang.Class)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.