@Deprecated public class HeaderNavigation extends DataDictionaryDefinitionBase implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | disabledDeprecated.  | 
| protected String | headerTabDisplayNameDeprecated.  | 
| protected String | headerTabMethodToCallDeprecated.  | 
| protected String | headerTabNavigateToDeprecated.  | 
| protected HelpDefinition | helpDefinitionDeprecated.  | 
id| Constructor and Description | 
|---|
| HeaderNavigation()Deprecated.  | 
| HeaderNavigation(String headerTabNavigateTo,
                                String headerTabDisplayName)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentCode, getNamespaceCodeprotected String headerTabMethodToCall
protected String headerTabNavigateTo
protected String headerTabDisplayName
protected HelpDefinition helpDefinition
protected boolean disabled
public HeaderNavigation()
public HeaderNavigation(String headerTabNavigateTo, String headerTabDisplayName)
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)
DataDictionaryDefinitioncompleteValidation in interface DataDictionaryDefinitionrootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.