Class CollectionStyledLayoutStructureItem

All Implemented Interfaces:
Cloneable

public class CollectionStyledLayoutStructureItem extends StyledLayoutStructureItem
  • Constructor Details

    • CollectionStyledLayoutStructureItem

      public CollectionStyledLayoutStructureItem(String parentItemId)
    • CollectionStyledLayoutStructureItem

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

    • equals

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

      public String getAlign()
    • getCollectionJSONObject

      public com.liferay.portal.kernel.json.JSONObject getCollectionJSONObject()
    • getEmptyCollectionOptions

      public EmptyCollectionOptions getEmptyCollectionOptions()
    • getFlexWrap

      public String getFlexWrap()
    • 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()
    • getListItemStyle

      public String getListItemStyle()
    • getListStyle

      public String getListStyle()
    • getNumberOfColumns

      public int getNumberOfColumns()
    • getNumberOfItems

      public int getNumberOfItems()
    • getNumberOfItemsPerPage

      public int getNumberOfItemsPerPage()
    • getNumberOfPages

      public int getNumberOfPages()
    • getPaginationType

      public String getPaginationType()
    • getTemplateKey

      public String getTemplateKey()
    • getVerticalAlignment

      public String getVerticalAlignment()
    • getViewportConfigurationJSONObjects

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

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

      public boolean isDisplayAllItems()
    • isDisplayAllPages

      public boolean isDisplayAllPages()
    • isGutters

      public boolean isGutters()
    • isShowAllItems

      @Deprecated public boolean isShowAllItems()
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by isDisplayAllItems()
    • setAlign

      public void setAlign(String align)
    • setCollectionJSONObject

      public void setCollectionJSONObject(com.liferay.portal.kernel.json.JSONObject collectionJSONObject)
    • setDisplayAllItems

      public void setDisplayAllItems(Boolean displayAllItems)
    • setDisplayAllPages

      public void setDisplayAllPages(Boolean displayAllPages)
    • setEmptyCollectionOptions

      public void setEmptyCollectionOptions(EmptyCollectionOptions emptyCollectionOptions)
    • setFlexWrap

      public void setFlexWrap(String flexWrap)
    • setGutters

      public void setGutters(boolean gutters)
    • setJustify

      public void setJustify(String justify)
    • setListItemStyle

      public void setListItemStyle(String listItemStyle)
    • setListStyle

      public void setListStyle(String listStyle)
    • setNumberOfColumns

      public void setNumberOfColumns(int numberOfColumns)
    • setNumberOfItems

      public void setNumberOfItems(int numberOfItems)
    • setNumberOfItemsPerPage

      public void setNumberOfItemsPerPage(int numberOfItemsPerPage)
    • setNumberOfPages

      public void setNumberOfPages(int numberOfPages)
    • setPaginationType

      public void setPaginationType(String paginationType)
    • setShowAllItems

      @Deprecated public void setShowAllItems(Boolean showAllItems)
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by setDisplayAllItems(Boolean)
    • setTemplateKey

      public void setTemplateKey(String templateKey)
    • setVerticalAlignment

      public void setVerticalAlignment(String verticalAlignment)
    • setViewportConfiguration

      public void setViewportConfiguration(String viewportSizeId, com.liferay.portal.kernel.json.JSONObject configurationJSONObject)
    • updateItemConfig

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