| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
org.kuali.kfs.sys.document.datadictionary.AccountingLineViewColumnsDefinition
public class AccountingLineViewColumnsDefinition
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase | 
|---|
id | 
| Constructor Summary | |
|---|---|
AccountingLineViewColumnsDefinition()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase | 
|---|
afterPropertiesSet, getId, setId | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AccountingLineViewColumnsDefinition()
| Method Detail | 
|---|
public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewRenderableElementDefinition
createLayoutElement in interface AccountingLineViewRenderableElementDefinitionAccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)public AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
AccountingLineViewLineFillingDefinition
createLineFillingLayoutElement in interface AccountingLineViewLineFillingDefinitionaccountingLineClass - the class of the accounting line being rendered
AccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(java.lang.Class)
public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.kns.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.public String getName()
public void setName(String name)
name - The name to set.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||