public class RowStyledLayoutStructureItem extends StyledLayoutStructureItem
stylesJSONObject, viewportStyleJSONObjects| Constructor and Description |
|---|
RowStyledLayoutStructureItem(java.lang.String parentItemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
com.liferay.portal.kernel.json.JSONObject |
getItemConfigJSONObject() |
java.lang.String |
getItemType() |
int |
getModulesPerRow() |
int |
getNumberOfColumns() |
java.lang.String |
getOverflow() |
java.lang.String |
getVerticalAlignment() |
java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> |
getViewportConfigurations() |
java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> |
getViewportSizeConfigurations()
Deprecated.
As of Athanasius (7.3.x), replaced by
getViewportConfigurations() |
int |
hashCode() |
boolean |
isGutters() |
boolean |
isIndexed() |
boolean |
isReverseOrder() |
void |
setGutters(boolean gutters) |
void |
setIndexed(boolean indexed) |
void |
setModulesPerRow(int modulesPerRow) |
void |
setNumberOfColumns(int numberOfColumns) |
void |
setReverseOrder(boolean reverseOrder) |
void |
setVerticalAlignment(java.lang.String verticalAlignment) |
void |
setViewportConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject) |
void |
setViewportSizeConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject)
Deprecated.
As of Athanasius (7.3.x), replaced by
setViewportConfiguration(String, JSONObject) |
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, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getShadow, getTextAlignCssClass, getTextColor, getTextColorCssClass, getWidthaddChildrenItem, addChildrenItem, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toStringpublic RowStyledLayoutStructureItem(java.lang.String parentItemId)
public boolean equals(java.lang.Object object)
equals in class StyledLayoutStructureItempublic com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()
getItemConfigJSONObject in class StyledLayoutStructureItempublic java.lang.String getItemType()
getItemType in class LayoutStructureItempublic int getModulesPerRow()
public int getNumberOfColumns()
public java.lang.String getOverflow()
getOverflow in class StyledLayoutStructureItempublic java.lang.String getVerticalAlignment()
public java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> getViewportConfigurations()
@Deprecated public java.util.Map<java.lang.String,com.liferay.portal.kernel.json.JSONObject> getViewportSizeConfigurations()
getViewportConfigurations()public int hashCode()
hashCode in class StyledLayoutStructureItempublic boolean isGutters()
public boolean isIndexed()
public boolean isReverseOrder()
public void setGutters(boolean gutters)
public void setIndexed(boolean indexed)
public void setModulesPerRow(int modulesPerRow)
public void setNumberOfColumns(int numberOfColumns)
public void setReverseOrder(boolean reverseOrder)
public void setVerticalAlignment(java.lang.String verticalAlignment)
public void setViewportConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject)
@Deprecated
public void setViewportSizeConfiguration(java.lang.String viewportSizeId,
com.liferay.portal.kernel.json.JSONObject configurationJSONObject)
setViewportConfiguration(String, JSONObject)public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject)
updateItemConfig in class StyledLayoutStructureItem