Uses of Class
org.kuali.rice.kns.datadictionary.HeaderNavigation
Packages that use HeaderNavigation
-
Uses of HeaderNavigation in org.kuali.rice.kns.datadictionary
Fields in org.kuali.rice.kns.datadictionary with type parameters of type HeaderNavigationModifier and TypeFieldDescriptionprotected List<HeaderNavigation> MaintenanceDocumentEntry.headerNavigationListDeprecated.protected List<HeaderNavigation> TransactionalDocumentEntry.headerNavigationListDeprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type HeaderNavigationModifier and TypeMethodDescriptionKNSDocumentEntry.getHeaderNavigationList()Deprecated.MaintenanceDocumentEntry.getHeaderNavigationList()Deprecated.TransactionalDocumentEntry.getHeaderNavigationList()Deprecated.Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type HeaderNavigationModifier and TypeMethodDescriptionvoidKNSDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList) Deprecated.voidMaintenanceDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList) Deprecated.The headerNavigation element defines a set of additional tabs which will appear on the document.voidTransactionalDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList) Deprecated.The headerNavigation element defines a set of additional tabs which will appear on the document. -
Uses of HeaderNavigation in org.kuali.rice.kns.web.struts.form
Methods in org.kuali.rice.kns.web.struts.form that return HeaderNavigationModifier and TypeMethodDescriptionKualiForm.getHeaderNavigationTabs()Deprecated.Gets the headerNavigationTabs attribute.Methods in org.kuali.rice.kns.web.struts.form with parameters of type HeaderNavigationModifier and TypeMethodDescriptionvoidKualiForm.setHeaderNavigationTabs(HeaderNavigation[] headerNavigationTabs) Deprecated.Sets the headerNavigationTabs attribute value.