Package com.sforce.soap.metadata
Class CustomApplicationComponent
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CustomApplicationComponent
-
-
Constructor Summary
Constructors Constructor Description CustomApplicationComponent()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetButtonIconUrl()StringgetButtonStyle()StringgetButtonText()intgetButtonWidth()intgetHeight()booleangetIsHeightFixed()booleangetIsHidden()booleangetIsWidthFixed()StringgetVisualforcePage()intgetWidth()booleanisIsHeightFixed()booleanisIsHidden()booleanisIsWidthFixed()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetButtonIconUrl(XmlInputStream __in, TypeMapper __typeMapper)voidsetButtonIconUrl(String buttonIconUrl)protected voidsetButtonStyle(XmlInputStream __in, TypeMapper __typeMapper)voidsetButtonStyle(String buttonStyle)protected voidsetButtonText(XmlInputStream __in, TypeMapper __typeMapper)voidsetButtonText(String buttonText)voidsetButtonWidth(int buttonWidth)protected voidsetButtonWidth(XmlInputStream __in, TypeMapper __typeMapper)voidsetHeight(int height)protected voidsetHeight(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsHeightFixed(boolean isHeightFixed)protected voidsetIsHeightFixed(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsHidden(boolean isHidden)protected voidsetIsHidden(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsWidthFixed(boolean isWidthFixed)protected voidsetIsWidthFixed(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetVisualforcePage(XmlInputStream __in, TypeMapper __typeMapper)voidsetVisualforcePage(String visualforcePage)voidsetWidth(int width)protected voidsetWidth(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getButtonIconUrl
public String getButtonIconUrl()
-
setButtonIconUrl
public void setButtonIconUrl(String buttonIconUrl)
-
setButtonIconUrl
protected void setButtonIconUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getButtonStyle
public String getButtonStyle()
-
setButtonStyle
public void setButtonStyle(String buttonStyle)
-
setButtonStyle
protected void setButtonStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getButtonText
public String getButtonText()
-
setButtonText
public void setButtonText(String buttonText)
-
setButtonText
protected void setButtonText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getButtonWidth
public int getButtonWidth()
-
setButtonWidth
public void setButtonWidth(int buttonWidth)
-
setButtonWidth
protected void setButtonWidth(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
-
getIsHeightFixed
public boolean getIsHeightFixed()
-
isIsHeightFixed
public boolean isIsHeightFixed()
-
setIsHeightFixed
public void setIsHeightFixed(boolean isHeightFixed)
-
setIsHeightFixed
protected void setIsHeightFixed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsHidden
public boolean getIsHidden()
-
isIsHidden
public boolean isIsHidden()
-
setIsHidden
public void setIsHidden(boolean isHidden)
-
setIsHidden
protected void setIsHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsWidthFixed
public boolean getIsWidthFixed()
-
isIsWidthFixed
public boolean isIsWidthFixed()
-
setIsWidthFixed
public void setIsWidthFixed(boolean isWidthFixed)
-
setIsWidthFixed
protected void setIsWidthFixed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVisualforcePage
public String getVisualforcePage()
-
setVisualforcePage
public void setVisualforcePage(String visualforcePage)
-
setVisualforcePage
protected void setVisualforcePage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int 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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-