Class ContainerStyledLayoutStructureItem
java.lang.Object
com.liferay.layout.util.structure.LayoutStructureItem
com.liferay.layout.util.structure.StyledLayoutStructureItem
com.liferay.layout.util.structure.ContainerStyledLayoutStructureItem
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class com.liferay.layout.util.structure.StyledLayoutStructureItem
LAYOUT_STRUCTURE_ITEM_CSS_CLASS_PREFIX, stylesJSONObject, viewportStyleJSONObjects -
Constructor Summary
ConstructorsConstructorDescriptionContainerStyledLayoutStructureItem(String parentItemId) ContainerStyledLayoutStructureItem(String itemId, String parentItemId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlign()com.liferay.portal.kernel.json.JSONObjectcom.liferay.portal.kernel.json.JSONObjectinthashCode()booleanvoidvoidsetContentDisplay(String contentDisplay) voidsetContentVisibility(String contentVisibility) voidsetFlexWrap(String flexWrap) voidsetHtmlTag(String htmlTag) voidsetIndexed(boolean indexed) voidsetJustify(String justify) voidsetLinkJSONObject(com.liferay.portal.kernel.json.JSONObject linkJSONObject) voidsetWidthType(String widthType) voidupdateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) Methods inherited from class com.liferay.layout.util.structure.StyledLayoutStructureItem
getBackgroundImageJSONObject, getCssClass, getCssClasses, getCustomCSS, getCustomCSSViewports, getName, getStyledCssClasses, getUniqueCssClass, setCssClasses, setCustomCSS, setCustomCSSViewport, setNameMethods inherited from class com.liferay.layout.util.structure.LayoutStructureItem
addChildrenItem, addChildrenItem, clone, deleteChildrenItem, getChildrenItemIds, getItemId, getParentItemId, of, setChildrenItemIds, setItemId, setParentItemId, toJSONObject, toString
-
Constructor Details
-
ContainerStyledLayoutStructureItem
-
ContainerStyledLayoutStructureItem
-
-
Method Details
-
equals
- Overrides:
equalsin classStyledLayoutStructureItem
-
getAlign
-
getContentDisplay
-
getContentVisibility
-
getDisplay
-
getFlexWrap
-
getHtmlTag
-
getItemConfigJSONObject
public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()- Overrides:
getItemConfigJSONObjectin classStyledLayoutStructureItem
-
getItemType
- Specified by:
getItemTypein classLayoutStructureItem
-
getJustify
-
getLinkJSONObject
public com.liferay.portal.kernel.json.JSONObject getLinkJSONObject() -
getWidthType
-
hashCode
public int hashCode()- Overrides:
hashCodein classStyledLayoutStructureItem
-
isIndexed
public boolean isIndexed() -
setAlign
-
setContentDisplay
-
setContentVisibility
-
setFlexWrap
-
setHtmlTag
-
setIndexed
public void setIndexed(boolean indexed) -
setJustify
-
setLinkJSONObject
public void setLinkJSONObject(com.liferay.portal.kernel.json.JSONObject linkJSONObject) -
setWidthType
-
updateItemConfig
public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) - Overrides:
updateItemConfigin classStyledLayoutStructureItem
-