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, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
public AccountingLineViewColumnsDefinition()
public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewRenderableElementDefinition
createLayoutElement
in interface AccountingLineViewRenderableElementDefinition
AccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)
public AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewLineFillingDefinition
createLineFillingLayoutElement
in interface AccountingLineViewLineFillingDefinition
accountingLineClass
- 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.DataDictionaryDefinition
DataDictionaryDefinition.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.