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, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
public AccountingLineViewHideShowLinesDefinition()
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 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 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–2014 The Kuali Foundation. All rights reserved.