Class ContentEditor
java.lang.Object
de.hybris.platform.cmscockpit.services.config.jaxb.contenteditor.ContentEditor
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="custom-editors" type="{}editor-list" minOccurs="0"/>
</sequence>
<attribute name="hideReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="hideEmpty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="groupCollections" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EditorListprotected Booleanprotected Booleanprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customEditors property.Gets the value of the template property.booleanGets the value of the groupCollections property.booleanGets the value of the hideEmpty property.booleanGets the value of the hideReadOnly property.voidsetCustomEditors(EditorList value) Sets the value of the customEditors property.voidsetGroupCollections(Boolean value) Sets the value of the groupCollections property.voidsetHideEmpty(Boolean value) Sets the value of the hideEmpty property.voidsetHideReadOnly(Boolean value) Sets the value of the hideReadOnly property.voidsetTemplate(String value) Sets the value of the template property.
-
Field Details
-
template
-
customEditors
-
hideReadOnly
-
hideEmpty
-
groupCollections
-
-
Constructor Details
-
ContentEditor
public ContentEditor()
-
-
Method Details
-
getTemplate
Gets the value of the template property.- Returns:
- possible object is
String
-
setTemplate
Sets the value of the template property.- Parameters:
value- allowed object isString
-
getCustomEditors
Gets the value of the customEditors property.- Returns:
- possible object is
EditorList
-
setCustomEditors
Sets the value of the customEditors property.- Parameters:
value- allowed object isEditorList
-
isHideReadOnly
public boolean isHideReadOnly()Gets the value of the hideReadOnly property.- Returns:
- possible object is
Boolean
-
setHideReadOnly
Sets the value of the hideReadOnly property.- Parameters:
value- allowed object isBoolean
-
isHideEmpty
public boolean isHideEmpty()Gets the value of the hideEmpty property.- Returns:
- possible object is
Boolean
-
setHideEmpty
Sets the value of the hideEmpty property.- Parameters:
value- allowed object isBoolean
-
isGroupCollections
public boolean isGroupCollections()Gets the value of the groupCollections property.- Returns:
- possible object is
Boolean
-
setGroupCollections
Sets the value of the groupCollections property.- Parameters:
value- allowed object isBoolean
-