Class ColumnLayoutStructureItem
java.lang.Object
com.liferay.layout.util.structure.LayoutStructureItem
com.liferay.layout.util.structure.ColumnLayoutStructureItem
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionColumnLayoutStructureItem
(String parentItemId) ColumnLayoutStructureItem
(String itemId, String parentItemId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
com.liferay.portal.kernel.json.JSONObject
int
getSize()
int
hashCode()
void
setSize
(int size) void
setViewportConfiguration
(String viewportSizeId, com.liferay.portal.kernel.json.JSONObject configurationJSONObject) void
updateItemConfig
(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) Methods inherited from class com.liferay.layout.util.structure.LayoutStructureItem
addChildrenItem, addChildrenItem, clone, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toString
-
Constructor Details
-
ColumnLayoutStructureItem
-
ColumnLayoutStructureItem
-
-
Method Details
-
equals
- Overrides:
equals
in classLayoutStructureItem
-
getItemConfigJSONObject
public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()- Specified by:
getItemConfigJSONObject
in classLayoutStructureItem
-
getItemType
- Specified by:
getItemType
in classLayoutStructureItem
-
getSize
public int getSize() -
getViewportConfigurationJSONObjects
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLayoutStructureItem
-
setSize
public void setSize(int size) -
setViewportConfiguration
public void setViewportConfiguration(String viewportSizeId, com.liferay.portal.kernel.json.JSONObject configurationJSONObject) -
updateItemConfig
public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) - Specified by:
updateItemConfig
in classLayoutStructureItem
-