public class Sectionelement extends BaseObject implements Serializable
Section.| Modifier and Type | Field and Description |
|---|---|
protected Action |
action |
protected Datasource |
datasource |
protected Long |
executionTime |
protected String |
folded |
protected String |
mode |
protected String |
passive |
protected Label |
title |
| Constructor and Description |
|---|
Sectionelement() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Gets the value of the action property.
|
Datasource |
getDatasource()
Gets the value of the datasource property.
|
Long |
getExecutionTime()
The time in milliseconds it took to process this
Sectionelement. |
String |
getFolded()
If evaluating to
true, the 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 Sectionelement will not determine the title of the tab. |
Label |
getTitle()
Gets the value of the title property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setDatasource(Datasource value)
Sets the value of the datasource property.
|
void |
setExecutionTime(Long value)
Sets the value of the executionTime 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 Datasource datasource
protected Action action
protected String folded
protected String passive
protected String mode
protected Long executionTime
public Label getTitle()
Labelpublic void setTitle(Label value)
value - allowed object is
Labelpublic Datasource getDatasource()
Datasourcepublic void setDatasource(Datasource value)
value - allowed object is
Datasourcepublic Action getAction()
Actionpublic void setAction(Action value)
value - allowed object is
Actionpublic String getFolded()
true, the Sectionelement will be displayed folded.
If evaluating to false, the 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 Sectionelement will not determine the title of the tab.Stringpublic void setPassive(String value)
value - allowed object is
Stringpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic Long getExecutionTime()
Sectionelement.LongCopyright © 2011–2023 aiticon GmbH. All rights reserved.