Package com.sforce.soap.metadata
Class DashboardFlexTableComponentProperties
- java.lang.Object
-
- com.sforce.soap.metadata.DashboardFlexTableComponentProperties
-
-
Constructor Summary
Constructors Constructor Description DashboardFlexTableComponentProperties()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDecimalPrecision
public int getDecimalPrecision()
-
setDecimalPrecision
public void setDecimalPrecision(int decimalPrecision)
-
setDecimalPrecision
protected void setDecimalPrecision(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlexTableColumn
public DashboardComponentColumn[] getFlexTableColumn()
-
setFlexTableColumn
public void setFlexTableColumn(DashboardComponentColumn[] flexTableColumn)
-
setFlexTableColumn
protected void setFlexTableColumn(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFlexTableSortInfo
public DashboardComponentSortInfo getFlexTableSortInfo()
-
setFlexTableSortInfo
public void setFlexTableSortInfo(DashboardComponentSortInfo flexTableSortInfo)
-
setFlexTableSortInfo
protected void setFlexTableSortInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHideChatterPhotos
public boolean getHideChatterPhotos()
-
isHideChatterPhotos
public boolean isHideChatterPhotos()
-
setHideChatterPhotos
public void setHideChatterPhotos(boolean hideChatterPhotos)
-
setHideChatterPhotos
protected void setHideChatterPhotos(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
-
-