|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.htmlcontainer.IsolatedHtmlContainer
The IsolatedHtmlContainer displays a html document, which is
represented by its URL, inside an iFrame.
Becaue Netscape 4.7 does not support iFrames, this control is only available
for Internet Explorer and Netscape 6.0 and above.
In Netscape 4.7 the URL will be rendered as link with target _blank.
Some html documents take control of the entire browser window although running in an iFrame. Be sure that your document does not take control of the entire browser window!
Note that the html document can cause browser dependencies!
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
| Constructor Summary | |
IsolatedHtmlContainer(String srcUrl)
Creates an IsolatedHtmlContainer |
|
| Method Summary | |
String |
getHeight()
gets the height of the IsolatedHtmlContainer |
String |
getName()
|
Scrolling |
getScrolling()
gets the scrolling behaviour of the IsolatedHtmlContainer |
String |
getSrcUrl()
gets the URL to be loaded by the iFrame |
String |
getTooltip()
gets the tooltip of the IsolatedHtmlContainer. |
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
String |
getWidth()
gets the width of the IsolatedHtmlContainer |
boolean |
isBordered()
determines if the IsolatedHtmlContainer has a border. |
boolean |
requiresForm()
check if a special component really requires a form around it. |
void |
setBordered(boolean border)
sets if the IsolatedHtmlContainer has a border. |
void |
setHeight(String height)
sets the the height of the IsolatedHtmlContainer |
void |
setName(String name)
|
void |
setScrolling(Scrolling scrolling)
sets the scrolling behaviour of the IsolatedHtmlContainer |
void |
setSrcURL(String srcUrl)
sets the URL to be loaded by the iFrame |
void |
setTooltip(String tooltip)
sets the tooltip of the IsolatedHtmlContainer. |
void |
setWidth(String width)
sets the the width of the IsolatedHtmlContainer |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, preRender, render, renderAsString, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
| Constructor Detail |
public IsolatedHtmlContainer(String srcUrl)
srcUrl - the URL to be loaded by the iFrame| Method Detail |
public String getUI()
getUI in class Componentpublic String getSrcUrl()
public void setSrcURL(String srcUrl)
srcUrl - the URL to be loadedpublic String getHeight()
public void setHeight(String height)
height - height of the IsolatedHtmlContainer in pixel or percentpublic String getWidth()
public void setWidth(String width)
width - width of the IsolatedHtmlContainer in pixel or percentpublic Scrolling getScrolling()
public void setScrolling(Scrolling scrolling)
scrolling - scrolling behaviour of the IsolatedHtmlContainerpublic boolean isBordered()
public void setBordered(boolean border)
border - true if the IsolatedHtmlContainer should have a borderpublic String getTooltip()
public void setTooltip(String tooltip)
public boolean requiresForm()
requiresForm in class Componentpublic String getName()
public void setName(String name)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||