|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap java.util.HashMap org.apache.jetspeed.portal.BasePortletSetConstraints
Trivial implementation of PortletSetConstraints
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
BasePortletSetConstraints()
|
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 class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
public BasePortletSetConstraints()
Method Detail |
public java.lang.Integer getColumn()
getColumn
in interface PortletSet.Constraints
public void setColumn(java.lang.Integer col) throws java.lang.IllegalArgumentException
setColumn
in interface PortletSet.Constraints
col
- the column position
java.lang.IllegalArgumentException
public java.lang.Integer getRow()
getRow
in interface PortletSet.Constraints
public void setRow(java.lang.Integer row) throws java.lang.IllegalArgumentException
setRow
in interface PortletSet.Constraints
row
- the column position
java.lang.IllegalArgumentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |