Class ColumnLayoutStructureItem

java.lang.Object
com.liferay.layout.util.structure.LayoutStructureItem
com.liferay.layout.util.structure.ColumnLayoutStructureItem
All Implemented Interfaces:
Cloneable

public class ColumnLayoutStructureItem extends LayoutStructureItem
  • Constructor Details

    • ColumnLayoutStructureItem

      public ColumnLayoutStructureItem(String parentItemId)
    • ColumnLayoutStructureItem

      public ColumnLayoutStructureItem(String itemId, String parentItemId)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class LayoutStructureItem
    • getItemConfigJSONObject

      public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()
      Specified by:
      getItemConfigJSONObject in class LayoutStructureItem
    • getItemType

      public String getItemType()
      Specified by:
      getItemType in class LayoutStructureItem
    • getSize

      public int getSize()
    • getViewportConfigurationJSONObjects

      public Map<String,com.liferay.portal.kernel.json.JSONObject> getViewportConfigurationJSONObjects()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class LayoutStructureItem
    • 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 class LayoutStructureItem