public class SectionDef extends BaseObject implements Serializable
StructureDef
. A section contains multiple SectionelementDef
s.Modifier and Type | Field and Description |
---|---|
protected SectionConfig |
config |
protected List<SectionelementDef> |
element |
protected String |
hidden |
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. |
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 |
setTitle(Label value)
Sets the value of the title property.
|
protected SectionConfig config
protected Label title
protected List<SectionelementDef> element
protected String hidden
public SectionConfig getConfig()
SectionConfig
public void setConfig(SectionConfig value)
value
- allowed object is
SectionConfig
public Label getTitle()
Label
public void setTitle(Label value)
value
- allowed object is
Label
public 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.String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.