Class HeaderNavigation

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean

@Deprecated public class HeaderNavigation extends 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 Details

    • headerTabMethodToCall

      protected String headerTabMethodToCall
      Deprecated.
    • headerTabNavigateTo

      protected String headerTabNavigateTo
      Deprecated.
    • headerTabDisplayName

      protected String headerTabDisplayName
      Deprecated.
    • helpDefinition

      protected HelpDefinition helpDefinition
      Deprecated.
    • disabled

      protected boolean disabled
      Deprecated.
  • Constructor Details

    • HeaderNavigation

      public HeaderNavigation()
      Deprecated.
    • HeaderNavigation

      public HeaderNavigation(String headerTabNavigateTo, String headerTabDisplayName)
      Deprecated.
  • Method Details

    • getHeaderTabMethodToCall

      public String getHeaderTabMethodToCall()
      Deprecated.
      Gets the navigationKey attribute.
      Returns:
      Returns the navigationKey.
    • setHeaderTabMethodToCall

      public void setHeaderTabMethodToCall(String navigationKey)
      Deprecated.
      Sets the navigationKey attribute value.
      Parameters:
      navigationKey - The navigationKey to set.
    • getHeaderTabDisplayName

      public String getHeaderTabDisplayName()
      Deprecated.
      Gets the navigationStyle attribute.
      Returns:
      Returns the navigationStyle.
    • setHeaderTabDisplayName

      public void setHeaderTabDisplayName(String headerTabDisplayName)
      Deprecated.
      The displayName element is the name of the additional tab.
    • getHeaderTabNavigateTo

      public String getHeaderTabNavigateTo()
      Deprecated.
      Gets the suffix attribute.
      Returns:
      Returns the suffix.
    • getHelpDefinition

      public HelpDefinition getHelpDefinition()
      Deprecated.
    • setHelpDefinition

      public void setHelpDefinition(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
    • setHeaderTabNavigateTo

      public void setHeaderTabNavigateTo(String suffix)
      Deprecated.
      The navigateTo element is the forward name in the struts-config file.
    • isDisabled

      public boolean isDisabled()
      Deprecated.
    • setDisabled

      public void setDisabled(boolean disabled)
      Deprecated.
    • completeValidation

      public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
      Deprecated.
      Specified by:
      completeValidation in interface DataDictionaryDefinition
      Overrides:
      completeValidation in class DataDictionaryDefinitionBase
      See Also: