|
||||||||||
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.kns.datadictionary.HeaderNavigation
@Deprecated public class HeaderNavigation
The headerNavigation element defines a set of additional tabs which will appear on the document. The headerNavigationTab defines an additional tab which will appear on the document.
Field Summary | |
---|---|
protected boolean |
disabled
Deprecated. |
protected String |
headerTabDisplayName
Deprecated. |
protected String |
headerTabMethodToCall
Deprecated. |
protected String |
headerTabNavigateTo
Deprecated. |
protected HelpDefinition |
helpDefinition
Deprecated. |
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
HeaderNavigation()
Deprecated. |
|
HeaderNavigation(String headerTabNavigateTo,
String headerTabDisplayName)
Deprecated. |
Method Summary | |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Deprecated. 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 |
getHeaderTabDisplayName()
Deprecated. Gets the navigationStyle attribute. |
String |
getHeaderTabMethodToCall()
Deprecated. Gets the navigationKey attribute. |
String |
getHeaderTabNavigateTo()
Deprecated. Gets the suffix attribute. |
HelpDefinition |
getHelpDefinition()
Deprecated. |
boolean |
isDisabled()
Deprecated. |
void |
setDisabled(boolean disabled)
Deprecated. |
void |
setHeaderTabDisplayName(String headerTabDisplayName)
Deprecated. The displayName element is the name of the additional tab. |
void |
setHeaderTabMethodToCall(String navigationKey)
Deprecated. Sets the navigationKey attribute value. |
void |
setHeaderTabNavigateTo(String suffix)
Deprecated. The navigateTo element is the forward name in the struts-config file. |
void |
setHelpDefinition(HelpDefinition helpDefinition)
Deprecated. The pageHelp element provides the keys to obtain a help description from the database. |
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 headerTabMethodToCall
protected String headerTabNavigateTo
protected String headerTabDisplayName
protected HelpDefinition helpDefinition
protected boolean disabled
Constructor Detail |
---|
public HeaderNavigation()
public HeaderNavigation(String headerTabNavigateTo, String headerTabDisplayName)
Method Detail |
---|
public String getHeaderTabMethodToCall()
public void setHeaderTabMethodToCall(String navigationKey)
navigationKey
- The navigationKey to set.public String getHeaderTabDisplayName()
public void setHeaderTabDisplayName(String headerTabDisplayName)
public String getHeaderTabNavigateTo()
public HelpDefinition getHelpDefinition()
public void setHelpDefinition(HelpDefinition helpDefinition)
public void setHeaderTabNavigateTo(String suffix)
public boolean isDisabled()
public void setDisabled(boolean disabled)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |