public interface ViewLayoutController
Modifier and Type | Method and Description |
---|---|
void |
addStartViewPopup(View view)
Creates a popup window with the view, that can be shown when needed for additional information needed
from the user
|
void |
addView(View view)
Add a view to this LayoutController.
|
<V extends Enum<?>> |
setDefaultView(V viewType)
Set the view with the viewType enum passed in to the be the default view.
|
<V extends Enum<?>> |
showView(V viewType)
Shows the view which corresponds to the viewType enumeration "key"
|
void addView(View view)
view
- <V extends Enum<?>> void showView(V viewType)
V
- viewType
- <V extends Enum<?>> void setDefaultView(V viewType)
V
- viewType
- void addStartViewPopup(View view)
view
- Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.