public class CollectionStyledLayoutStructureItem extends StyledLayoutStructureItem
stylesJSONObject, viewportStyleJSONObjects| Constructor and Description |
|---|
CollectionStyledLayoutStructureItem(java.lang.String parentItemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
com.liferay.portal.kernel.json.JSONObject |
getCollectionJSONObject() |
com.liferay.portal.kernel.json.JSONObject |
getItemConfigJSONObject() |
java.lang.String |
getItemType() |
java.lang.String |
getListFormat()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
java.lang.String |
getListItemStyle() |
java.lang.String |
getListStyle() |
int |
getNumberOfColumns() |
int |
getNumberOfItems() |
java.lang.String |
getTemplateKey() |
int |
hashCode() |
void |
setCollectionJSONObject(com.liferay.portal.kernel.json.JSONObject collectionJSONObject) |
void |
setListFormat(java.lang.String listFormat)
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
void |
setListItemStyle(java.lang.String listItemStyle) |
void |
setListStyle(java.lang.String listStyle) |
void |
setNumberOfColumns(int numberOfColumns) |
void |
setNumberOfItems(int numberOfItems) |
void |
setTemplateKey(java.lang.String templateKey) |
void |
updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) |
getAlign, getBackgroundColor, getBackgroundColorCssClass, getBackgroundImageJSONObject, getBorderColor, getBorderColorCssClass, getBorderRadius, getBorderWidth, getContentDisplay, getFontFamily, getFontSize, getFontWeight, getFontWeightCssClass, getHeight, getJustify, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpacity, getOverflow, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getShadow, getTextAlignCssClass, getTextColor, getTextColorCssClass, getWidthaddChildrenItem, addChildrenItem, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toStringpublic CollectionStyledLayoutStructureItem(java.lang.String parentItemId)
public boolean equals(java.lang.Object object)
equals in class StyledLayoutStructureItempublic com.liferay.portal.kernel.json.JSONObject getCollectionJSONObject()
public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()
getItemConfigJSONObject in class StyledLayoutStructureItempublic java.lang.String getItemType()
getItemType in class LayoutStructureItem@Deprecated public java.lang.String getListFormat()
public java.lang.String getListItemStyle()
public java.lang.String getListStyle()
public int getNumberOfColumns()
public int getNumberOfItems()
public java.lang.String getTemplateKey()
public int hashCode()
hashCode in class StyledLayoutStructureItempublic void setCollectionJSONObject(com.liferay.portal.kernel.json.JSONObject collectionJSONObject)
@Deprecated public void setListFormat(java.lang.String listFormat)
public void setListItemStyle(java.lang.String listItemStyle)
public void setListStyle(java.lang.String listStyle)
public void setNumberOfColumns(int numberOfColumns)
public void setNumberOfItems(int numberOfItems)
public void setTemplateKey(java.lang.String templateKey)
public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject)
updateItemConfig in class StyledLayoutStructureItem