|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Portlet | |
---|---|
com.stratelia.silverpeas.portlet |
Uses of Portlet in com.stratelia.silverpeas.portlet |
---|
Methods in com.stratelia.silverpeas.portlet that return Portlet | |
---|---|
static Portlet |
SpaceModelFactory.getPortlet(int aInstanceId)
getPortlet Read an instance from database and contruct a Portlet in memory |
Portlet |
SpaceModel.getPortlet(int col,
int row)
getPortlet |
Portlet |
SpaceModel.getPortlets(int index)
Retrieve a portlet by Its index in the space Model |
Portlet |
SpaceColumn.getPortlets(int row)
getPortlets |
Methods in com.stratelia.silverpeas.portlet with parameters of type Portlet | |
---|---|
void |
SpaceModel.addPortlet(int col,
int row,
Portlet aPortlet)
Insert a single portlet to the SpaceModel at the specified col, before the specified row if the col is invalid a new one is created and added to the spaceModel |
void |
SpaceModel.addPortlet(int colNum,
Portlet aPortlet)
Append a single portlet to the SpaceModel to the specified column. if the column is invalid, create a new one. |
static void |
SpaceModelFactory.portletSaveState(SpaceModel space,
Portlet aPortlet)
portletSaveState Save the portlet state : minimized, normal or maximized |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |