public class LayoutItem extends Object
Java class for LayoutItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="analyticsCloudComponent" type="{urn:metadata.tooling.soap.sforce.com}AnalyticsCloudComponentLayoutItem" minOccurs="0"/>
<element name="behavior" type="{urn:tooling.soap.sforce.com}UiBehavior" minOccurs="0"/>
<element name="canvas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="component" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="emptySpace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportChartComponent" type="{urn:metadata.tooling.soap.sforce.com}ReportChartComponentLayoutItem" minOccurs="0"/>
<element name="scontrol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="showLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showScrollbars" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AnalyticsCloudComponentLayoutItem |
analyticsCloudComponent |
protected UiBehavior |
behavior |
protected String |
canvas |
protected String |
component |
protected String |
customLink |
protected Boolean |
emptySpace |
protected String |
field |
protected Integer |
height |
protected String |
page |
protected ReportChartComponentLayoutItem |
reportChartComponent |
protected String |
scontrol |
protected Boolean |
showLabel |
protected Boolean |
showScrollbars |
protected String |
width |
| Constructor and Description |
|---|
LayoutItem() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsCloudComponentLayoutItem |
getAnalyticsCloudComponent()
Gets the value of the analyticsCloudComponent property.
|
UiBehavior |
getBehavior()
Gets the value of the behavior property.
|
String |
getCanvas()
Gets the value of the canvas property.
|
String |
getComponent()
Gets the value of the component property.
|
String |
getCustomLink()
Gets the value of the customLink property.
|
String |
getField()
Gets the value of the field property.
|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getPage()
Gets the value of the page property.
|
ReportChartComponentLayoutItem |
getReportChartComponent()
Gets the value of the reportChartComponent property.
|
String |
getScontrol()
Gets the value of the scontrol property.
|
String |
getWidth()
Gets the value of the width property.
|
Boolean |
isEmptySpace()
Gets the value of the emptySpace property.
|
Boolean |
isShowLabel()
Gets the value of the showLabel property.
|
Boolean |
isShowScrollbars()
Gets the value of the showScrollbars property.
|
void |
setAnalyticsCloudComponent(AnalyticsCloudComponentLayoutItem value)
Sets the value of the analyticsCloudComponent property.
|
void |
setBehavior(UiBehavior value)
Sets the value of the behavior property.
|
void |
setCanvas(String value)
Sets the value of the canvas property.
|
void |
setComponent(String value)
Sets the value of the component property.
|
void |
setCustomLink(String value)
Sets the value of the customLink property.
|
void |
setEmptySpace(Boolean value)
Sets the value of the emptySpace property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setReportChartComponent(ReportChartComponentLayoutItem value)
Sets the value of the reportChartComponent property.
|
void |
setScontrol(String value)
Sets the value of the scontrol property.
|
void |
setShowLabel(Boolean value)
Sets the value of the showLabel property.
|
void |
setShowScrollbars(Boolean value)
Sets the value of the showScrollbars property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected AnalyticsCloudComponentLayoutItem analyticsCloudComponent
protected UiBehavior behavior
protected String canvas
protected String component
protected String customLink
protected Boolean emptySpace
protected String field
protected Integer height
protected String page
protected ReportChartComponentLayoutItem reportChartComponent
protected String scontrol
protected Boolean showLabel
protected Boolean showScrollbars
protected String width
public AnalyticsCloudComponentLayoutItem getAnalyticsCloudComponent()
AnalyticsCloudComponentLayoutItempublic void setAnalyticsCloudComponent(AnalyticsCloudComponentLayoutItem value)
value - allowed object is
AnalyticsCloudComponentLayoutItempublic UiBehavior getBehavior()
UiBehaviorpublic void setBehavior(UiBehavior value)
value - allowed object is
UiBehaviorpublic String getCanvas()
Stringpublic void setCanvas(String value)
value - allowed object is
Stringpublic String getComponent()
Stringpublic void setComponent(String value)
value - allowed object is
Stringpublic String getCustomLink()
Stringpublic void setCustomLink(String value)
value - allowed object is
Stringpublic Boolean isEmptySpace()
Booleanpublic void setEmptySpace(Boolean value)
value - allowed object is
Booleanpublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic ReportChartComponentLayoutItem getReportChartComponent()
ReportChartComponentLayoutItempublic void setReportChartComponent(ReportChartComponentLayoutItem value)
value - allowed object is
ReportChartComponentLayoutItempublic String getScontrol()
Stringpublic void setScontrol(String value)
value - allowed object is
Stringpublic Boolean isShowLabel()
Booleanpublic void setShowLabel(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowScrollbars()
Booleanpublic void setShowScrollbars(Boolean value)
value - allowed object is
Booleanpublic String getWidth()
StringCopyright © 2016. All rights reserved.