public class AccountingLineViewActionDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase implements AccountingLineViewRenderableElementDefinition
Constructor and Description |
---|
AccountingLineViewActionDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Since this metadata definition has no children, there's nothing to validate and this method checks nothing.
|
TableJoining |
createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Returns the TableJoining element that this definition requires to be part of the accounting line view
|
String |
getActionLabel()
Gets the actionLabel attribute.
|
String |
getActionMethod()
Gets the actionMethod attribute.
|
String |
getImageName()
Gets the imageName attribute.
|
void |
setActionLabel(String actionLabel)
Sets the actionLabel attribute value.
|
void |
setActionMethod(String actionMethod)
Sets the actionMethod attribute value.
|
void |
setImageName(String imageName)
Sets the imageName attribute value.
|
afterPropertiesSet, getId, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
public AccountingLineViewActionDefinition()
public String getActionLabel()
public void setActionLabel(String actionLabel)
actionLabel
- The actionLabel to set.public String getActionMethod()
public void setActionMethod(String actionMethod)
actionMethod
- The actionMethod to set.public String getImageName()
public void setImageName(String imageName)
imageName
- The imageName to set.public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
completeValidation
in interface org.kuali.rice.krad.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)
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.