| java.lang.Object com.nabhinc.portal.model.BaseRenderable com.nabhinc.portal.model.BaseCompositeRenderable com.nabhinc.portal.model.GridLayout
GridLayout | public class GridLayout extends BaseCompositeRenderable (Code) | | A page layout that arranges individual portlets in a grid.
author: Padmanabh Dabke author: (c) 2001, 2003 Nabh Information Systems, Inc. All Rights Reserved. |
Constructor Summary | |
public | GridLayout() GridConfig constructor comment. |
GridLayout | public GridLayout()(Code) | | GridConfig constructor comment.
|
addPortletInfo | protected void addPortletInfo(int colIndex, Renderable pi)(Code) | | Adds a portlet at the given column.
|
create | public void create(ActionRequest req)(Code) | | |
deletePortlet | public void deletePortlet(int colIndex, int portletIndex)(Code) | | Delete a portlet at the given column and portlet index.
|
getColumnCount | public int getColumnCount()(Code) | | |
getPortletWindow | public Renderable getPortletWindow(int colIndex, int portletIndex)(Code) | | Get the portlet located at the given coordinates.
net.nabh.portal.Portlet Parameters: colIndex - int Parameters: portletIndex - int |
getRowCount | public int getRowCount(int columnNumber)(Code) | | |
modify | public void modify(ActionRequest req)(Code) | | Modify the contents of this layout based on the form data submitted
via HttpServletRequest.
Creation date: (4/9/2002 12:12:34 AM)
Parameters: req - javax.servlet.http.HttpServletRequest |
setRowIndex | public void setRowIndex(int rowIndex)(Code) | | |
Fields inherited from com.nabhinc.portal.model.BaseCompositeRenderable | protected transient String bprComponentTemplate(Code)(Java Doc)
|
|
|