public class WidgetDashboard extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="containerlayout" type="{}containerlayout"/>
<element name="widgetpositions" type="{}widgetpositions"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Containerlayout |
containerlayout |
protected Widgetpositions |
widgetpositions |
| Constructor and Description |
|---|
WidgetDashboard() |
| Modifier and Type | Method and Description |
|---|---|
Containerlayout |
getContainerlayout()
Gets the value of the containerlayout property.
|
Widgetpositions |
getWidgetpositions()
Gets the value of the widgetpositions property.
|
void |
setContainerlayout(Containerlayout value)
Sets the value of the containerlayout property.
|
void |
setWidgetpositions(Widgetpositions value)
Sets the value of the widgetpositions property.
|
protected Containerlayout containerlayout
protected Widgetpositions widgetpositions
public Containerlayout getContainerlayout()
Containerlayoutpublic void setContainerlayout(Containerlayout value)
value - allowed object is
Containerlayoutpublic Widgetpositions getWidgetpositions()
Widgetpositionspublic void setWidgetpositions(Widgetpositions value)
value - allowed object is
WidgetpositionsCopyright © 2017 SAP SE. All Rights Reserved.