|
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.HtmlFrame
HtmlFrame.java Created: Thu Oct 28 11:11:14 1999
| Field Summary | |
protected int |
m_frameBorder
The border of the frame |
protected 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 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. |
| 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. |
String |
getName()
Get the value of m_name. |
boolean |
getNoResize()
Get the value of m_noResize. |
String |
getScrolling()
Get the value of m_scrolling. |
String |
getSrc()
Get the value of m_src. |
void |
outputAttributes(PrintWriter out)
Deprecated. |
void |
outputAttributes(StringBuffer strbuf)
|
void |
outputAttributes(Writer out)
|
HtmlFrame |
setFrameBorder(int v)
Set the value of m_frameBorder. |
HtmlFrame |
setName(String v)
Set the value of m_name. |
HtmlFrame |
setNoResize(boolean v)
Set the value of m_noResize. |
HtmlFrame |
setScrolling(String v)
Set the value of m_scrolling. |
HtmlFrame |
setSrc(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 String m_src
protected String m_name
protected String m_scrolling
protected boolean m_noResize
protected int m_frameBorder
| Constructor Detail |
public HtmlFrame()
| 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 HtmlFrame setSrc(String v)
v - Value to assign to m_src.public String getName()
public HtmlFrame setName(String v)
v - Value to assign to m_name.public String getScrolling()
public HtmlFrame setScrolling(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.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||