org.kuali.student.common.ui.client.configurable.mvc.layouts
Interface DocumentLayoutController
- All Superinterfaces:
- ViewLayoutController
- All Known Subinterfaces:
- ContentNavLayoutController, WorkflowEnhancedNavController
- All Known Implementing Classes:
- CoreController, CoreEditController, CoreViewController, CourseAdminController, CourseAdminRetireController, CourseAdminWithoutVersionController, CourseProposalController, CourseRetireByProposalController, CredentialController, CredentialEditController, CredentialViewController, MajorController, MajorEditController, MajorProposalController, MajorViewController, MenuEditableSectionController, MenuSectionController, ProgramController, VariationController, VariationEditController, VariationViewController, ViewCourseController
public interface DocumentLayoutController
- extends ViewLayoutController
Interface for layouts which have document headers (titles) and widgets associated with all
the content of a controller.
- Author:
- Kuali Student Team
setContentTitle
void setContentTitle(String title)
addContentWidget
void addContentWidget(com.google.gwt.user.client.ui.Widget w)
setContentInfo
void setContentInfo(String text)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.