|
||||||||||
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.AccountingLineViewActionDefinition
public class AccountingLineViewActionDefinition
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
AccountingLineViewActionDefinition()
|
Method Summary | |
---|---|
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. |
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 AccountingLineViewActionDefinition()
Method Detail |
---|
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.kns.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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |