@Deprecated public class HeaderNavigation extends DataDictionaryDefinitionBase implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
disabled
Deprecated.
|
protected String |
headerTabDisplayName
Deprecated.
|
protected String |
headerTabMethodToCall
Deprecated.
|
protected String |
headerTabNavigateTo
Deprecated.
|
protected HelpDefinition |
helpDefinition
Deprecated.
|
embeddedDataObjectMetadata, generatedFromMetadata, id
componentCode, namespaceCode
Constructor and Description |
---|
HeaderNavigation()
Deprecated.
|
HeaderNavigation(String headerTabNavigateTo,
String headerTabDisplayName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
Deprecated.
Default implementation so that all subclasses do not need to implement this deprecated method.
|
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.
|
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
protected 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)
DataDictionaryDefinitionBase
completeValidation
in interface DataDictionaryDefinition
completeValidation
in class DataDictionaryDefinitionBase
rootBusinessObjectClass
- Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass
- other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.