Class ContainerStyledLayoutStructureItem

All Implemented Interfaces:
Cloneable

public class ContainerStyledLayoutStructureItem extends StyledLayoutStructureItem
  • Constructor Details

    • ContainerStyledLayoutStructureItem

      public ContainerStyledLayoutStructureItem(String parentItemId)
    • ContainerStyledLayoutStructureItem

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

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class StyledLayoutStructureItem
    • getAlign

      public String getAlign()
    • getContentDisplay

      public String getContentDisplay()
    • getContentVisibility

      public String getContentVisibility()
    • getDisplay

      public String getDisplay()
    • getFlexWrap

      public String getFlexWrap()
    • getHtmlTag

      public String getHtmlTag()
    • getItemConfigJSONObject

      public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()
      Overrides:
      getItemConfigJSONObject in class StyledLayoutStructureItem
    • getItemType

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

      public String getJustify()
    • getLinkJSONObject

      public com.liferay.portal.kernel.json.JSONObject getLinkJSONObject()
    • getWidthType

      public String getWidthType()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class StyledLayoutStructureItem
    • isIndexed

      public boolean isIndexed()
    • setAlign

      public void setAlign(String align)
    • setContentDisplay

      public void setContentDisplay(String contentDisplay)
    • setContentVisibility

      public void setContentVisibility(String contentVisibility)
    • setFlexWrap

      public void setFlexWrap(String flexWrap)
    • setHtmlTag

      public void setHtmlTag(String htmlTag)
    • setIndexed

      public void setIndexed(boolean indexed)
    • setJustify

      public void setJustify(String justify)
    • setLinkJSONObject

      public void setLinkJSONObject(com.liferay.portal.kernel.json.JSONObject linkJSONObject)
    • setWidthType

      public void setWidthType(String widthType)
    • updateItemConfig

      public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject)
      Overrides:
      updateItemConfig in class StyledLayoutStructureItem