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 TypeMethodDescriptionboolean
getAlign()
com.liferay.portal.kernel.json.JSONObject
com.liferay.portal.kernel.json.JSONObject
int
hashCode()
boolean
void
void
setContentDisplay
(String contentDisplay) void
setContentVisibility
(String contentVisibility) void
setFlexWrap
(String flexWrap) void
setHtmlTag
(String htmlTag) void
setIndexed
(boolean indexed) void
setJustify
(String justify) void
setLinkJSONObject
(com.liferay.portal.kernel.json.JSONObject linkJSONObject) void
setWidthType
(String widthType) void
updateItemConfig
(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, setName
Methods 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:
equals
in classStyledLayoutStructureItem
-
getAlign
-
getContentDisplay
-
getContentVisibility
-
getDisplay
-
getFlexWrap
-
getHtmlTag
-
getItemConfigJSONObject
public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()- Overrides:
getItemConfigJSONObject
in classStyledLayoutStructureItem
-
getItemType
- Specified by:
getItemType
in classLayoutStructureItem
-
getJustify
-
getLinkJSONObject
public com.liferay.portal.kernel.json.JSONObject getLinkJSONObject() -
getWidthType
-
hashCode
public int hashCode()- Overrides:
hashCode
in 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:
updateItemConfig
in classStyledLayoutStructureItem
-