Interface | Description |
---|---|
ConfigurableLayout | |
Configurer |
Interface must be implemented by configurers for ConfigurableLayouts.
|
ContentNavLayoutController |
Interface for LayoutControllers which have navigation with menus.
|
DocumentLayoutController |
Interface for layouts which have document headers (titles) and widgets associated with all
the content of a controller.
|
ViewLayoutController |
Class | Description |
---|---|
BasicLayout |
The most basic implementation of a LayoutController, no navigation, all showView calls must be invoked
by the app.
|
BasicLayoutWithContentHeader |
A basic implementation of a LayoutController, no navigation, all showView calls must be invoked
by the app.
|
MenuEditableSectionController | |
MenuSectionController |
A layout controller which generates a menu for views that added to it through addMenuItem calls.
|
TabbedSectionLayout | |
TabMenuController |
A layout controller which provides tabs for the views added through the addTab method.
|
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.