|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.portlet.SpaceColumn
public class SpaceColumn
Class declaration
Constructor Summary | |
---|---|
SpaceColumn()
Constructor for the <jsp:usebean> tag compatibility |
|
SpaceColumn(int aColumnNumber)
|
|
SpaceColumn(int aColumnNumber,
String aColumnWidth)
SpaceColumn |
Method Summary | |
---|---|
int |
getColumnNumber()
getColumnNumber |
String |
getColumnWidth()
getColumnWidth |
int |
getPortletCount()
getPortletCount |
Portlet |
getPortlets(int row)
getPortlets |
String |
getRowRatios()
getRowRatios Compute ratios for the portlets in the column |
void |
setColumnWidth(String aColumnWidth)
setColumnWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceColumn() throws PortletException
PortletException
public SpaceColumn(int aColumnNumber)
aColumnNumber
- parameter for public SpaceColumn(int aColumnNumber, String aColumnWidth)
aColumnNumber
- aWidthType
- Used to construct the frameset tag. ex "40%", "150px", "*".Method Detail |
---|
public int getColumnNumber()
public void setColumnWidth(String aColumnWidth)
aColumnWidth
- : Used to construct the frameset that contains this column examples : "40%"
, "340px" or "*"public String getColumnWidth()
public Portlet getPortlets(int row)
row
- the index of the portlet in the column
public int getPortletCount()
public String getRowRatios()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |