|
||||||||||
| 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.HtmlFrame
HtmlFrame.java Created: Thu Oct 28 11:11:14 1999
| Field Summary | |
protected int |
m_frameBorder
The border of the frame |
protected java.lang.String |
m_name
Name of the frame |
protected boolean |
m_noResize
NORESIZE says that the user cannot make the frame bigger or smaller by sliding the borders. |
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. |
| 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 | |
HtmlFrame()
|
|
| Method Summary | |
int |
getFrameBorder()
Get the value of m_frameBorder. |
java.lang.String |
getName()
Get the value of m_name. |
boolean |
getNoResize()
Get the value of m_noResize. |
java.lang.String |
getScrolling()
Get the value of m_scrolling. |
java.lang.String |
getSrc()
Get the value of m_src. |
void |
outputAttributes(java.io.PrintWriter out)
Deprecated. |
void |
outputAttributes(java.lang.StringBuffer strbuf)
|
void |
outputAttributes(java.io.Writer out)
|
HtmlFrame |
setFrameBorder(int v)
Set the value of m_frameBorder. |
HtmlFrame |
setName(java.lang.String v)
Set the value of m_name. |
HtmlFrame |
setNoResize(boolean v)
Set the value of m_noResize. |
HtmlFrame |
setScrolling(java.lang.String v)
Set the value of m_scrolling. |
HtmlFrame |
setSrc(java.lang.String v)
Set the value of m_src. |
| Methods inherited from class com.sapportals.portal.prt.util.html.HtmlContainer |
addElement, addElement, destroy, 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 |
| Field Detail |
protected java.lang.String m_src
protected java.lang.String m_name
protected java.lang.String m_scrolling
protected boolean m_noResize
protected int m_frameBorder
| Constructor Detail |
public HtmlFrame()
| 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 HtmlFrame setSrc(java.lang.String v)
v - Value to assign to m_src.public java.lang.String getName()
public HtmlFrame setName(java.lang.String v)
v - Value to assign to m_name.public java.lang.String getScrolling()
public HtmlFrame setScrolling(java.lang.String v)
v - Value to assign to m_scrolling.public boolean getNoResize()
public HtmlFrame setNoResize(boolean v)
v - Value to assign to m_noResize.public int getFrameBorder()
public HtmlFrame setFrameBorder(int v)
v - Value to assign to m_frameBorder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||