public class AccountingLineViewCurrentBaseAmountFieldDefinition extends org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition implements AccountingLineViewRenderableElementDefinition
additionalDisplayAttributeName, alternateDisplayAttributeName, defaultValue, defaultValueFinderClass, fieldLevelHelpUrl, lookupReadOnly, noLookup, overrideFieldConversions, overrideLookupClass, readOnlyAfterAdd, required, showFieldLevelHelp, template, triggerOnChange, unconditionallyReadOnly, webUILeaveFieldCallbackFunction, webUILeaveFieldFunction, webUILeaveFieldFunctionParameters| Constructor and Description |
|---|
AccountingLineViewCurrentBaseAmountFieldDefinition() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, toStringgetName, setNameafterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewCurrentBaseAmountFieldDefinition()
public TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
createLayoutElement in interface AccountingLineViewRenderableElementDefinitionAccountingLineViewRenderableElementDefinition.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 renderingprotected AccountingLineViewFieldDefinition createFieldDefinitionForProperty(String propertyName)
propertyName - the name of the field property that we're creating a definition forpublic void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinitioncompleteValidation in class org.kuali.rice.kns.datadictionary.MaintainableFieldDefinitionMaintainableFieldDefinition.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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.