public class ContentEditor extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected EditorList |
customEditors |
protected Boolean |
groupCollections |
protected Boolean |
hideEmpty |
protected Boolean |
hideReadOnly |
protected String |
template |
| Constructor and Description |
|---|
ContentEditor() |
| Modifier and Type | Method and Description |
|---|---|
EditorList |
getCustomEditors()
Gets the value of the customEditors property.
|
String |
getTemplate()
Gets the value of the template property.
|
boolean |
isGroupCollections()
Gets the value of the groupCollections property.
|
boolean |
isHideEmpty()
Gets the value of the hideEmpty property.
|
boolean |
isHideReadOnly()
Gets the value of the hideReadOnly property.
|
void |
setCustomEditors(EditorList value)
Sets the value of the customEditors property.
|
void |
setGroupCollections(Boolean value)
Sets the value of the groupCollections property.
|
void |
setHideEmpty(Boolean value)
Sets the value of the hideEmpty property.
|
void |
setHideReadOnly(Boolean value)
Sets the value of the hideReadOnly property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
protected String template
protected EditorList customEditors
protected Boolean hideReadOnly
protected Boolean hideEmpty
protected Boolean groupCollections
public String getTemplate()
Stringpublic void setTemplate(String value)
value - allowed object is Stringpublic EditorList getCustomEditors()
EditorListpublic void setCustomEditors(EditorList value)
value - allowed object is EditorListpublic boolean isHideReadOnly()
Booleanpublic void setHideReadOnly(Boolean value)
value - allowed object is Booleanpublic boolean isHideEmpty()
Booleanpublic void setHideEmpty(Boolean value)
value - allowed object is Booleanpublic boolean isGroupCollections()
BooleanCopyright © 2017 SAP SE. All Rights Reserved.