Package com.sforce.soap.metadata
Class LayoutItem
- java.lang.Object
-
- com.sforce.soap.metadata.LayoutItem
-
-
Constructor Summary
Constructors Constructor Description LayoutItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAnalyticsCloudComponent
public AnalyticsCloudComponentLayoutItem getAnalyticsCloudComponent()
-
setAnalyticsCloudComponent
public void setAnalyticsCloudComponent(AnalyticsCloudComponentLayoutItem analyticsCloudComponent)
-
setAnalyticsCloudComponent
protected void setAnalyticsCloudComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBehavior
public UiBehavior getBehavior()
-
setBehavior
public void setBehavior(UiBehavior behavior)
-
setBehavior
protected void setBehavior(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCanvas
public String getCanvas()
-
setCanvas
public void setCanvas(String canvas)
-
setCanvas
protected void setCanvas(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getComponent
public String getComponent()
-
setComponent
public void setComponent(String component)
-
setComponent
protected void setComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomLink
public String getCustomLink()
-
setCustomLink
public void setCustomLink(String customLink)
-
setCustomLink
protected void setCustomLink(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmptySpace
public boolean getEmptySpace()
-
isEmptySpace
public boolean isEmptySpace()
-
setEmptySpace
public void setEmptySpace(boolean emptySpace)
-
setEmptySpace
protected void setEmptySpace(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPage
public String getPage()
-
setPage
public void setPage(String page)
-
setPage
protected void setPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReportChartComponent
public ReportChartComponentLayoutItem getReportChartComponent()
-
setReportChartComponent
public void setReportChartComponent(ReportChartComponentLayoutItem reportChartComponent)
-
setReportChartComponent
protected void setReportChartComponent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScontrol
public String getScontrol()
-
setScontrol
public void setScontrol(String scontrol)
-
setScontrol
protected void setScontrol(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowLabel
public boolean getShowLabel()
-
isShowLabel
public boolean isShowLabel()
-
setShowLabel
public void setShowLabel(boolean showLabel)
-
setShowLabel
protected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowScrollbars
public boolean getShowScrollbars()
-
isShowScrollbars
public boolean isShowScrollbars()
-
setShowScrollbars
public void setShowScrollbars(boolean showScrollbars)
-
setShowScrollbars
protected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public String getWidth()
-
setWidth
public void setWidth(String width)
-
setWidth
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-