public class ColumnLayoutStructureItem extends LayoutStructureItem
| Constructor and Description |
|---|
ColumnLayoutStructureItem(java.lang.String parentItemId) |
ColumnLayoutStructureItem(java.lang.String itemId,
java.lang.String parentItemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
com.liferay.portal.kernel.json.JSONObject |
getItemConfigJSONObject() |
java.lang.String |
getItemType() |
int |
getSize() |
java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> |
getViewportConfigurationJSONObjects() |
int |
hashCode() |
void |
setSize(int size) |
void |
setViewportConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject) |
void |
updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) |
addChildrenItem, addChildrenItem, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toStringpublic ColumnLayoutStructureItem(java.lang.String parentItemId)
public ColumnLayoutStructureItem(java.lang.String itemId,
java.lang.String parentItemId)
public boolean equals(java.lang.Object object)
equals in class LayoutStructureItempublic com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()
getItemConfigJSONObject in class LayoutStructureItempublic java.lang.String getItemType()
getItemType in class LayoutStructureItempublic int getSize()
public java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> getViewportConfigurationJSONObjects()
public int hashCode()
hashCode in class LayoutStructureItempublic void setSize(int size)
public void setViewportConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject)
public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject)
updateItemConfig in class LayoutStructureItem