public class SectionDef extends BaseObject implements Serializable
StructureDef. A section contains multiple SectionelementDefs.| Modifier and Type | Field and Description |
|---|---|
protected SectionConfig |
config |
protected List<SectionelementDef> |
element |
protected String |
hidden |
protected String |
id |
protected Label |
title |
| Constructor and Description |
|---|
SectionDef() |
| Modifier and Type | Method and Description |
|---|---|
SectionConfig |
getConfig()
Gets the value of the config property.
|
List<SectionelementDef> |
getElement()
Gets the value of the element property.
|
String |
getHidden()
If evaluating to
true, the resulting Section will not be visible to the user. |
String |
getId()
The ID of the section, must be unique within the page.
|
Label |
getTitle()
Gets the value of the title property.
|
void |
setConfig(SectionConfig value)
Sets the value of the config property.
|
void |
setHidden(String value)
Sets the value of the hidden property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTitle(Label value)
Sets the value of the title property.
|
protected SectionConfig config
protected Label title
protected List<SectionelementDef> element
protected String hidden
protected String id
public SectionConfig getConfig()
SectionConfigpublic void setConfig(SectionConfig value)
value - allowed object is
SectionConfigpublic Label getTitle()
Labelpublic void setTitle(Label value)
value - allowed object is
Labelpublic List<SectionelementDef> getElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the element property.
For example, to add a new item, do as follows:
getElement().add(newItem);
Objects of the following type(s) are allowed in the list
SectionelementDef
public String getHidden()
true, the resulting Section will not be visible to the user.Stringpublic void setHidden(String value)
value - allowed object is
Stringpublic String getId()
StringCopyright © 2011–2023 aiticon GmbH. All rights reserved.