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, CourseProposalController, CredentialController, CredentialEditController, CredentialViewController, MajorController, MajorEditController, 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

Method Summary
 void addContentWidget(com.google.gwt.user.client.ui.Widget w)
           
 void setContentInfo(String text)
           
 void setContentTitle(String title)
           
 
Methods inherited from interface org.kuali.student.common.ui.client.configurable.mvc.layouts.ViewLayoutController
addStartViewPopup, addView, setDefaultView, showView
 

Method Detail

setContentTitle

void setContentTitle(String title)

addContentWidget

void addContentWidget(com.google.gwt.user.client.ui.Widget w)

setContentInfo

void setContentInfo(String text)


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