|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.HeaderNavigation
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
|
protected String |
headerTabDisplayName
|
protected String |
headerTabMethodToCall
|
protected String |
headerTabNavigateTo
|
protected HelpDefinition |
helpDefinition
|
private static long |
serialVersionUID
|
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase |
---|
id |
Constructor Summary | |
---|---|
HeaderNavigation()
|
|
HeaderNavigation(String headerTabNavigateTo,
String headerTabDisplayName)
|
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 |
getHeaderTabDisplayName()
Gets the navigationStyle attribute. |
String |
getHeaderTabMethodToCall()
Gets the navigationKey attribute. |
String |
getHeaderTabNavigateTo()
Gets the suffix attribute. |
HelpDefinition |
getHelpDefinition()
|
boolean |
isDisabled()
|
void |
setDisabled(boolean disabled)
|
void |
setHeaderTabDisplayName(String headerTabDisplayName)
The displayName element is the name of the additional tab. |
void |
setHeaderTabMethodToCall(String navigationKey)
Sets the navigationKey attribute value. |
void |
setHeaderTabNavigateTo(String suffix)
The navigateTo element is the forward name in the struts-config file. |
void |
setHelpDefinition(HelpDefinition helpDefinition)
The pageHelp element provides the keys to obtain a help description from the database. |
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 |
Field Detail |
---|
private static final long serialVersionUID
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 |