Uses of Class
org.kuali.rice.kns.datadictionary.HeaderNavigation

Packages that use HeaderNavigation
org.kuali.rice.kns.datadictionary Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.web.struts.form Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of HeaderNavigation in org.kuali.rice.kns.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type HeaderNavigation
protected  List<HeaderNavigation> MaintenanceDocumentEntry.headerNavigationList
          Deprecated.  
protected  List<HeaderNavigation> TransactionalDocumentEntry.headerNavigationList
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type HeaderNavigation
 List<HeaderNavigation> MaintenanceDocumentEntry.getHeaderNavigationList()
          Deprecated.  
 List<HeaderNavigation> TransactionalDocumentEntry.getHeaderNavigationList()
          Deprecated.  
 List<HeaderNavigation> KNSDocumentEntry.getHeaderNavigationList()
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type HeaderNavigation
 void MaintenanceDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
          Deprecated. The headerNavigation element defines a set of additional tabs which will appear on the document.
 void TransactionalDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
          Deprecated. The headerNavigation element defines a set of additional tabs which will appear on the document.
 void KNSDocumentEntry.setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
          Deprecated.  
 

Uses of HeaderNavigation in org.kuali.rice.kns.web.struts.form
 

Methods in org.kuali.rice.kns.web.struts.form that return HeaderNavigation
 HeaderNavigation[] KualiForm.getHeaderNavigationTabs()
          Gets the headerNavigationTabs attribute.
 

Methods in org.kuali.rice.kns.web.struts.form with parameters of type HeaderNavigation
 void KualiForm.setHeaderNavigationTabs(HeaderNavigation[] headerNavigationTabs)
          Sets the headerNavigationTabs attribute value.
 



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