Class CmsElementSettingsConfig
java.lang.Object
org.opencms.ade.containerpage.shared.CmsElementSettingsConfig
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsElementSettingsConfig
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Represents the setting configuration for a container element.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization.CmsElementSettingsConfig
(CmsContainerElementData elementData, CmsResourceState state, ArrayList<CmsAdditionalInfoBean> additionalInfo, String schema) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the additional info items.Gets the element data.Gets the schema path.getState()
The state.
-
Constructor Details
-
CmsElementSettingsConfig
protected CmsElementSettingsConfig()Default constructor for serialization.
-
Method Details
-
getAdditionalInfo
Gets the additional info items.- Returns:
- the additional info items
-
getElementData
Gets the element data.- Returns:
- the element data
-
getSchema
Gets the schema path.- Returns:
- the schema path
-
getState
The state.- Returns:
- the resource state
-