|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentNavLayoutController
Interface for LayoutControllers which have navigation with menus.
Method Summary | |
---|---|
void |
addButtonForView(Enum<?> viewType,
KSButton button)
Adds a button specific to a particular view |
void |
addCommonButton(String parentMenu,
KSButton button)
Adds a button which will appear on every view underneath the scope of the parent menu item |
void |
addCommonButton(String parentMenu,
KSButton button,
List<Enum<?>> excludedViews)
Adds a button which will appear on every view underneath the scope of the of the parent menu item EXCEPT not in the views specified in excludedViews |
void |
addMenu(String title)
|
void |
addMenuItem(String parentMenu,
View view)
|
void |
addSpecialMenuItem(View view,
String description)
Adds a menu item with a special style |
void |
removeMenuNavigation()
Removes the navigation from the ui |
Methods inherited from interface org.kuali.student.common.ui.client.configurable.mvc.layouts.DocumentLayoutController |
---|
addContentWidget, setContentInfo, setContentTitle |
Methods inherited from interface org.kuali.student.common.ui.client.configurable.mvc.layouts.ViewLayoutController |
---|
addStartViewPopup, addView, setDefaultView, showView |
Method Detail |
---|
void removeMenuNavigation()
void addMenu(String title)
void addMenuItem(String parentMenu, View view)
void addButtonForView(Enum<?> viewType, KSButton button)
viewType
- button
- void addCommonButton(String parentMenu, KSButton button)
parentMenu
- button
- void addCommonButton(String parentMenu, KSButton button, List<Enum<?>> excludedViews)
parentMenu
- button
- excludedViews
- void addSpecialMenuItem(View view, String description)
view
- description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |