|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.cms.layout.GridPartSize
public class GridPartSize
Utility class for GridPart. A GridPart has a horizontal and vertical size which can either be specified in pixels or be fullsize.
| Constructor Summary | |
|---|---|
GridPartSize()
Create a new GridPartSize object. |
|
GridPartSize(int size)
Create a new GridPartSize object. |
|
| Method Summary | |
|---|---|
int |
getSize()
Return size in pixels. |
boolean |
isFullSize()
Return true if fullsize is enabled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridPartSize()
public GridPartSize(int size)
size - the size in pixels| Method Detail |
|---|
public boolean isFullSize()
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||