public class RowLayoutStructureItem extends LayoutStructureItem
| Constructor and Description |
|---|
RowLayoutStructureItem(java.lang.String parentItemId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
JSONObject |
getItemConfigJSONObject() |
java.lang.String |
getItemType() |
int |
getModulesPerRow() |
int |
getNumberOfColumns() |
java.lang.String |
getVerticalAlignment() |
java.util.Map<java.lang.String,JSONObject> |
getViewportConfigurations() |
java.util.Map<java.lang.String,JSONObject> |
getViewportSizeConfigurations()
Deprecated.
As of Athanasius (7.3.x), replaced by
getViewportConfigurations() |
int |
hashCode() |
boolean |
isGutters() |
boolean |
isReverseOrder() |
void |
setGutters(boolean gutters) |
void |
setModulesPerRow(int modulesPerRow) |
void |
setNumberOfColumns(int numberOfColumns) |
void |
setReverseOrder(boolean reverseOrder) |
void |
setVerticalAlignment(java.lang.String verticalAlignment) |
void |
setViewportConfiguration(java.lang.String viewportSizeId,
JSONObject configurationJSONObject) |
void |
setViewportSizeConfiguration(java.lang.String viewportSizeId,
JSONObject configurationJSONObject)
Deprecated.
As of Athanasius (7.3.x), replaced by
setViewportConfiguration(String, JSONObject) |
void |
updateItemConfig(JSONObject itemConfigJSONObject) |
addChildrenItem, addChildrenItem, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toStringpublic RowLayoutStructureItem(java.lang.String parentItemId)
public boolean equals(java.lang.Object object)
equals in class LayoutStructureItempublic JSONObject getItemConfigJSONObject()
getItemConfigJSONObject in class LayoutStructureItempublic java.lang.String getItemType()
getItemType in class LayoutStructureItempublic int getModulesPerRow()
public int getNumberOfColumns()
public java.lang.String getVerticalAlignment()
public java.util.Map<java.lang.String,JSONObject> getViewportConfigurations()
@Deprecated public java.util.Map<java.lang.String,JSONObject> getViewportSizeConfigurations()
getViewportConfigurations()public int hashCode()
hashCode in class LayoutStructureItempublic boolean isGutters()
public boolean isReverseOrder()
public void setGutters(boolean gutters)
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,
JSONObject configurationJSONObject)
@Deprecated
public void setViewportSizeConfiguration(java.lang.String viewportSizeId,
JSONObject configurationJSONObject)
setViewportConfiguration(String, JSONObject)public void updateItemConfig(JSONObject itemConfigJSONObject)
updateItemConfig in class LayoutStructureItem