Class DropZoneLayoutStructureItem
java.lang.Object
com.liferay.layout.util.structure.LayoutStructureItem
com.liferay.layout.util.structure.DropZoneLayoutStructureItem
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionDropZoneLayoutStructureItem(String parentItemId) DropZoneLayoutStructureItem(String itemId, String parentItemId) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.liferay.portal.kernel.json.JSONObjectinthashCode()booleanvoidsetAllowNewFragmentEntries(boolean allowNewFragmentEntries) voidsetFragmentEntryKeys(List<String> fragmentEntryKeys) voidupdateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) 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
-
DropZoneLayoutStructureItem
-
DropZoneLayoutStructureItem
-
-
Method Details
-
equals
- Overrides:
equalsin classLayoutStructureItem
-
getFragmentEntryKeys
-
getItemConfigJSONObject
public com.liferay.portal.kernel.json.JSONObject getItemConfigJSONObject()- Specified by:
getItemConfigJSONObjectin classLayoutStructureItem
-
getItemType
- Specified by:
getItemTypein classLayoutStructureItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classLayoutStructureItem
-
isAllowNewFragmentEntries
public boolean isAllowNewFragmentEntries() -
setAllowNewFragmentEntries
public void setAllowNewFragmentEntries(boolean allowNewFragmentEntries) -
setFragmentEntryKeys
-
updateItemConfig
public void updateItemConfig(com.liferay.portal.kernel.json.JSONObject itemConfigJSONObject) - Specified by:
updateItemConfigin classLayoutStructureItem
-