org.kuali.rice.kns.datadictionary
Class HeaderNavigation

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.HeaderNavigation
All Implemented Interfaces:
Serializable, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class HeaderNavigation
extends DataDictionaryDefinitionBase
implements Serializable

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.

See Also:
Serialized Form

Field Summary
protected  boolean disabled
          Deprecated.  
protected  String headerTabDisplayName
          Deprecated.  
protected  String headerTabMethodToCall
          Deprecated.  
protected  String headerTabNavigateTo
          Deprecated.  
protected  HelpDefinition helpDefinition
          Deprecated.  
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
HeaderNavigation()
          Deprecated.  
HeaderNavigation(String headerTabNavigateTo, String headerTabDisplayName)
          Deprecated.  
 
Method Summary
 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.
 
Methods inherited from class org.kuali.rice.krad.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

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 Detail

HeaderNavigation

public HeaderNavigation()
Deprecated. 

HeaderNavigation

public HeaderNavigation(String headerTabNavigateTo,
                        String headerTabDisplayName)
Deprecated. 
Method Detail

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. 
Description copied from interface: DataDictionaryDefinition
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.

Specified by:
completeValidation in interface DataDictionaryDefinition
Parameters:
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definition
otherBusinessObjectClass - other stuff required to complete validation
See Also:
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.