|
||||||||||
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.rice.kns.datadictionary.MaintainableItemDefinition
org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition
org.kuali.kfs.sys.document.datadictionary.AccountingLineViewCurrentBaseAmountFieldDefinition
public class AccountingLineViewCurrentBaseAmountFieldDefinition
The definition for an amount field which reports both current and base amounts
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition |
---|
additionalDisplayAttributeName, alternateDisplayAttributeName, defaultValue, defaultValueFinderClass, fieldLevelHelpUrl, lookupReadOnly, noLookup, overrideFieldConversions, overrideLookupClass, readOnlyAfterAdd, required, showFieldLevelHelp, template, triggerOnChange, unconditionallyReadOnly, webUILeaveFieldCallbackFunction, webUILeaveFieldFunction, webUILeaveFieldFunctionParameters |
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
AccountingLineViewCurrentBaseAmountFieldDefinition()
|
Method Summary | |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
|
protected AccountingLineViewFieldDefinition |
createFieldDefinitionForProperty(String propertyName)
Creates an AccountingLineViewFieldDefinition for the given property name |
protected org.kuali.rice.kns.web.ui.Field |
createFieldForPropertyName(String propertyName,
Class<? extends AccountingLine> accountingLineClass)
Creates a field for the given AccountingLine class and property name |
TableJoining |
createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Creates a property initiated AccountingLineViewCurrentBaseAmount element |
String |
getBaseAmountPropertyName()
Gets the baseAmountPropertyName attribute. |
String |
getCurrentAmountPropertyName()
Gets the currentAmountPropertyName attribute. |
boolean |
isUseShortLabels()
Gets the useShortLabels attribute. |
void |
setBaseAmountPropertyName(String baseAmountPropertyName)
Sets the baseAmountPropertyName attribute value. |
void |
setCurrentAmountPropertyName(String currentAmountPropertyName)
Sets the currentAmountPropertyName attribute value. |
void |
setUseShortLabels(boolean useShortLabels)
Sets the useShortLabels attribute value. |
Methods inherited from class org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition |
---|
getAdditionalDisplayAttributeName, getAlternateDisplayAttributeName, getDefaultValue, getDefaultValueFinderClass, getFieldLevelHelpUrl, getOverrideFieldConversions, getOverrideLookupClass, getTemplate, getWebUILeaveFieldCallbackFunction, getWebUILeaveFieldFunction, getWebUILeaveFieldFunctionParameters, isLookupReadOnly, isNoLookup, isReadOnlyAfterAdd, isRequired, isShowFieldLevelHelp, isTriggerOnChange, isUnconditionallyReadOnly, setAdditionalDisplayAttributeName, setAlternateDisplayAttributeName, setDefaultValue, setDefaultValueFinderClass, setFieldLevelHelpUrl, setLookupReadOnly, setNoLookup, setOverrideFieldConversions, setOverrideLookupClass, setReadOnlyAfterAdd, setRequired, setShowFieldLevelHelp, setTemplate, setTriggerOnChange, setUnconditionallyReadOnly, setWebUILeaveFieldCallbackFunction, setWebUILeaveFieldFunction, setWebUILeaveFieldFunctionParameters, toString |
Methods inherited from class org.kuali.rice.kns.datadictionary.MaintainableItemDefinition |
---|
getName, setName |
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, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.datadictionary.FieldDefinitionI |
---|
getName |
Constructor Detail |
---|
public AccountingLineViewCurrentBaseAmountFieldDefinition()
Method Detail |
---|
public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
createLayoutElement
in interface AccountingLineViewRenderableElementDefinition
AccountingLineViewRenderableElementDefinition.createLayoutElement(java.lang.Class)
protected org.kuali.rice.kns.web.ui.Field createFieldForPropertyName(String propertyName, Class<? extends AccountingLine> accountingLineClass)
propertyName
- the name of the property to create a Field foraccountingLineClass
- the Class of the AccountingLine we're planning on rendering
protected AccountingLineViewFieldDefinition createFieldDefinitionForProperty(String propertyName)
propertyName
- the name of the field property that we're creating a definition for
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface org.kuali.rice.kns.datadictionary.DataDictionaryDefinition
completeValidation
in class org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition
MaintainableFieldDefinition.completeValidation(java.lang.Class, java.lang.Class)
public String getBaseAmountPropertyName()
public void setBaseAmountPropertyName(String baseAmountPropertyName)
baseAmountPropertyName
- The baseAmountPropertyName to set.public String getCurrentAmountPropertyName()
public void setCurrentAmountPropertyName(String currentAmountPropertyName)
currentAmountPropertyName
- The currentAmountPropertyName to set.public boolean isUseShortLabels()
public void setUseShortLabels(boolean useShortLabels)
useShortLabels
- The useShortLabels to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |