| Constructor and Description |
|---|
CustomApplicationComponent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonIconUrl() |
String |
getButtonStyle() |
String |
getButtonText() |
int |
getButtonWidth() |
int |
getHeight() |
boolean |
getIsHeightFixed() |
boolean |
getIsHidden() |
boolean |
getIsWidthFixed() |
String |
getVisualforcePage() |
int |
getWidth() |
boolean |
isIsHeightFixed() |
boolean |
isIsHidden() |
boolean |
isIsWidthFixed() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setButtonIconUrl(String buttonIconUrl) |
void |
setButtonStyle(String buttonStyle) |
void |
setButtonText(String buttonText) |
void |
setButtonWidth(int buttonWidth) |
void |
setHeight(int height) |
void |
setIsHeightFixed(boolean isHeightFixed) |
void |
setIsHidden(boolean isHidden) |
void |
setIsWidthFixed(boolean isWidthFixed) |
void |
setVisualforcePage(String visualforcePage) |
void |
setWidth(int width) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getButtonIconUrl()
public void setButtonIconUrl(String buttonIconUrl)
public String getButtonStyle()
public void setButtonStyle(String buttonStyle)
public String getButtonText()
public void setButtonText(String buttonText)
public int getButtonWidth()
public void setButtonWidth(int buttonWidth)
public int getHeight()
public void setHeight(int height)
public boolean getIsHeightFixed()
public boolean isIsHeightFixed()
public void setIsHeightFixed(boolean isHeightFixed)
public boolean getIsHidden()
public boolean isIsHidden()
public void setIsHidden(boolean isHidden)
public boolean getIsWidthFixed()
public boolean isIsWidthFixed()
public void setIsWidthFixed(boolean isWidthFixed)
public String getVisualforcePage()
public void setVisualforcePage(String visualforcePage)
public int getWidth()
public void setWidth(int width)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.