|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletSetConstraints is used to associate layout constraints with a Portlet within a Set. These constraints may be used by the PortletController to render the layout of any given PortletSet correctly.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
java.lang.Integer |
getColumn()
Get the column the portlet should be displayed in |
java.lang.Integer |
getRow()
Get the row the portlet should be displayed in |
void |
setColumn(java.lang.Integer col)
Set the column the portlet should be displayed in. |
void |
setRow(java.lang.Integer row)
Set the row the portlet should be displayed in. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public java.lang.Integer getColumn()
public void setColumn(java.lang.Integer col) throws java.lang.IllegalArgumentException
col
- the column position
java.lang.IllegalArgumentException
public java.lang.Integer getRow()
public void setRow(java.lang.Integer row) throws java.lang.IllegalArgumentException
row
- the column position
java.lang.IllegalArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |