public class AccountingLineViewColumnsDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase implements AccountingLineViewLineFillingDefinition
| Constructor and Description | 
|---|
| AccountingLineViewColumnsDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation(Class rootBusinessObjectClass,
                                    Class otherBusinessObjectClass) | 
| 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 | 
| int | getColumnCount()Gets the columnCount attribute. | 
| List<AccountingLineViewFieldDefinition> | getFields()Gets the fields attribute. | 
| String | getName()Gets the name attribute. | 
| void | setColumnCount(int columnCount)Sets the columnCount attribute value. | 
| void | setFields(List<AccountingLineViewFieldDefinition> fields)Sets the fields attribute value. | 
| void | setName(String name)Sets the name attribute value. | 
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewColumnsDefinition()
public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewRenderableElementDefinitioncreateLayoutElement in interface AccountingLineViewRenderableElementDefinitionAccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)public AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewLineFillingDefinitioncreateLineFillingLayoutElement in interface AccountingLineViewLineFillingDefinitionaccountingLineClass - the class of the accounting line being renderedAccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(java.lang.Class)public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public int getColumnCount()
public void setColumnCount(int columnCount)
columnCount - The columnCount to set.public List<AccountingLineViewFieldDefinition> getFields()
public void setFields(List<AccountingLineViewFieldDefinition> fields)
fields - The fields to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.