public class AccountingLineGroupTotalDefinition extends TotalDefinition
Type | Property and Description |
---|---|
boolean |
isNested
determine whether the field for totaling is a nested property
|
Constructor and Description |
---|
AccountingLineGroupTotalDefinition() |
Modifier and Type | Method and Description |
---|---|
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.
|
getActualPropertyName
afterPropertiesSet, getId, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
NestedFieldTotaling.isNestedProperty()
public AccountingLineGroupTotalDefinition()
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)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.