public class AccountingLineViewHideShowLinesDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase implements AccountingLineViewLineFillingDefinition
| Constructor and Description | 
|---|
| AccountingLineViewHideShowLinesDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation(Class rootBusinessObjectClass,
                                    Class otherBusinessObjectClass)Validates that name has been set and that at least one line element has been specified | 
| 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 | 
| String | getLabel()Gets the label attribute. | 
| List<AccountingLineViewLineFillingDefinition> | getLines()Gets the lines attribute. | 
| String | getName()Gets the name attribute. | 
| void | setLabel(String label)Sets the label attribute value. | 
| void | setLines(List<AccountingLineViewLineFillingDefinition> lines)Sets the lines attribute value. | 
| void | setName(String name)Sets the name attribute value. | 
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewHideShowLinesDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)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 setLabel(String label)
label - The label to set.public List<AccountingLineViewLineFillingDefinition> getLines()
public void setLines(List<AccountingLineViewLineFillingDefinition> lines)
lines - The lines to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.