org.kuali.student.common.ui.client.mvc.breadcrumb
Interface BreadcrumbSupport

All Known Subinterfaces:
ToolView, View
All Known Implementing Classes:
AcknowledgeView, ApplicationController, BasicLayout, BasicLayoutWithContentHeader, CatalogBrowserController, CategoryManagementView, CluSetEditorWidget, CluSetsManagementController, ClusetView, CollaboratorSectionView, Controller, CoreController, CoreEditController, CoreViewController, CourseProposalController, CourseRequirementsManageView, CourseRequirementsSummaryView, CourseRequirementsViewController, CredentialController, CredentialEditController, CredentialViewController, CurriculumHomeController, CurriculumHomeView, DecisionPanel, DelayedToolView, DelegatingViewComposite, DocumentTool, HomeController, HomeView, LayoutController, MajorController, MajorEditController, MajorViewController, MenuEditableSectionController, MenuSectionController, OrgApplicationManager, OrgProposalController, ProgramController, ProgramDocumentTool, ProgramRequirementsManageView, ProgramRequirementsSummaryView, ProgramRequirementsViewController, ProgramSelectVersionsView, ProgramVersionsController, SectionView, SelectVersionsView, ShowVersionView, TabbedSectionLayout, TabMenuController, VariationController, VariationEditController, VariationViewController, VersionsController, VerticalSectionView, ViewComposite, ViewCourseController, ViewCourseParentController, ViewLayout

public interface BreadcrumbSupport

Interface for controllers/views which support breadcrumb collection

Author:
Kuali Student Team

Method Summary
 void collectBreadcrumbNames(List<String> names)
          Adds a human readable name(s) to the list passed in for use in the breadcrumb
 

Method Detail

collectBreadcrumbNames

void collectBreadcrumbNames(List<String> names)
Adds a human readable name(s) to the list passed in for use in the breadcrumb

Parameters:
names -


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.