|
||||||||||
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.TotalDefinition
org.kuali.kfs.sys.document.datadictionary.AccountingLineGroupTotalDefinition
public class AccountingLineGroupTotalDefinition
The definition of an accounting line group total renderer, which will display an accounting line group total as a standard "Total: " + amount.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
AccountingLineGroupTotalDefinition()
|
Method Summary | |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Validates that a total property has been added |
String |
getRepresentedProperty()
Gets the representedProperty attribute. |
String |
getTotalLabelProperty()
Gets the totalLabelProperty attribute. |
String |
getTotalProperty()
Gets the totalProperty attribute. |
Renderer |
getTotalRenderer()
Uses GroupTotalRenderer to render the total |
boolean |
isNestedProperty()
determine whether the field for totaling is a nested property |
void |
setContainingPropertyName(String containingPropertyName)
set the property name of the containing object if the field for totaling is a nested property |
void |
setNestedProperty(boolean nestedProperty)
Sets the nestedProperty attribute value. |
void |
setRepresentedProperty(String representedProperty)
Sets the representedProperty attribute value. |
void |
setTotalLabelProperty(String totalLabelProperty)
Sets the totalLabelProperty attribute value. |
void |
setTotalProperty(String totalProperty)
Sets the totalProperty attribute value. |
Methods inherited from class org.kuali.kfs.sys.document.datadictionary.TotalDefinition |
---|
getActualPropertyName |
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 AccountingLineGroupTotalDefinition()
Method Detail |
---|
public String getTotalProperty()
public void setTotalProperty(String totalProperty)
totalProperty
- The totalProperty to set.public String getTotalLabelProperty()
public void setTotalLabelProperty(String totalLabelProperty)
totalLabelProperty
- The totalLabelProperty to set.public Renderer getTotalRenderer()
getTotalRenderer
in class TotalDefinition
TotalDefinition.getTotalRenderer()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)
public String getRepresentedProperty()
public void setRepresentedProperty(String representedProperty)
representedProperty
- The representedProperty to set.public boolean isNestedProperty()
NestedFieldTotaling
NestedFieldTotaling.isNestedProperty()
public void setNestedProperty(boolean nestedProperty)
nestedProperty
- The nestedProperty to set.public void setContainingPropertyName(String containingPropertyName)
NestedFieldTotaling
containingPropertyName
- the given property name of the containing objectNestedFieldTotaling.setContainingPropertyName(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |