@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.
|
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, setId
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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)
DataDictionaryDefinition
completeValidation
in interface DataDictionaryDefinition
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.