|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.krad.datadictionary.HelpDefinition
public class HelpDefinition
The help element provides the keys to obtain a help description from the database. On document JSP pages, a help icon may be rendered. If this tag is specified, then the filename of this page will be located in the value of the parameter specified by the namespace, detail type, and name. The value of the parameter is relative to the value of the "externalizable.help.url" property in ConfigurationService (see KualiHelpAction). parameterNamespace: namespace of the parameter that has the path to the help page parameterName: name of the parameter that has the path to the help page parameterDetailType: detail type of the parameter that has the path to the help page
Field Summary | |
---|---|
protected String |
parameterDetailType
|
protected String |
parameterName
|
protected String |
parameterNamespace
|
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
HelpDefinition()
Constructs a HelpDefinition. |
Method Summary | |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Performs complete intra-definition validation which couldn't be done earlier - for example, verifies that field references refer to actual fields of some specific class. |
String |
getParameterDetailType()
|
String |
getParameterName()
|
String |
getParameterNamespace()
|
void |
setParameterDetailType(String parameterDetailType)
parameterDetailType: detail type of the parameter that has the path to the help page |
void |
setParameterName(String parameterName)
parameterName: name of the parameter that has the path to the help page |
void |
setParameterNamespace(String parameterNamespace)
parameterNamespace: namespace of the parameter that has the path to the help page |
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
afterPropertiesSet, getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String parameterNamespace
protected String parameterDetailType
protected String parameterName
Constructor Detail |
---|
public HelpDefinition()
Method Detail |
---|
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
DataDictionaryDefinition
completeValidation
in interface DataDictionaryDefinition
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)
public String getParameterName()
public void setParameterName(String parameterName)
public String getParameterNamespace()
public void setParameterNamespace(String parameterNamespace)
public String getParameterDetailType()
public void setParameterDetailType(String parameterDetailType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |