|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.util.html.HtmlAttributeContainer
com.sapportals.portal.prt.util.html.HtmlBase
com.sapportals.portal.prt.util.html.HtmlContainer
com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
com.sapportals.portal.prt.util.html.HtmlIFrame
HtmlIFrame.java Created: Wed Nov 24 17:44:18 1999
| Nested Class Summary | |
static class |
HtmlIFrame.IFrameAlign
|
| Field Summary | |
protected HtmlIFrame.IFrameAlign |
m_align
Alignments of frame content |
protected int |
m_frameBorder
The border of the frame |
protected String |
m_height
How tall is the image |
protected String |
m_hSpace
horizontal distance between the text and the image |
protected String |
m_name
Name of the frame |
protected String |
m_scrolling
SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame. |
protected String |
m_src
Source document of the frame. |
protected String |
m_vSpace
vertical distance between the text and the image |
protected String |
m_width
how wide is the image |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
m_htmlElements |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
EQUALS_BEGIN, EQUALS_END, m_attributes, SPACE |
| Constructor Summary | |
HtmlIFrame()
|
|
| Method Summary | |
HtmlIFrame.IFrameAlign |
getAlign()
Get the value of m_align. |
int |
getFrameBorder()
Get the value of m_frameBorder. |
String |
getHeight()
Get the value of m_height. |
String |
getHSpace()
Get the value of m_hSpace. |
String |
getName()
Get the value of m_name. |
String |
getScrolling()
Get the value of m_scrolling. |
String |
getSrc()
Get the value of m_src. |
String |
getVSpace()
Get the value of m_vSpace. |
String |
getWidth()
Get the value of m_width. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlIFrame |
setAlign(HtmlIFrame.IFrameAlign v)
Set the value of m_align. |
HtmlIFrame |
setFrameBorder(int v)
Set the value of m_frameBorder. |
HtmlIFrame |
setHeight(String v)
Set the value of m_height. |
HtmlIFrame |
setHSpace(String v)
Set the value of m_hSpace. |
HtmlIFrame |
setName(String v)
Set the value of m_name. |
HtmlIFrame |
setScrolling(String v)
Set the value of m_scrolling. |
HtmlIFrame |
setSrc(String v)
Set the value of m_src. |
HtmlIFrame |
setVSpace(String v)
Set the value of m_vSpace. |
HtmlIFrame |
setWidth(String v)
Set the value of m_width. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable |
destroy, setID |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, getElementCount, getHtmlElements, output, output, output, outputChildren, outputChildren, outputEndTag, outputEndTag, outputStartTag, outputStartTag, removeAllElements, removeElement, setHtmlElements, toString |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
getTag, hasTag, requireClosingTag, requireClosingTag, setClass, setStyle, setTag |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlAttributeContainer |
addAttribute, appendToAttribute, getAttributes, removeAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable |
setClass |
| Field Detail |
protected String m_src
protected String m_name
protected String m_scrolling
protected int m_frameBorder
protected String m_width
protected String m_height
protected String m_hSpace
protected String m_vSpace
protected HtmlIFrame.IFrameAlign m_align
| Constructor Detail |
public HtmlIFrame()
| Method Detail |
public void outputAttributes(StringBuffer strbuf)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(PrintWriter out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic void outputAttributes(Writer out)
outputAttributes in interface IHtmlAttributeContaineroutputAttributes in class HtmlAttributeContainerpublic String getSrc()
public HtmlIFrame setSrc(String v)
v - Value to assign to m_src.public String getName()
public HtmlIFrame setName(String v)
v - Value to assign to m_name.public String getScrolling()
public HtmlIFrame setScrolling(String v)
v - Value to assign to m_scrolling.public int getFrameBorder()
public HtmlIFrame setFrameBorder(int v)
v - Value to assign to m_frameBorder.public String getWidth()
public HtmlIFrame setWidth(String v)
v - Value to assign to m_width.public String getHeight()
public HtmlIFrame setHeight(String v)
v - Value to assign to m_height.public String getHSpace()
public HtmlIFrame setHSpace(String v)
v - Value to assign to m_hSpace.public String getVSpace()
public HtmlIFrame setVSpace(String v)
v - Value to assign to m_vSpace.public HtmlIFrame.IFrameAlign getAlign()
public HtmlIFrame setAlign(HtmlIFrame.IFrameAlign v)
v - Value to assign to m_align.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||