|
||||||||||
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.AccountingLineViewHideShowLinesDefinition
public class AccountingLineViewHideShowLinesDefinition
Defines a set of lines of are displayed within a hide/show block
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
AccountingLineViewHideShowLinesDefinition()
|
Method Summary | |
---|---|
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. |
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 AccountingLineViewHideShowLinesDefinition()
Method Detail |
---|
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface org.kuali.rice.kns.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 rendered
AccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(java.lang.Class)
public String getLabel()
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.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 |