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()
Label
public void setTitle(Label value)
value
- allowed object is
Label
public DatasourceRef getDatasource()
DatasourceRef
public void setDatasource(DatasourceRef value)
value
- allowed object is
DatasourceRef
public ActionRef getAction()
ActionRef
public void setAction(ActionRef value)
value
- allowed object is
ActionRef
public 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.String
public void setFolded(String value)
value
- allowed object is
String
public String getPassive()
true
, the resulting Sectionelement
will not determine the title of the tab.String
public void setPassive(String value)
value
- allowed object is
String
public String getMode()
String
Copyright © 2011–2020 aiticon GmbH. All rights reserved.