public class PortalPosition extends DataClass
Portlet
within a PortalLayout
, indicating the column, row, and position within the row.factoryCreated, factoryProperties, readOnly
Constructor and Description |
---|
PortalPosition() |
PortalPosition(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
int |
getColNum()
The column number occupied by a
Portlet within a PortalLayout . |
static PortalPosition |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
int |
getPosition()
The position occupied by a
Portlet within a PortalLayout row (generally 0, unless there is more than one Portlet in the row). |
int |
getRowNum()
The row number occupied by a
Portlet within a PortalLayout column. |
void |
setColNum(int colNum)
The column number occupied by a
Portlet within a PortalLayout . |
void |
setPosition(int position)
The position occupied by a
Portlet within a PortalLayout row (generally 0, unless there is more than one Portlet in the row). |
void |
setRowNum(int rowNum)
The row number occupied by a
Portlet within a PortalLayout column. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnly
public PortalPosition()
public PortalPosition(com.google.gwt.core.client.JavaScriptObject jsObj)
public static PortalPosition getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setColNum(int colNum)
Portlet
within a PortalLayout
.colNum
- Default value is 0public int getColNum()
Portlet
within a PortalLayout
.public void setPosition(int position)
Portlet
within a PortalLayout
row (generally 0, unless there is more than one Portlet in the row).position
- Default value is 0public int getPosition()
Portlet
within a PortalLayout
row (generally 0, unless there is more than one Portlet in the row).public void setRowNum(int rowNum)
Portlet
within a PortalLayout
column.rowNum
- Default value is 0public int getRowNum()
Portlet
within a PortalLayout
column.