Class HeaderNavigation
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.HeaderNavigation
- All Implemented Interfaces:
Serializable,Cloneable,org.kuali.rice.krad.datadictionary.Copyable,org.kuali.rice.krad.datadictionary.DataDictionaryDefinition,org.kuali.rice.krad.datadictionary.DictionaryBean
@Deprecated
public class HeaderNavigation
extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
implements Serializable
Deprecated.
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.
@deprecated Only used in KNS classes, use KRAD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDeprecated.protected StringDeprecated.protected StringDeprecated.protected StringDeprecated.protected org.kuali.rice.krad.datadictionary.HelpDefinitionDeprecated.Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, idFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HeaderNavigation(String headerTabNavigateTo, String headerTabDisplayName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidcompleteValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass) Deprecated.Deprecated.Gets the navigationStyle attribute.Deprecated.Gets the navigationKey attribute.Deprecated.Gets the suffix attribute.org.kuali.rice.krad.datadictionary.HelpDefinitionDeprecated.booleanDeprecated.voidsetDisabled(boolean disabled) Deprecated.voidsetHeaderTabDisplayName(String headerTabDisplayName) Deprecated.The displayName element is the name of the additional tab.voidsetHeaderTabMethodToCall(String navigationKey) Deprecated.Sets the navigationKey attribute value.voidsetHeaderTabNavigateTo(String suffix) Deprecated.The navigateTo element is the forward name in the struts-config file.voidsetHelpDefinition(org.kuali.rice.krad.datadictionary.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
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Field Details
-
headerTabMethodToCall
Deprecated. -
headerTabDisplayName
Deprecated. -
helpDefinition
protected org.kuali.rice.krad.datadictionary.HelpDefinition helpDefinitionDeprecated. -
disabled
protected boolean disabledDeprecated.
-
-
Constructor Details
-
HeaderNavigation
public HeaderNavigation()Deprecated. -
HeaderNavigation
Deprecated.
-
-
Method Details
-
getHeaderTabMethodToCall
Deprecated.Gets the navigationKey attribute.- Returns:
- Returns the navigationKey.
-
setHeaderTabMethodToCall
Deprecated.Sets the navigationKey attribute value.- Parameters:
navigationKey- The navigationKey to set.
-
getHeaderTabDisplayName
Deprecated.Gets the navigationStyle attribute.- Returns:
- Returns the navigationStyle.
-
setHeaderTabDisplayName
Deprecated.The displayName element is the name of the additional tab. -
getHelpDefinition
public org.kuali.rice.krad.datadictionary.HelpDefinition getHelpDefinition()Deprecated. -
setHelpDefinition
public void setHelpDefinition(org.kuali.rice.krad.datadictionary.HelpDefinition helpDefinition) Deprecated.The pageHelp 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 -
isDisabled
public boolean isDisabled()Deprecated. -
setDisabled
public void setDisabled(boolean disabled) Deprecated. -
completeValidation
Deprecated.- Specified by:
completeValidationin interfaceorg.kuali.rice.krad.datadictionary.DataDictionaryDefinition- Overrides:
completeValidationin classorg.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase- See Also:
-