public class SectionelementDef extends BaseObject implements Serializable
SectionDef.
A section-element can either be a DatasourceRef or a ActionRef.| Modifier and Type | Field and Description |
|---|---|
protected ActionRef |
action |
protected DatasourceRef |
datasource |
protected String |
folded |
protected String |
mode |
protected String |
passive |
protected Label |
title |
| Constructor and Description |
|---|
SectionelementDef() |
| Modifier and Type | Method and Description |
|---|---|
ActionRef |
getAction()
Gets the value of the action property.
|
DatasourceRef |
getDatasource()
Gets the value of the datasource property.
|
String |
getFolded()
If evaluating to
true, the resulting Sectionelement will be displayed folded. |
String |
getMode()
The display mode for this element to be used by the template.
|
String |
getPassive()
If evaluating to
true, the resulting Sectionelement will not determine the title of the tab. |
Label |
getTitle()
Gets the value of the title property.
|
void |
setAction(ActionRef value)
Sets the value of the action property.
|
void |
setDatasource(DatasourceRef value)
Sets the value of the datasource property.
|
void |
setFolded(String value)
Sets the value of the folded property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setPassive(String value)
Sets the value of the passive property.
|
void |
setTitle(Label value)
Sets the value of the title property.
|
protected Label title
protected DatasourceRef datasource
protected ActionRef action
protected String folded
protected String passive
protected String mode
public Label getTitle()
Labelpublic void setTitle(Label value)
value - allowed object is
Labelpublic DatasourceRef getDatasource()
DatasourceRefpublic void setDatasource(DatasourceRef value)
value - allowed object is
DatasourceRefpublic ActionRef getAction()
ActionRefpublic void setAction(ActionRef value)
value - allowed object is
ActionRefpublic String getFolded()
true, the resulting Sectionelement will be displayed folded.
If evaluating to false, the resulting Sectionelement will be displayed unfolded.
If empty, the Sectionelement will not be foldable.Stringpublic void setFolded(String value)
value - allowed object is
Stringpublic String getPassive()
true, the resulting Sectionelement will not determine the title of the tab.Stringpublic void setPassive(String value)
value - allowed object is
Stringpublic String getMode()
StringCopyright © 2011–2023 aiticon GmbH. All rights reserved.