org.apache.pluto.om.window
Interface PortletWindowListCtrl

All Superinterfaces:
Controller

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.


Method Summary
 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
 

Method Detail

add

void add(PortletWindow window)
Add a portlet window to the list

Parameters:
window - the porlet window to add

remove

void remove(ObjectID id)
Remove the portlet window with the given Id from the list

Parameters:
id - the Id of the portlet window which should be removed


Copyright © 2003-2010 . All Rights Reserved.