|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.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
| Inner 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 java.lang.String |
m_height
How tall is the image |
protected java.lang.String |
m_hSpace
horizontal distance between the text and the image |
protected java.lang.String |
m_name
Name of the frame |
protected java.lang.String |
m_scrolling
SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame. |
protected java.lang.String |
m_src
Source document of the frame. |
protected java.lang.String |
m_vSpace
vertical distance between the text and the image |
protected java.lang.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. |
java.lang.String |
getHeight()
Get the value of m_height. |
java.lang.String |
getHSpace()
Get the value of m_hSpace. |
java.lang.String |
getName()
Get the value of m_name. |
java.lang.String |
getScrolling()
Get the value of m_scrolling. |
java.lang.String |
getSrc()
Get the value of m_src. |
java.lang.String |
getVSpace()
Get the value of m_vSpace. |
java.lang.String |
getWidth()
Get the value of m_width. |
void |
outputAttributes(java.io.PrintWriter out)
Deprecated. |
void |
outputAttributes(java.lang.StringBuffer strbuf)
|
void |
outputAttributes(java.io.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(java.lang.String v)
Set the value of m_height. |
HtmlIFrame |
setHSpace(java.lang.String v)
Set the value of m_hSpace. |
HtmlIFrame |
setName(java.lang.String v)
Set the value of m_name. |
HtmlIFrame |
setScrolling(java.lang.String v)
Set the value of m_scrolling. |
HtmlIFrame |
setSrc(java.lang.String v)
Set the value of m_src. |
HtmlIFrame |
setVSpace(java.lang.String v)
Set the value of m_vSpace. |
HtmlIFrame |
setWidth(java.lang.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 java.lang.String m_src
protected java.lang.String m_name
protected java.lang.String m_scrolling
protected int m_frameBorder
protected java.lang.String m_width
protected java.lang.String m_height
protected java.lang.String m_hSpace
protected java.lang.String m_vSpace
protected HtmlIFrame.IFrameAlign m_align
| Constructor Detail |
public HtmlIFrame()
| Method Detail |
public void outputAttributes(java.lang.StringBuffer strbuf)
outputAttributes in class HtmlAttributeContainerpublic void outputAttributes(java.io.PrintWriter out)
outputAttributes in class HtmlAttributeContainercom.sapportals.portal.prt.util.html.IHtmlAttributeContainerwriter - public void outputAttributes(java.io.Writer out)
outputAttributes in class HtmlAttributeContainerpublic java.lang.String getSrc()
public HtmlIFrame setSrc(java.lang.String v)
v - Value to assign to m_src.public java.lang.String getName()
public HtmlIFrame setName(java.lang.String v)
v - Value to assign to m_name.public java.lang.String getScrolling()
public HtmlIFrame setScrolling(java.lang.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 java.lang.String getWidth()
public HtmlIFrame setWidth(java.lang.String v)
v - Value to assign to m_width.public java.lang.String getHeight()
public HtmlIFrame setHeight(java.lang.String v)
v - Value to assign to m_height.public java.lang.String getHSpace()
public HtmlIFrame setHSpace(java.lang.String v)
v - Value to assign to m_hSpace.public java.lang.String getVSpace()
public HtmlIFrame setVSpace(java.lang.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||