public class VisualforcePage extends DescribeLayoutComponent implements IVisualforcePage
| Constructor and Description |
|---|
VisualforcePage()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowLabel()
element : showLabel of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getShowScrollbars()
element : showScrollbars of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getSuggestedHeight()
element : suggestedHeight of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getSuggestedWidth()
element : suggestedWidth of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isShowLabel() |
boolean |
isShowScrollbars() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setShowLabel(boolean showLabel) |
protected void |
setShowLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setShowScrollbars(boolean showScrollbars) |
protected void |
setShowScrollbars(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuggestedHeight(java.lang.String suggestedHeight) |
protected void |
setSuggestedHeight(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuggestedWidth(java.lang.String suggestedWidth) |
protected void |
setSuggestedWidth(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setUrl(java.lang.String url) |
protected void |
setUrl(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setDisplayLines, setTabOrder, setTabOrder, setType, setType, setValue, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValuepublic boolean getShowLabel()
IVisualforcePagegetShowLabel in interface IVisualforcePagepublic boolean isShowLabel()
isShowLabel in interface IVisualforcePagepublic void setShowLabel(boolean showLabel)
setShowLabel in interface IVisualforcePageprotected void setShowLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getShowScrollbars()
IVisualforcePagegetShowScrollbars in interface IVisualforcePagepublic boolean isShowScrollbars()
isShowScrollbars in interface IVisualforcePagepublic void setShowScrollbars(boolean showScrollbars)
setShowScrollbars in interface IVisualforcePageprotected void setShowScrollbars(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSuggestedHeight()
IVisualforcePagegetSuggestedHeight in interface IVisualforcePagepublic void setSuggestedHeight(java.lang.String suggestedHeight)
setSuggestedHeight in interface IVisualforcePageprotected void setSuggestedHeight(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getSuggestedWidth()
IVisualforcePagegetSuggestedWidth in interface IVisualforcePagepublic void setSuggestedWidth(java.lang.String suggestedWidth)
setSuggestedWidth in interface IVisualforcePageprotected void setSuggestedWidth(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getUrl()
IVisualforcePagegetUrl in interface IVisualforcePagepublic void setUrl(java.lang.String url)
setUrl in interface IVisualforcePageprotected void setUrl(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class DescribeLayoutComponentjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class DescribeLayoutComponentjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class DescribeLayoutComponentjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class DescribeLayoutComponentjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class DescribeLayoutComponentCopyright © 2020. All Rights Reserved.