Class CmsCreateElementData
java.lang.Object
org.opencms.ade.containerpage.shared.CmsCreateElementData
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsCreateElementData
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Bean containing the needed data when creating a new resource.
- Since:
- 8.0.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the created element.Returns the model resources list.booleanReturns if model selection is needed.voidsetCreatedElement(CmsContainerElement createdElement) Sets the created element.voidsetModelResources(List<CmsModelResourceInfo> modelResources) Sets the model resources list.
-
Constructor Details
-
CmsCreateElementData
public CmsCreateElementData()
-
-
Method Details
-
getCreatedElement
Returns the created element.- Returns:
- the created element
-
getModelResources
Returns the model resources list.- Returns:
- the model resources list
-
needsModelSelection
Returns if model selection is needed.- Returns:
trueif model selection is needed
-
setModelResources
Sets the model resources list.- Parameters:
modelResources- the model resources list to set
-