public interface PortletWindowListCtrl extends Controller
The PortletWindowListCtrl
interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Modifier and Type | Method and Description |
---|---|
void |
add(PortletWindow window)
Add a portlet window to the list
|
void |
remove(ObjectID id)
Remove the portlet window with the given Id from the list
|
void add(PortletWindow window)
window
- the porlet window to addvoid remove(ObjectID id)
id
- the Id of the portlet window which should be removedCopyright © 2003-2013 . All Rights Reserved.